Home
last modified time | relevance | path

Searched refs:getByteCount (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSEncoder.java139 currRec, currRecLen, header.getByteCount()); in getRecords()
140 currRecLen += header.getByteCount(); in getRecords()
144 ft.getByteCount()); in getRecords()
145 currRecLen += ft.getByteCount(); in getRecords()
149 ct.getByteCount()); in getRecords()
150 currRecLen += ct.getByteCount(); in getRecords()
156 int length = e.getByteCount(); in getRecords()
H A DWseHeader.java56 if (ft != null) miscSize += ft.getByteCount(); in WseHeader()
57 if (ct != null) miscSize += ct.getByteCount(); in WseHeader()
107 int getByteCount() { in getByteCount() method in WseHeader
H A DtextRecord.java70 int getByteCount() { in getByteCount() method in textRecord
75 totalBytes += e.getByteCount(); in getByteCount()
H A DWseFontTable.java178 int getByteCount() { in getByteCount() method in WseFontTable
196 int length = getByteCount(); in getBytes()
H A DWse.java86 abstract int getByteCount(); in getByteCount() method in Wse
H A DWseColorTable.java138 int getByteCount() { in getByteCount() method in WseColorTable
H A DWsePara.java203 int getByteCount() { in getByteCount() method in WsePara
H A DWseTextRun.java231 int getByteCount() { in getByteCount() method in WseTextRun

Completed in 28 milliseconds