Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java218 if (OfficeNamespaces.DRAWING_NS.equals(namespace) && OfficeToken.FRAME.equals(elementType)) in startOther()
232 … attrs.setAttribute(OfficeNamespaces.DRAWING_NS, "z-index", String.valueOf(shapes.size())); in startOther()
579 attrList.removeAttribute(OfficeNamespaces.DRAWING_NS, OfficeToken.STYLE_NAME); in createTableShapes()
580 …xmlWriter.writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.FRAME, attrList, XmlWriterSupport.OPEN… in createTableShapes()
665 if (OfficeNamespaces.DRAWING_NS.equals(namespace) && OfficeToken.FRAME.equals(elementType)) in endOther()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java370 rootAttributes.addNamespaceDeclaration("draw", OfficeNamespaces.DRAWING_NS); in startReport()
1235 …else if (OfficeNamespaces.DRAWING_NS.equals(attrNamespace) && "name".equals(key) && !"equation".eq… in buildAttributeList()
1450 … frameList.setAttribute(OfficeNamespaces.DRAWING_NS, "name", imageNames.generateName("Image")); in startImageProcessing()
1453 … frameList.setAttribute(OfficeNamespaces.DRAWING_NS, OfficeToken.STYLE_NAME, styleName); in startImageProcessing()
1485 … getXmlWriter().writeTag(OfficeNamespaces.DRAWING_NS, "frame", frameList, XmlWriterSupport.OPEN); in startImageProcessing()
1486 …getXmlWriter().writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.IMAGE, imageList, XmlWriterSuppor… in startImageProcessing()
1686 oleList.setAttribute(OfficeNamespaces.DRAWING_NS, "class-id", classId); in startChartProcessing()
1694 …getXmlWriter().writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.OBJECT_OLE, oleList, XmlWriterSup… in startChartProcessing()
H A DStylesWriter.java348 rootAttributes.addNamespaceDeclaration("draw", OfficeNamespaces.DRAWING_NS); in performWriteRootTag()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DOfficeNamespaces.java37 public static final String DRAWING_NS = "urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"; field in OfficeNamespaces
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/draw/
H A DObjectOleReadHandler.java66 String classid = attrs.getValue(OfficeNamespaces.DRAWING_NS, "class-id"); in startParsing()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DImageReadHandler.java94 if (OfficeNamespaces.DRAWING_NS.equals(uri) && OfficeToken.IMAGE_DATA.equals(tagName)) in getHandlerForChild()
H A DSubDocumentReadHandler.java110 if (OfficeNamespaces.DRAWING_NS.equals(uri)) in getHandlerForChild()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java686 …if (ObjectUtilities.equal(OfficeNamespaces.DRAWING_NS, namespace) && ObjectUtilities.equal(OfficeT… in startOther()
688 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.DRAWING_NS, OfficeToken.STYL… in startOther()
699 … graphicProperties.setAttribute(OfficeNamespaces.DRAWING_NS, "ole-draw-aspect", "1"); in startOther()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/text/
H A DNoCDATATextContentReadHandler.java136 if (OfficeNamespaces.DRAWING_NS.equals(uri)) in getHandlerForChild()

Completed in 44 milliseconds