Searched refs:paragraphProps (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | TextRawReportTarget.java | 471 final Section paragraphProps = new Section(); in createVariablesStyle() local 472 paragraphProps.setNamespace(OfficeNamespaces.STYLE_NS); in createVariablesStyle() 473 paragraphProps.setType(PARAGRAPH_PROPERTIES); in createVariablesStyle() 474 … paragraphProps.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, "transparent"); 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() 478 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "vertical-align", "top"); in createVariablesStyle() 479 variablesSectionStyle.addNode(paragraphProps); in createVariablesStyle() 662 Element paragraphProps = style.getParagraphProperties(); in startOther() local [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | OfficeDocumentReportTarget.java | 1664 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()
|
| /AOO41X/main/writerfilter/qa/cppunittests/odiapi/ |
| H A D | testProperty.cxx | 367 …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()
|