Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java55 private byte lineSpace = 0; field in WsePara
115 lineSpace = (byte)(LS_MULTIPLE | (lh * 2)); in WsePara()
118 lineSpace = (byte)(LS_MULTIPLE | (lh * 2)); in WsePara()
162 lineSpace = dataArray[startIndex + 8]; in WsePara()
223 b[8] = lineSpace; in getBytes()