Lines Matching refs:xComponent

48 	static public int getDrawPageCount(XComponent xComponent) {  in getDrawPageCount()  argument
50 .queryInterface(XDrawPagesSupplier.class, xComponent); in getDrawPageCount()
64 static public XDrawPage getDrawPageByIndex(XComponent xComponent, int nIndex) in getDrawPageByIndex() argument
68 .queryInterface(XDrawPagesSupplier.class, xComponent); in getDrawPageByIndex()
84 static public XDrawPage insertNewDrawPageByIndex(XComponent xComponent, in insertNewDrawPageByIndex() argument
87 .queryInterface(XDrawPagesSupplier.class, xComponent); in insertNewDrawPageByIndex()
100 static public void removeDrawPage(XComponent xComponent, XDrawPage xDrawPage) { in removeDrawPage() argument
102 .queryInterface(XDrawPagesSupplier.class, xComponent); in removeDrawPage()
134 static public int getMasterPageCount(XComponent xComponent) { in getMasterPageCount() argument
136 .queryInterface(XMasterPagesSupplier.class, xComponent); in getMasterPageCount()
150 static public XDrawPage getMasterPageByIndex(XComponent xComponent, in getMasterPageByIndex() argument
154 .queryInterface(XMasterPagesSupplier.class, xComponent); in getMasterPageByIndex()
164 static public XDrawPage insertNewMasterPageByIndex(XComponent xComponent, in insertNewMasterPageByIndex() argument
167 .queryInterface(XMasterPagesSupplier.class, xComponent); in insertNewMasterPageByIndex()
175 static public void removeMasterPage(XComponent xComponent, in removeMasterPage() argument
178 .queryInterface(XMasterPagesSupplier.class, xComponent); in removeMasterPage()
207 static public boolean isImpressDocument(XComponent xComponent) { in isImpressDocument() argument
209 XServiceInfo.class, xComponent); in isImpressDocument()
226 static public XDrawPage getHandoutMasterPage(XComponent xComponent) { in getHandoutMasterPage() argument
228 .queryInterface(XHandoutMasterSupplier.class, xComponent); in getHandoutMasterPage()