Home
last modified time | relevance | path

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

/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java67 private static final byte ALIGN_JUST = (byte)3; field in WsePara
137 case ParaStyle.ALIGN_JUST: in WsePara()
138 misc = ALIGN_JUST; in WsePara()
287 case ALIGN_JUST: values[5] = "justified"; break; in makeStyle()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java109 return ParaStyle.ALIGN_JUST; in I()
111 return ParaStyle.ALIGN_JUST; in I()
198 public static final int ALIGN_JUST = 3; field in ParaStyle
584 case ALIGN_JUST: val = "justify"; break; in writeAttributes()

Completed in 32 milliseconds