Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java376 rootAttributes.addNamespaceDeclaration("svg", OfficeNamespaces.SVG_NS); in startReport()
414 graphicProperties.setAttribute(OfficeNamespaces.SVG_NS, "x", ZERO_CM); in startReport()
415 graphicProperties.setAttribute(OfficeNamespaces.SVG_NS, "y", ZERO_CM); in startReport()
1456 frameList.setAttribute(OfficeNamespaces.SVG_NS, "z-index", "0"); in startImageProcessing()
1457 … frameList.setAttribute(OfficeNamespaces.SVG_NS, "x", posX.getValue() + posX.getType().getType()); in startImageProcessing()
1458 … frameList.setAttribute(OfficeNamespaces.SVG_NS, "y", posY.getValue() + posY.getType().getType()); in startImageProcessing()
1465 frameList.setAttribute(OfficeNamespaces.SVG_NS, in startImageProcessing()
1471 frameList.setAttribute(OfficeNamespaces.SVG_NS, in startImageProcessing()
H A DStylesWriter.java355 rootAttributes.addNamespaceDeclaration("svg", OfficeNamespaces.SVG_NS); in performWriteRootTag()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DOfficeNamespaces.java43 public static final String SVG_NS = "urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"; field in OfficeNamespaces
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java233 final String y = (String) attrs.getAttribute(OfficeNamespaces.SVG_NS, "y"); in startOther()
238 …attrs.setAttribute(OfficeNamespaces.SVG_NS, "y", currentY.getValue() + currentY.getType().getType(… in startOther()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java411 …headerFooterProps.setAttribute(OfficeNamespaces.SVG_NS, "height", style.getValue() + style.getType… in applyHeaderFooterHeight()

Completed in 38 milliseconds