Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java361 attrs.setAttribute(OfficeNamespaces.TEXT_NS, NAME, sectionNames.generateName("Section")); in applyColumnsToPageBand()
362 writer.writeTag(OfficeNamespaces.TEXT_NS, "section", attrs, XmlWriterSupport.OPEN); in applyColumnsToPageBand()
585 if (ObjectUtilities.equal(OfficeNamespaces.TEXT_NS, namespace)) in startOther()
593 attrs.setAttribute(OfficeNamespaces.TEXT_NS, NAME, newVarName); in startOther()
600 attrs.setAttribute(OfficeNamespaces.TEXT_NS, NAME, newVarName); in startOther()
616 xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, OfficeToken.P, OfficeToken.STYLE_NAME, in startOther()
627 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TEXT_NS, OfficeToken.P, attrs)) in startOther()
896 xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, OfficeToken.P, OfficeToken.STYLE_NAME, in startTable()
1338 xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, OfficeToken.P, OfficeToken.STYLE_NAME, in endOther()
1428 writer.writeTag(OfficeNamespaces.TEXT_NS, "variable-decls", XmlWriterSupport.OPEN); in endContent()
[all …]
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DVariablesDeclarationLayoutController.java126 map.setAttribute(OfficeNamespaces.TEXT_NS, "name", varName); in advance()
139 …Attribute(JFreeReportInfo.REPORT_NAMESPACE, Element.NAMESPACE_ATTRIBUTE, OfficeNamespaces.TEXT_NS); in generateVariableSetSection()
141 variableSection.setAttribute(OfficeNamespaces.TEXT_NS, "display", "none"); in generateVariableSetSection()
156 variableSection.setAttribute(OfficeNamespaces.TEXT_NS, "formula", "ooow:" + formula); in generateVariableSetSection()
H A DFormattedTextLayoutController.java116 Element.NAMESPACE_ATTRIBUTE, OfficeNamespaces.TEXT_NS); in delegateContentGeneration()
117 variablesGet.setAttribute(OfficeNamespaces.TEXT_NS, "name", name); in delegateContentGeneration()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java212 …if (OfficeNamespaces.TEXT_NS.equals(namespace) && OfficeToken.P.equals(elementType) && !paragraphH… in startOther()
310 … xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, OfficeToken.P, null, XmlWriterSupport.OPEN); in handleParagraph()
426 textProperties.setAttribute(OfficeNamespaces.TEXT_NS, "display", null); in processElement()
676 …if (!paragraphHandled && OfficeNamespaces.TEXT_NS.equals(namespace) && OfficeToken.P.equals(elemen… in endOther()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java368 rootAttributes.addNamespaceDeclaration("text", OfficeNamespaces.TEXT_NS); in startReport()
413 … graphicProperties.setAttribute(OfficeNamespaces.TEXT_NS, "anchor-type", OfficeToken.PARAGRAPH); in startReport()
860 … xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, "line-break", XmlWriterSupport.CLOSE); in processText()
923 … xmlWriter.writeTag(OfficeNamespaces.TEXT_NS, "line-break", XmlWriterSupport.CLOSE); in processContent()
1455 frameList.setAttribute(OfficeNamespaces.TEXT_NS, "anchor-type", OfficeToken.PARAGRAPH); in startImageProcessing()
H A DStylesWriter.java346 rootAttributes.addNamespaceDeclaration("text", OfficeNamespaces.TEXT_NS); in performWriteRootTag()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DOfficeNamespaces.java35 public static final String TEXT_NS = "urn:oasis:names:tc:opendocument:xmlns:text:1.0"; field in OfficeNamespaces
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DFixedContentReadHandler.java67 if (OfficeNamespaces.TEXT_NS.equals(uri) && OfficeToken.P.equals(tagName)) in getHandlerForChild()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/chart/
H A DChartReadHandler.java82 else if ("p".equals(tagName) && OfficeNamespaces.TEXT_NS.equals(uri)) in getHandlerForChild()

Completed in 55 milliseconds