Home
last modified time | relevance | path

Searched refs:WseColorTable (Results 1 – 7 of 7) sorted by relevance

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java130 WseColorTable colorTable = null; in parseDocument()
158 } else if (WseColorTable.isValid(rawData, curIndex)) { in parseDocument()
159 colorTable = new WseColorTable(rawData, curIndex); in parseDocument()
161 curIndex = WseColorTable.computeNewIndex(rawData, curIndex); in parseDocument()
H A DWseColorTable.java45 class WseColorTable extends Wse { class
53 public WseColorTable() { in WseColorTable() method in WseColorTable
69 public WseColorTable(byte dataArray[], int i) { in WseColorTable() method in WseColorTable
H A DWSEncoder.java68 WseColorTable ct = null;
100 else if (elem.getClass() == WseColorTable.class) in addElement()
101 ct = (WseColorTable)elem; in addElement()
H A DWseTextRun.java74 private WseColorTable ct;
111 WseFontTable ft, WseColorTable ct) { in WseTextRun()
162 WseColorTable ct) { in WseTextRun()
H A DDocumentDeserializerImpl.java70 WseColorTable colorTable = null;
445 else if (data[i].getClass() == WseColorTable.class) { in buildDocument()
446 colorTable = (WseColorTable)data[i]; in buildDocument()
H A DDocumentSerializerImpl.java75 private WseColorTable colorTable = new WseColorTable();
H A DWseHeader.java52 WseColorTable ct) { in WseHeader()

Completed in 28 milliseconds