Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java471 final Section paragraphProps = new Section(); in createVariablesStyle() local
472 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 …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1664 Element paragraphProps = style.findFirstChild(nameSpace, type); in produceFirstChild() local
1665 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()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx367 …Property::Pointer_t paragraphProps = createCompositeProperty(NS_style::LN_paragraph_properties, po… in testComplexParagraphProperty() local
369 CPPUNIT_ASSERT_MESSAGE("paraProps == failed failed", paraProps == paragraphProps); in testComplexParagraphProperty()

Completed in 44 milliseconds