Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/model/
H A DOfficeReport.java113 public Node getBodySection() in getBodySection() method in OfficeReport
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/model/
H A DOfficeReport.java113 public Node getBodySection() in getBodySection() method in OfficeReport
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/
H A DOfficeTableTemplateLayoutController.java84 addFromBody(tables, (Section) report.getBodySection()); in initialize()
H A DOfficeReportLayoutController.java154 return delegateSection(or.getBodySection(), in processContent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/
H A DOfficeTableTemplateLayoutController.java84 addFromBody(tables, (Section) report.getBodySection()); in initialize()
H A DOfficeReportLayoutController.java154 return delegateSection(or.getBodySection(), in processContent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DPentahoReportJob.java315 final Section reportBody = (Section) officeReport.getBodySection(); in execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DPentahoReportJob.java317 final Section reportBody = (Section) officeReport.getBodySection(); in execute()