Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java109 return ParaStyle.ALIGN_JUST; in I()
111 return ParaStyle.ALIGN_JUST; in I()
203 public static final int ALIGN_JUST = 3; field in ParaStyle
589 case ALIGN_JUST: val = "justify"; break; in writeAttributes()

Completed in 26 milliseconds