Lines Matching refs:xDrawPages
51 XDrawPages xDrawPages = xDrawPagesSupplier.getDrawPages(); in getDrawPageCount() local
52 return xDrawPages.getCount(); in getDrawPageCount()
69 XDrawPages xDrawPages = xDrawPagesSupplier.getDrawPages(); in getDrawPageByIndex() local
71 xDrawPages.getByIndex(nIndex)); in getDrawPageByIndex()
88 XDrawPages xDrawPages = xDrawPagesSupplier.getDrawPages(); in insertNewDrawPageByIndex() local
89 return xDrawPages.insertNewByIndex(nIndex); in insertNewDrawPageByIndex()
103 XDrawPages xDrawPages = xDrawPagesSupplier.getDrawPages(); in removeDrawPage() local
104 xDrawPages.remove(xDrawPage); in removeDrawPage()
137 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in getMasterPageCount() local
138 return xDrawPages.getCount(); in getMasterPageCount()
155 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in getMasterPageByIndex() local
157 xDrawPages.getByIndex(nIndex)); in getMasterPageByIndex()
168 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in insertNewMasterPageByIndex() local
169 return xDrawPages.insertNewByIndex(nIndex); in insertNewMasterPageByIndex()
179 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in removeMasterPage() local
180 xDrawPages.remove(xDrawPage); in removeMasterPage()