Home
last modified time | relevance | path

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

/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java159 public static final int TEXT_ALIGN = 6; field in ParaStyle
539 if (i == TEXT_ALIGN) in isSubset()
579 if (isSet[TEXT_ALIGN]) { in writeAttributes()
581 switch (value[TEXT_ALIGN]) { in writeAttributes()
588 node.setAttribute(attrName[TEXT_ALIGN], val); in writeAttributes()
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java123 if (ps.isAttributeSet(ParaStyle.TEXT_ALIGN)) { in WsePara()
125 int val = ps.getAttribute(ParaStyle.TEXT_ALIGN); in WsePara()
247 ParaStyle.TEXT_ALIGN }; in makeStyle()
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java532 if (pStyle != null && pStyle.isAttributeSet(ParaStyle.TEXT_ALIGN)) { in getParagraphData()
533 switch (pStyle.getAttribute(ParaStyle.TEXT_ALIGN)) { in getParagraphData()
786 ParaStyle.TEXT_ALIGN }; in makeStyle()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/
H A DTextAlignMapper.java35 super(TextStyleKeys.TEXT_ALIGN); in TextAlignMapper()
/aoo42x/main/xmloff/source/text/
H A Dtxtprmap.cxx274 MP_E( "ParaAdjust", FO, TEXT_ALIGN, XML_TYPE_TEXT_ADJUST, CTF_SD_SHAPE_PARA_ADJUST ),

Completed in 37 milliseconds