Searched refs:mxDocMasterPages (Results 1 – 4 of 4) sorted by relevance
506 mxDocMasterPages = mxDocMasterPages.query( xMasterPagesSupplier->getMasterPages() ); in setSourceDocument()507 if(mxDocMasterPages.is()) in setSourceDocument()509 mnDocMasterPageCount = mxDocMasterPages->getCount(); in setSourceDocument()556 if(mxDocMasterPages.is()) in setSourceDocument()560 Any aAny(mxDocMasterPages->getByIndex(a)); in setSourceDocument()1417 Reference< XDrawPage > xMasterPage( mxDocMasterPages->getByIndex(nMPageId), UNO_QUERY ); in ImpPrepPageMasterInfos()1816 mxDocMasterPages->getByIndex(nCnt) >>= xDrawPage; in ImpPrepMasterPageInfos()1842 Any aAny(mxDocMasterPages->getByIndex(nCnt)); in ImpWritePresentationStyles()2374 Reference< XDrawPage > xMasterPage(mxDocMasterPages->getByIndex(nMPageId), UNO_QUERY ); in _ExportAutoStyles()2555 Reference< XDrawPage > xMasterPage( mxDocMasterPages->getByIndex(nMPageId), UNO_QUERY ); in _ExportMasterStyles()
194 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > mxDocMasterPages; member in SdXMLImport298 …com::sun::star::container::XIndexAccess >& GetLocalMasterPages() const { return mxDocMasterPages; } in GetLocalMasterPages()
387 mxDocMasterPages = mxDocMasterPages.query( xMasterPagesSupplier->getMasterPages() ); in setTargetDocument()
101 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > mxDocMasterPages; member in SdXMLExport
Completed in 26 milliseconds