Searched refs:paragraphProps (Results 1 – 3 of 3) sorted by relevance
471 final Section paragraphProps = new Section(); in createVariablesStyle() local472 paragraphProps.setNamespace(OfficeNamespaces.STYLE_NS); in createVariablesStyle()473 paragraphProps.setType(PARAGRAPH_PROPERTIES); in createVariablesStyle()475 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, "text-align", "start"); in createVariablesStyle()476 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_WITH_NEXT, ALWAYS); in createVariablesStyle()477 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_TOGETHER, ALWAYS); in createVariablesStyle()479 variablesSectionStyle.addNode(paragraphProps); in createVariablesStyle()663 if (paragraphProps == null) in startOther()665 paragraphProps = new Section(); in startOther()667 paragraphProps.setType(PARAGRAPH_PROPERTIES); in startOther()[all …]
1664 Element paragraphProps = style.findFirstChild(nameSpace, type); in produceFirstChild() local1665 if (paragraphProps == null) in produceFirstChild()1667 paragraphProps = new Section(); in produceFirstChild()1668 paragraphProps.setNamespace(nameSpace); in produceFirstChild()1669 paragraphProps.setType(type); in produceFirstChild()1670 style.addNode(paragraphProps); in produceFirstChild()1672 return paragraphProps; in produceFirstChild()
367 …Property::Pointer_t paragraphProps = createCompositeProperty(NS_style::LN_paragraph_properties, po… in testComplexParagraphProperty() local369 CPPUNIT_ASSERT_MESSAGE("paraProps == failed failed", paraProps == paragraphProps); in testComplexParagraphProperty()
Completed in 39 milliseconds