Home
last modified time | relevance | path

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

/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeReportLayoutController.java204 … final OfficePageSectionLayoutController templateLc = new OfficePageSectionLayoutController(); in delegateSpreadsheetSection() local
205 templateLc.initialize(node, getFlowController(), olc); in delegateSpreadsheetSection()
206 return templateLc; in delegateSpreadsheetSection()
216 … final OfficeTableTemplateLayoutController templateLc = new OfficeTableTemplateLayoutController(); in delegateToTemplates() local
217 templateLc.initialize(getElement(), getFlowController(), olc); in delegateToTemplates()
218 return templateLc; in delegateToTemplates()