Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java150 curIndex = WsePara.computeNewIndex(rawData, curIndex); in parseDocument()
153 curIndex = WseTextRun.computeNewIndex(rawData, curIndex); in parseDocument()
157 curIndex = WseFontTable.computeNewIndex(rawData, curIndex); in parseDocument()
161 curIndex = WseColorTable.computeNewIndex(rawData, curIndex); in parseDocument()
H A DWse.java74 static int computeNewIndex(byte dataArray[], int startIndex) { in computeNewIndex() method in Wse
H A DWseHeader.java97 static int computeNewIndex(byte dataArray[], int startIndex) { in computeNewIndex() method in WseHeader
H A DWseFontTable.java138 static int computeNewIndex(byte dataArray[], int startIndex) { in computeNewIndex() method in WseFontTable
H A DWseColorTable.java102 static int computeNewIndex(byte dataArray[], int startIndex) { in computeNewIndex() method in WseColorTable
H A DWsePara.java179 static int computeNewIndex(byte dataArray[], int startIndex) { in computeNewIndex() method in WsePara
H A DWseTextRun.java196 public static int computeNewIndex(byte dataArray[], int startIndex) { in computeNewIndex() method in WseTextRun

Completed in 28 milliseconds