Searched refs:SVG_NS (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 376 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 D | StylesWriter.java | 355 rootAttributes.addNamespaceDeclaration("svg", OfficeNamespaces.SVG_NS); in performWriteRootTag()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | OfficeNamespaces.java | 43 public static final String SVG_NS = "urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"; field in OfficeNamespaces
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 233 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()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | MasterPageFactory.java | 411 …headerFooterProps.setAttribute(OfficeNamespaces.SVG_NS, "height", style.getValue() + style.getType… in applyHeaderFooterHeight()
|
Completed in 37 milliseconds