/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ |
H A D | FunctionReadHandler.java | 62 final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing() 68 final String name = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "name"); in startParsing() 73 … final String initialFormula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "initial-formula"); in startParsing() 74 … final String deepTraversing = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "deep-traversing"); in startParsing() 92 final String preEvaluated = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "pre-evaluated"); in startParsing()
|
H A D | MasterDetailReadHandler.java | 69 final String master = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "master"); in startParsing() 72 final String detail = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "detail"); in startParsing() 91 if (OfficeNamespaces.OOREPORT_NS.equals(uri) && "master-detail-field".equals(tagName)) in getHandlerForChild()
|
H A D | FormatConditionReadHandler.java | 63 attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing() 69 attrs.getValue(OfficeNamespaces.OOREPORT_NS, OfficeToken.STYLE_NAME); in startParsing() 77 final String enabledText = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "enabled"); in startParsing()
|
H A D | ReportElementReadHandler.java | 68 …final String printWhenGroupChanges = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "print-when-grou… in startParsing() 70 …final String printRepeatingValues = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "print-repeated-v… in startParsing() 87 if (!OfficeNamespaces.OOREPORT_NS.equals(uri)) in getHandlerForChild()
|
H A D | ImageReadHandler.java | 66 final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing() 100 if (OfficeNamespaces.OOREPORT_NS.equals(uri)) in getHandlerForChild() 128 contentElement.setAttribute(OfficeNamespaces.OOREPORT_NS, in doneParsing()
|
H A D | FormattedTextReadHandler.java | 63 final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing() 94 if (OfficeNamespaces.OOREPORT_NS.equals(uri)) in getHandlerForChild()
|
H A D | GroupReadHandler.java | 78 final String groupExpr = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "group-expression"); in startParsing() 100 if (!OfficeNamespaces.OOREPORT_NS.equals(uri)) in getHandlerForChild()
|
H A D | ConditionalPrintExpressionReadHandler.java | 56 final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing()
|
H A D | FixedContentReadHandler.java | 74 if (OfficeNamespaces.OOREPORT_NS.equals(uri)) in getHandlerForChild()
|
H A D | RootTableReadHandler.java | 76 … if (OfficeNamespaces.OOREPORT_NS.equals(uri) && "conditional-print-expression".equals(tagName)) in getHandlerForChild()
|
H A D | SubDocumentReadHandler.java | 93 if (OfficeNamespaces.OOREPORT_NS.equals(uri)) in getHandlerForChild()
|
H A D | ReportReadHandler.java | 103 else if (OfficeNamespaces.OOREPORT_NS.equals(uri)) in getHandlerForChild()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
H A D | ReportElement.java | 60 …return OfficeToken.TRUE.equals(getAttribute(OfficeNamespaces.OOREPORT_NS, "print-when-group-change… in isPrintWhenGroupChanges() 65 setAttribute(OfficeNamespaces.OOREPORT_NS, "print-when-group-changes", in setPrintWhenGroupChanges() 78 …return OfficeToken.TRUE.equals(getAttribute(OfficeNamespaces.OOREPORT_NS, "print-repeated-values")… in isPrintRepeatedValues() 83 setAttribute(OfficeNamespaces.OOREPORT_NS, "print-repeated-values", in setPrintRepeatedValues()
|
H A D | OfficeGroup.java | 48 … return OfficeToken.TRUE.equals(getAttribute(OfficeNamespaces.OOREPORT_NS, "start-new-column")); in isStartNewColumn() 53 … return OfficeToken.TRUE.equals(getAttribute(OfficeNamespaces.OOREPORT_NS, "reset-page-number")); in isResetPageNumber() 64 …return (OfficeGroupSection) instanceSection.findFirstChild(OfficeNamespaces.OOREPORT_NS, "group-he… in getHeader() 76 …return (OfficeGroupSection) instanceSection.findFirstChild(OfficeNamespaces.OOREPORT_NS, "group-fo… in getFooter()
|
H A D | ImageElement.java | 57 String val = (String) getAttribute(OfficeNamespaces.OOREPORT_NS, OfficeToken.SCALE); in getScaleMode() 71 …return OfficeToken.TRUE.equals(getAttribute(OfficeNamespaces.OOREPORT_NS, OfficeToken.PRESERVE_IRI… in isPreserveIRI() 76 … setAttribute(OfficeNamespaces.OOREPORT_NS, OfficeToken.PRESERVE_IRI, String.valueOf(preserveIRI)); in setPreserveIRI()
|
H A D | PageSection.java | 47 …final String pagePrintOption = (String) attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "page-pri… in isPrintWithReportHeader() 53 …final String pagePrintOption = (String) attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "page-pri… in isPrintWithReportFooter()
|
H A D | OfficeGroupSection.java | 47 getAttribute(OfficeNamespaces.OOREPORT_NS, "repeat-section"); in isRepeatSection()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 298 … pair[1] = group.getAttribute(OfficeNamespaces.OOREPORT_NS, "sort-ascending"); in collectGroupExpressions() 356 …final String command = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, "command"); in execute() 357 …ring commandType = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, SDBCReportData… in execute() 358 …escapeProcessing = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, SDBCReportData… in execute() 363 … final String filter = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, "filter"); in execute()
|
H A D | OfficeNamespaces.java | 57 public static final String OOREPORT_NS = "http://openoffice.org/2005/report"; field in OfficeNamespaces
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 580 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "page-header", attrs)) in startElement() 591 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "page-footer", attrs)) in startElement() 602 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "report-header", attrs)) in startElement() 606 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "report-footer", attrs)) in startElement() 626 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "group", attrs)) in startElement() 636 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "detail", attrs)) in startElement() 664 …if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "group-header", attrs) && Offic… in startElement() 668 …else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "group-footer", attrs) && … in startElement() 691 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "group-header", attrs)) in startElement() 695 … else if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OOREPORT_NS, "group-footer", attrs)) in startElement() [all …]
|
H A D | StylesWriter.java | 332 if (OfficeNamespaces.OOREPORT_NS.equals(namespace)) in isFilteredNamespace()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 201 attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "force-new-page"); in isSectionPagebreakAfter() 208 attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "force-new-page"); in isSectionPagebreakBefore() 905 …Together = OfficeToken.TRUE.equals(attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, KEEP_TOGETHER)… in startTable() 1125 …final Object resetPageNumber = attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "reset-page-number… in startGroup() 1131 final Object keepTogether = attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, KEEP_TOGETHER); in startGroup() 1148 … final Object newColumn = attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "start-new-column"); in startGroup() 1241 …n repeat = OfficeToken.TRUE.equals(attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "repeat-sectio… in endReportSection()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/ |
H A D | TableReadHandler.java | 70 final String enabled = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "visible"); in startParsing() 95 … if (OfficeNamespaces.OOREPORT_NS.equals(uri) && "conditional-print-expression".equals(tagName)) in getHandlerForChild()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/text/ |
H A D | NoCDATATextContentReadHandler.java | 109 if (OfficeNamespaces.OOREPORT_NS.equals(uri)) in getHandlerForChild()
|