Révision 3469
TXM/trunk/org.txm.translate.rcp/src/org/txm/rcp/translate/devtools/ImportMessagesTable.java (revision 3469) | ||
---|---|---|
1 | 1 |
package org.txm.rcp.translate.devtools; |
2 | 2 |
|
3 | 3 |
import java.io.File; |
4 |
import java.io.FileNotFoundException; |
|
5 |
import java.io.IOException; |
|
6 |
import java.io.UnsupportedEncodingException; |
|
7 |
import java.util.ArrayList; |
|
8 | 4 |
import java.util.Collections; |
9 | 5 |
import java.util.Enumeration; |
10 |
import java.util.HashMap; |
|
11 | 6 |
import java.util.Properties; |
12 | 7 |
import java.util.TreeSet; |
13 | 8 |
|
14 |
import org.odftoolkit.odfdom.dom.element.table.TableTableElement; |
|
15 |
import org.odftoolkit.simple.SpreadsheetDocument; |
|
16 | 9 |
import org.odftoolkit.simple.TextDocument; |
17 | 10 |
import org.odftoolkit.simple.table.Cell; |
18 | 11 |
import org.odftoolkit.simple.table.Row; |
19 | 12 |
import org.odftoolkit.simple.table.Table; |
20 |
import org.txm.libs.office.ReadODS; |
|
21 | 13 |
import org.txm.rcp.translate.i18n.PluginMessagesManager; |
22 | 14 |
import org.txm.utils.io.IOUtils; |
23 | 15 |
|
Formats disponibles : Unified diff