Home
last modified time | relevance | path

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

/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java380 …sectionProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, "transparent"… in generateSectionStyle()
389 … columns.setAttribute(OfficeNamespaces.FO_NS, "column-count", String.valueOf(columnCount)); in generateSectionStyle()
407 column.setAttribute(OfficeNamespaces.FO_NS, "start-indent", "0cm"); in generateSectionStyle()
408 column.setAttribute(OfficeNamespaces.FO_NS, "end-indent", "0cm"); in generateSectionStyle()
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()
484 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-variant", NORMAL); in createVariablesStyle()
485 textProps.setAttribute(OfficeNamespaces.FO_NS, "text-transform", NONE); in createVariablesStyle()
[all …]
/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java339 "table-properties", OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR); in processElement()
396 …tableRowProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, tableBackgro… in processElement()
401 …final Object oldValue = tableRowProperties.getAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGR… in processElement()
404 …tableRowProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, tableBackgro… in processElement()
424 textProperties.setAttribute(OfficeNamespaces.FO_NS, i, null); in processElement()
435 … final Object raw = props.getAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR); in processElement()
438 … props.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, null); in processElement()
784 … tableProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, TRANSPARENT); in generateInitialTableStyle()
/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java371 rootAttributes.addNamespaceDeclaration("fo", OfficeNamespaces.FO_NS); in startReport()
1381 … graphProperties.setAttribute(OfficeNamespaces.FO_NS, "clip", buffer.toString()); in startImageProcessing()
1398 … graphProperties.setAttribute(OfficeNamespaces.FO_NS, "clip", buffer.toString()); in startImageProcessing()
1416 … graphProperties.setAttribute(OfficeNamespaces.FO_NS, "clip", buffer.toString()); in startImageProcessing()
H A DStylesWriter.java349 rootAttributes.addNamespaceDeclaration("fo", OfficeNamespaces.FO_NS); in performWriteRootTag()
/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DOfficeNamespaces.java38 … public static final String FO_NS = "urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"; field in OfficeNamespaces