Searched refs:mxDocMasterPages (Results 1 – 4 of 4) sorted by relevance
505 mxDocMasterPages = mxDocMasterPages.query( xMasterPagesSupplier->getMasterPages() ); in setSourceDocument()506 if(mxDocMasterPages.is()) in setSourceDocument()508 mnDocMasterPageCount = mxDocMasterPages->getCount(); in setSourceDocument()555 if(mxDocMasterPages.is()) in setSourceDocument()559 Any aAny(mxDocMasterPages->getByIndex(a)); in setSourceDocument()1416 Reference< XDrawPage > xMasterPage( mxDocMasterPages->getByIndex(nMPageId), UNO_QUERY ); in ImpPrepPageMasterInfos()1815 mxDocMasterPages->getByIndex(nCnt) >>= xDrawPage; in ImpPrepMasterPageInfos()1841 Any aAny(mxDocMasterPages->getByIndex(nCnt)); in ImpWritePresentationStyles()2373 Reference< XDrawPage > xMasterPage(mxDocMasterPages->getByIndex(nMPageId), UNO_QUERY ); in _ExportAutoStyles()2554 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()
386 mxDocMasterPages = mxDocMasterPages.query( xMasterPagesSupplier->getMasterPages() ); in setTargetDocument()
101 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > mxDocMasterPages; member in SdXMLExport