Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1476 final AttributeList imageList = new AttributeList(); in startImageProcessing() local
1477 imageList.setAttribute(OfficeNamespaces.XLINK_NS, "href", image.getEmbeddableLink()); in startImageProcessing()
1478 imageList.setAttribute(OfficeNamespaces.XLINK_NS, "type", "simple"); in startImageProcessing()
1479 imageList.setAttribute(OfficeNamespaces.XLINK_NS, "show", "embed"); in startImageProcessing()
1480 imageList.setAttribute(OfficeNamespaces.XLINK_NS, "actuate", "onLoad"); in startImageProcessing()
1486 …getXmlWriter().writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.IMAGE, imageList, XmlWriterSuppor… in startImageProcessing()

Completed in 86 milliseconds