Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java757 final AttributeMap tableAttributes = new AttributeMap(); in startContent() local
758tableAttributes.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.NAMESPACE_ATTRIBUTE, Office… in startContent()
759tableAttributes.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.TYPE_ATTRIBUTE, OfficeToken… in startContent()
760tableAttributes.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, generateInitialTab… in startContent()
761 tableAttributes.setAttribute(OfficeNamespaces.TABLE_NS, "name", "Report"); in startContent()
763 performStyleProcessing(tableAttributes); in startContent()
765 …Tag(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE, buildAttributeList(tableAttributes), XmlWriterSu… in startContent()

Completed in 22 milliseconds