Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java26 import com.sun.star.report.pentaho.model.OfficeMasterPage;
207 public OfficeMasterPage getMasterPage(final String template, in getMasterPage()
213 return (OfficeMasterPage) masterPages.get(key); in getMasterPage()
225 public OfficeMasterPage createMasterPage(final String template, in createMasterPage()
231 final OfficeMasterPage cached = (OfficeMasterPage) masterPages.get(key); in createMasterPage()
239 OfficeMasterPage predef = predefinedStyles.getMasterPage(template); in createMasterPage()
252 final OfficeMasterPage derived = (OfficeMasterPage) predef.clone(); in createMasterPage()
262 final OfficeMasterPage masterPage = new OfficeMasterPage(); in createMasterPage()
268 private OfficeMasterPage setupMasterPage(final OfficeMasterPage derived, in setupMasterPage()
H A DTextRawReportTarget.java34 import com.sun.star.report.pentaho.model.OfficeMasterPage;
117 private OfficeMasterPage currentMasterPage;
287 …final OfficeMasterPage masterPage = masterPageFactory.getMasterPage(STANDARD, activePageHeader, ac… in createMasterPage()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeMasterStyles.java56 public void addMasterPage(final OfficeMasterPage masterPage) in addMasterPage()
65 public OfficeMasterPage getMasterPage(final String name) in getMasterPage()
67 return (OfficeMasterPage) masterPages.get(name); in getMasterPage()
70 public OfficeMasterPage[] getAllMasterPages() in getAllMasterPages()
72 …return (OfficeMasterPage[]) masterPages.values().toArray(new OfficeMasterPage[masterPages.size()]); in getAllMasterPages()
H A DOfficeMasterPage.java36 public class OfficeMasterPage extends Section class
39 public OfficeMasterPage() in OfficeMasterPage() method in OfficeMasterPage
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/
H A DMasterPageReadHandler.java25 import com.sun.star.report.pentaho.model.OfficeMasterPage;
48 private final OfficeMasterPage masterPage;
53 masterPage = new OfficeMasterPage(); in MasterPageReadHandler()
57 public OfficeMasterPage getMasterPage() in getMasterPage()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java29 import com.sun.star.report.pentaho.model.OfficeMasterPage;
143 final OfficeMasterPage[] officeMasterPages = officeStyles.getAllMasterPages(); in writeMasterStylesSection()
146 final OfficeMasterPage masterPage = officeMasterPages[i]; in writeMasterStylesSection()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java32 import com.sun.star.report.pentaho.model.OfficeMasterPage;
794 final OfficeMasterPage masterPage; in createMasterPage()

Completed in 50 milliseconds