Home
last modified time | relevance | path

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

/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeReportLayoutController.java182 final OfficeReportLayoutController olc = (OfficeReportLayoutController) clone(); in processContent() local
183 olc.setProcessingState(ElementLayoutController.FINISHING); in processContent()
184 return olc; in processContent()
196 final OfficeReportLayoutController olc = (OfficeReportLayoutController) clone(); in delegateSpreadsheetSection() local
197 olc.state = nextState; in delegateSpreadsheetSection()
201 return olc; in delegateSpreadsheetSection()
205 templateLc.initialize(node, getFlowController(), olc); in delegateSpreadsheetSection()
213 final OfficeReportLayoutController olc = (OfficeReportLayoutController) clone(); in delegateToTemplates() local
214 olc.state = nextState; in delegateToTemplates()
217 templateLc.initialize(getElement(), getFlowController(), olc); in delegateToTemplates() local
[all …]