Searched refs:masterPages (Results 1 – 3 of 3) sorted by relevance
47 private final Map masterPages; field in OfficeMasterStyles52 masterPages = new HashMap(); in OfficeMasterStyles()62 this.masterPages.put(masterPage.getStyleName(), masterPage); in addMasterPage()67 return (OfficeMasterPage) masterPages.get(name); in getMasterPage()72 …return (OfficeMasterPage[]) masterPages.values().toArray(new OfficeMasterPage[masterPages.size()]); in getAllMasterPages()
194 private final Map masterPages; field in MasterPageFactory201 this.masterPages = new HashMap(); in MasterPageFactory()213 return (OfficeMasterPage) masterPages.get(key); in getMasterPage()222 return masterPages.containsKey(key); in containsMasterPage()231 final OfficeMasterPage cached = (OfficeMasterPage) masterPages.get(key); in createMasterPage()237 final String targetName = (masterPages.isEmpty()) ? "Standard" : template; in createMasterPage()275 masterPages.put(key, derived); in setupMasterPage()
3210 masterPages
Completed in 62 milliseconds