Home
last modified time | relevance | path

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

/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java122 private static class PageLayoutKey class in MasterPageFactory
129 public PageLayoutKey(final String templateName, in PageLayoutKey() method in MasterPageFactory.PageLayoutKey
164 final PageLayoutKey key = (PageLayoutKey) o; in equals()
302 final PageLayoutKey key = in createPageStyle()
303 new PageLayoutKey(null, headerHeight, footerHeight); in createPageStyle()
342 final PageLayoutKey key = in derivePageStyle()
343 new PageLayoutKey(pageStyleTemplate, headerHeight, footerHeight); in derivePageStyle()