Searched refs:xMasterPagesSupplier (Results 1 – 12 of 12) sorted by relevance
/trunk/test/testuno/source/testlib/uno/ |
H A D | PageUtil.java | 135 XMasterPagesSupplier xMasterPagesSupplier = (XMasterPagesSupplier) UnoRuntime in getMasterPageCount() local 137 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in getMasterPageCount() 153 XMasterPagesSupplier xMasterPagesSupplier = (XMasterPagesSupplier) UnoRuntime in getMasterPageByIndex() local 155 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in getMasterPageByIndex() 166 XMasterPagesSupplier xMasterPagesSupplier = (XMasterPagesSupplier) UnoRuntime in insertNewMasterPageByIndex() local 168 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in insertNewMasterPageByIndex() 177 XMasterPagesSupplier xMasterPagesSupplier = (XMasterPagesSupplier) UnoRuntime in removeMasterPage() local 179 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in removeMasterPage()
|
/trunk/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | PageHelper.java | 117 XMasterPagesSupplier xMasterPagesSupplier = in getMasterPageCount() local 120 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in getMasterPageCount() 130 XMasterPagesSupplier xMasterPagesSupplier = in getMasterPageByIndex() local 133 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in getMasterPageByIndex() 142 XMasterPagesSupplier xMasterPagesSupplier = in insertNewMasterPageByIndex() local 145 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in insertNewMasterPageByIndex() 153 XMasterPagesSupplier xMasterPagesSupplier = in removeMasterPage() local 156 XDrawPages xDrawPages = xMasterPagesSupplier.getMasterPages(); in removeMasterPage()
|
/trunk/main/sdext/source/minimizer/ |
H A D | graphiccollector.cxx | 303 Reference< XMasterPagesSupplier > xMasterPagesSupplier( rxModel, UNO_QUERY_THROW ); in CollectGraphics() local 304 Reference< XDrawPages > xMasterPages( xMasterPagesSupplier->getMasterPages(), UNO_QUERY_THROW ); in CollectGraphics() 443 Reference< XMasterPagesSupplier > xMasterPagesSupplier( rxModel, UNO_QUERY_THROW ); in CountGraphics() local 444 Reference< XDrawPages > xMasterPages( xMasterPagesSupplier->getMasterPages(), UNO_QUERY_THROW ); in CountGraphics()
|
H A D | pagecollector.cxx | 129 Reference< XMasterPagesSupplier > xMasterPagesSupplier( rxModel, UNO_QUERY_THROW ); in CollectMasterPages() local 130 Reference< XDrawPages > xMasterPages( xMasterPagesSupplier->getMasterPages(), UNO_QUERY_THROW ); in CollectMasterPages()
|
H A D | impoptimizer.cxx | 111 Reference< XMasterPagesSupplier > xMasterPagesSupplier( rxModel, UNO_QUERY_THROW ); in ImpDeleteUnusedMasterPages() local 112 Reference< XDrawPages > xMasterPages( xMasterPagesSupplier->getMasterPages(), UNO_QUERY_THROW ); in ImpDeleteUnusedMasterPages()
|
H A D | optimizerdialogcontrols.cxx | 798 Reference< XMasterPagesSupplier > xMasterPagesSupplier( mxModel, UNO_QUERY_THROW ); in UpdateControlStatesPage4() local 799 Reference< XDrawPages > xMasterPages( xMasterPagesSupplier->getMasterPages(), UNO_QUERY_THROW ); in UpdateControlStatesPage4()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews2.cxx | 255 Reference<drawing::XMasterPagesSupplier> xMasterPagesSupplier ( in FuTemporary() local 257 if (xMasterPagesSupplier.is()) in FuTemporary() 260 xMasterPagesSupplier->getMasterPages()); in FuTemporary()
|
/trunk/main/xmloff/source/draw/ |
H A D | sdxmlimp.cxx | 385 uno::Reference < drawing::XMasterPagesSupplier > xMasterPagesSupplier(GetModel(), uno::UNO_QUERY); in setTargetDocument() local 386 if(xMasterPagesSupplier.is()) in setTargetDocument() 387 mxDocMasterPages = mxDocMasterPages.query( xMasterPagesSupplier->getMasterPages() ); in setTargetDocument()
|
H A D | sdxmlexp.cxx | 503 Reference < drawing::XMasterPagesSupplier > xMasterPagesSupplier(GetModel(), UNO_QUERY); in setSourceDocument() local 504 if(xMasterPagesSupplier.is()) in setSourceDocument() 506 mxDocMasterPages = mxDocMasterPages.query( xMasterPagesSupplier->getMasterPages() ); in setSourceDocument()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSlotManager.cxx | 1079 Reference<drawing::XMasterPagesSupplier> xMasterPagesSupplier ( in InsertSlide() local 1081 if (xMasterPagesSupplier.is()) in InsertSlide() 1084 xMasterPagesSupplier->getMasterPages()); in InsertSlide()
|
/trunk/main/filter/source/svg/ |
H A D | svgexport.cxx | 279 Reference< XMasterPagesSupplier > xMasterPagesSupplier( mxSrcDoc, UNO_QUERY ); in implExport() local 282 if( xMasterPagesSupplier.is() && xDrawPagesSupplier.is() ) in implExport() 284 Reference< XDrawPages > xMasterPages( xMasterPagesSupplier->getMasterPages(), UNO_QUERY ); in implExport()
|
/trunk/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 1867 xMasterPagesSupplier( xModel, ::com::sun::star::uno::UNO_QUERY); in GetDrawPage() 1868 if ( xMasterPagesSupplier.is() ) in GetDrawPage() 1869 xDrawPages = xMasterPagesSupplier->getMasterPages(); in GetDrawPage()
|
Completed in 79 milliseconds