Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java61 private static final byte LS_MULTIPLE = (byte)0x40; field in WsePara
115 lineSpace = (byte)(LS_MULTIPLE | (lh * 2)); in WsePara()
118 lineSpace = (byte)(LS_MULTIPLE | (lh * 2)); in WsePara()