Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java254 if (OfficeNamespaces.TABLE_NS.equals(namespace) && OfficeToken.TABLE.equals(elementType)) in startOther()
326 if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE, attrs)) in processElement()
352 …OfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_COLUMN, attrs) || ReportTargetUtil.isElementOf… in processElement()
381 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_ROW, attrs)) in processElement()
407 … attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, style.getStyleName()); in processElement()
410 …else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_CELL, attrs… in processElement()
443 attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, styleName); in processElement()
494 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_COLUMNS, attrs)) in collectBoundaryForElement()
499 …else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_COLUMN, att… in collectBoundaryForElement()
701 … if (!ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_CELL, attrs)) in generateCoveredTableCells()
[all …]
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java131 …TextUtilities.parseInt((String) tableCell.getAttribute(OfficeNamespaces.TABLE_NS, "number-rows-spa… in createContext()
132 …TextUtilities.parseInt((String) tableCell.getAttribute(OfficeNamespaces.TABLE_NS, "number-columns-… in createContext()
165 …final Section columns = (Section) table.findFirstChild(OfficeNamespaces.TABLE_NS, OfficeToken.TABL… in createContext()
233 …if (OfficeNamespaces.TABLE_NS.equals(element.getNamespace()) && "table-cell".equals(element.getTyp… in findParentCell()
275 …if (!ObjectUtilities.equal(column.getNamespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.e… in addColumnStyles()
281 …final String colStyle = (String) column.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in addColumnStyles()
303 …if (!ObjectUtilities.equal(row.getNamespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.equa… in addRowStyles()
309 …final String rowStyle = (String) row.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAM… in addRowStyles()
H A DTableCellLayoutController.java67 …final String definedStyle = (String) attributeMap.getAttribute(OfficeNamespaces.TABLE_NS, OfficeTo… in computeAttributes()
68 …attributeMap.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, getDisplayStyleName((… in computeAttributes()
H A DOfficeTableLayoutController.java64 …if (OfficeNamespaces.TABLE_NS.equals(child.getNamespace()) && OfficeToken.TABLE_ROW.equals(child.g… in computeAttributes()
H A DOfficeTableTemplateLayoutController.java173 … if (OfficeNamespaces.TABLE_NS.equals(element.getNamespace()) && "table".equals(element.getType())) in addFromSection()
H A DFormattedTextLayoutController.java193 …final String cellStyleName = (String) tce.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYL… in computeValueStyle()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java559 … DETAIL_SECTION_OTHER_PRINTED && ObjectUtilities.equal(OfficeNamespaces.TABLE_NS, namespace) && Ob… in startOther()
568 final boolean isTableNS = ObjectUtilities.equal(OfficeNamespaces.TABLE_NS, namespace); in startOther()
728 …final String rowStyle = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_N… in startRow()
748 …getXmlWriter().writeTag(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_ROW, attrList, XmlWriterSuppo… in startRow()
912 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in startTable()
971 … attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, style.getStyleName()); in startTable()
989 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in startTable()
1001 … attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, style.getStyleName()); in startTable()
1306 final boolean isTableNs = ObjectUtilities.equal(OfficeNamespaces.TABLE_NS, namespace); in endOther()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportTarget.java158 if (OfficeNamespaces.TABLE_NS.equals(namespace)) in endOther()
203 if (OfficeNamespaces.TABLE_NS.equals(namespace)) in processElement()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java369 rootAttributes.addNamespaceDeclaration("table", OfficeNamespaces.TABLE_NS); in startReport()
1228 if (OfficeNamespaces.TABLE_NS.equals(attrNamespace) && "name".equals(key)) in buildAttributeList()
1720 …xmlWriter.writeTag(OfficeNamespaces.TABLE_NS, "calculation-settings", null, XmlWriterSupport.OPEN); in writeNullDate()
1722 nullDateAttributes.setAttribute(OfficeNamespaces.TABLE_NS, "date-value", "1900-01-01"); in writeNullDate()
1723 …xmlWriter.writeTag(OfficeNamespaces.TABLE_NS, "null-date", buildAttributeList(nullDateAttributes),… in writeNullDate()
H A DStylesWriter.java347 rootAttributes.addNamespaceDeclaration("table", OfficeNamespaces.TABLE_NS); in performWriteRootTag()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DOfficeNamespaces.java34 public static final String TABLE_NS = "urn:oasis:names:tc:opendocument:xmlns:table:1.0"; field in OfficeNamespaces
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DRootTableReadHandler.java71 if (OfficeNamespaces.TABLE_NS.equals(uri) && "table".equals(tagName)) in getHandlerForChild()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/
H A DTableColumnsReadHandler.java71 if (OfficeNamespaces.TABLE_NS.equals(uri) && OfficeToken.TABLE_COLUMN.equals(tagName)) in getHandlerForChild()
H A DTableRowsReadHandler.java70 if (OfficeNamespaces.TABLE_NS.equals(uri) && OfficeToken.TABLE_ROW.equals(tagName)) in getHandlerForChild()
H A DTableRowReadHandler.java72 if (OfficeNamespaces.TABLE_NS.equals(uri)) in getHandlerForChild()
H A DTableReadHandler.java99 else if (OfficeNamespaces.TABLE_NS.equals(uri)) in getHandlerForChild()

Completed in 97 milliseconds