Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java164 public static final int TEXT_ALIGN = 6; field in ParaStyle
544 if (i == TEXT_ALIGN) in isSubset()
584 if (isSet[TEXT_ALIGN]) { in writeAttributes()
586 switch (value[TEXT_ALIGN]) { in writeAttributes()
593 node.setAttribute(attrName[TEXT_ALIGN], val); in writeAttributes()
/aoo4110/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()
/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()
533 switch (pStyle.getAttribute(ParaStyle.TEXT_ALIGN)) { in getParagraphData()
786 ParaStyle.TEXT_ALIGN }; in makeStyle()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/
H A DTextAlignMapper.java35 super(TextStyleKeys.TEXT_ALIGN); in TextAlignMapper()
/aoo4110/main/xmloff/source/text/
H A Dtxtprmap.cxx247 MP_E( "ParaAdjust", FO, TEXT_ALIGN, XML_TYPE_TEXT_ADJUST, CTF_SD_SHAPE_PARA_ADJUST ),

Completed in 38 milliseconds