Searched refs:DRAWING_NS (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 218 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()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 370 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 D | StylesWriter.java | 348 rootAttributes.addNamespaceDeclaration("draw", OfficeNamespaces.DRAWING_NS); in performWriteRootTag()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | OfficeNamespaces.java | 37 public static final String DRAWING_NS = "urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"; field in OfficeNamespaces
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/draw/ |
H A D | ObjectOleReadHandler.java | 66 String classid = attrs.getValue(OfficeNamespaces.DRAWING_NS, "class-id"); in startParsing()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ |
H A D | ImageReadHandler.java | 94 if (OfficeNamespaces.DRAWING_NS.equals(uri) && OfficeToken.IMAGE_DATA.equals(tagName)) in getHandlerForChild()
|
H A D | SubDocumentReadHandler.java | 110 if (OfficeNamespaces.DRAWING_NS.equals(uri)) in getHandlerForChild()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 686 …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()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/text/ |
H A D | NoCDATATextContentReadHandler.java | 136 if (OfficeNamespaces.DRAWING_NS.equals(uri)) in getHandlerForChild()
|
Completed in 51 milliseconds