Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java82 if (ps.isAttributeSet(ParaStyle.MARGIN_LEFT)) { in WsePara()
88 if (ps.isAttributeSet(ParaStyle.MARGIN_RIGHT)) { in WsePara()
94 if (ps.isAttributeSet(ParaStyle.TEXT_INDENT)) { in WsePara()
100 if (ps.isAttributeSet(ParaStyle.MARGIN_TOP)) { in WsePara()
106 if (ps.isAttributeSet(ParaStyle.MARGIN_BOTTOM)) { in WsePara()
112 if (ps.isAttributeSet(ParaStyle.LINE_HEIGHT)) { in WsePara()
123 if (ps.isAttributeSet(ParaStyle.TEXT_ALIGN)) { in WsePara()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java353 public boolean isAttributeSet(int attrIndex) { in isAttributeSet() method in ParaStyle
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java532 if (pStyle != null && pStyle.isAttributeSet(ParaStyle.TEXT_ALIGN)) { in getParagraphData()

Completed in 32 milliseconds