Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1685 final AttributeList oleList = new AttributeList(); in startChartProcessing() local
1686 oleList.setAttribute(OfficeNamespaces.DRAWING_NS, "class-id", classId); in startChartProcessing()
1687 oleList.setAttribute(OfficeNamespaces.XLINK_NS, "href", "./" + href); in startChartProcessing()
1688 oleList.setAttribute(OfficeNamespaces.XLINK_NS, "type", "simple"); in startChartProcessing()
1689 oleList.setAttribute(OfficeNamespaces.XLINK_NS, "show", "embed"); in startChartProcessing()
1690 oleList.setAttribute(OfficeNamespaces.XLINK_NS, "actuate", "onLoad"); in startChartProcessing()
1694 …getXmlWriter().writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.OBJECT_OLE, oleList, XmlWriterSup… in startChartProcessing()

Completed in 36 milliseconds