Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeReportLayoutController.java127 return delegateSection(or.getPageHeader(), in processContent()
137 return delegateSection(or.getPageFooter(), in processContent()
142 return delegateSection(or.getColumnHeader(), in processContent()
147 return delegateSection(or.getColumnFooter(), in processContent()
152 return delegateSection(new VariablesDeclarationSection(), in processContent()
157 return delegateSection(or.getReportHeader(), in processContent()
162 return delegateSection(or.getBodySection(), in processContent()
167 return delegateSection(new VariablesDeclarationSection(), in processContent()
172 return delegateSection(or.getReportFooter(), in processContent()
222 private LayoutController delegateSection(final Node n, final int nextState) in delegateSection() method in OfficeReportLayoutController

Completed in 9 milliseconds