Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java408 column.setAttribute(OfficeNamespaces.FO_NS, "end-indent", "0cm"); in generateSectionStyle()
484 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-variant", NORMAL); in createVariablesStyle()
485 textProps.setAttribute(OfficeNamespaces.FO_NS, "text-transform", NONE); in createVariablesStyle()
486 textProps.setAttribute(OfficeNamespaces.FO_NS, "color", "#ffffff"); in createVariablesStyle()
493 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-size", "1pt"); in createVariablesStyle()
494 textProps.setAttribute(OfficeNamespaces.FO_NS, "letter-spacing", NORMAL); in createVariablesStyle()
496 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-style", NORMAL); in createVariablesStyle()
497 textProps.setAttribute(OfficeNamespaces.FO_NS, "text-shadow", NONE); in createVariablesStyle()
500 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-weight", NORMAL); in createVariablesStyle()
641 propertyNameSpaces.add(OfficeNamespaces.FO_NS); in startOther()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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

Completed in 38 milliseconds