Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1449 final AttributeList frameList = new AttributeList(); in startImageProcessing() local
1450frameList.setAttribute(OfficeNamespaces.DRAWING_NS, "name", imageNames.generateName("Image")); in startImageProcessing()
1453frameList.setAttribute(OfficeNamespaces.DRAWING_NS, OfficeToken.STYLE_NAME, styleName); in startImageProcessing()
1455 frameList.setAttribute(OfficeNamespaces.TEXT_NS, "anchor-type", OfficeToken.PARAGRAPH); in startImageProcessing()
1456 frameList.setAttribute(OfficeNamespaces.SVG_NS, "z-index", "0"); in startImageProcessing()
1457frameList.setAttribute(OfficeNamespaces.SVG_NS, "x", posX.getValue() + posX.getType().getType()); in startImageProcessing()
1458frameList.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()
1485 … getXmlWriter().writeTag(OfficeNamespaces.DRAWING_NS, "frame", frameList, XmlWriterSupport.OPEN); in startImageProcessing()

Completed in 23 milliseconds