Searched refs:pMPage (Results 1 – 4 of 4) sorted by relevance
735 SdPage* pMPage; in Import() local737 …for ( i = 0; i < mpDoc->GetMasterPageCount() && ( (pMPage = (SdPage*)mpDoc->GetMasterPage( i )) !=… in Import()771 …SdrObject* pObj = ImportPageBackgroundObject( *pMPage, pE->nBackgroundOffset, sal_True ); // im… in Import()773 pMPage->NbcInsertObject( pObj ); in Import()776 ProcessData aProcessData( *(*pList)[ nAktPageNum ], (SdPage*)pMPage ); in Import()819 pMPage->NbcInsertObject( pImpObj ); in Import()844 …sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > xPage( pMPage->getUnoPage(), ::c… in Import()863 ImportPageEffect( (SdPage*)pMPage, bNewAnimationsUsed ); in Import()868 pObj = pMPage->GetObj( 0 ); in Import()871 if ( pMPage->GetPageKind() == PK_STANDARD ) in Import()[all …]
672 SdPage* pMPage = (SdPage*) AllocPage(bMasterPage=sal_True); in CreateFirstPages() local673 pMPage->SetSize( pPage->GetSize() ); in CreateFirstPages()674 pMPage->SetBorder( pPage->GetLftBorder(), in CreateFirstPages()678 InsertMasterPage(pMPage, 1); in CreateFirstPages()679 pPage->TRG_SetMasterPage( *pMPage ); in CreateFirstPages()681 pMPage->SetLayoutName( pPage->GetLayoutName() ); in CreateFirstPages()
2760 SdPage* pMPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex() local2761 pMPage->SetSize( pPage->GetSize() ); in insertNewByIndex()2762 pMPage->SetBorder( pPage->GetLftBorder(), in insertNewByIndex()2766 pMPage->SetLayoutName( aLayoutName ); in insertNewByIndex()2767 mpDoc->InsertMasterPage(pMPage, (sal_uInt16)nInsertPos); in insertNewByIndex()2771 pMPage->EnsureMasterPageDefaultBackground(); in insertNewByIndex()2774 xDrawPage = uno::Reference< drawing::XDrawPage >::query( pMPage->getUnoPage() ); in insertNewByIndex()
829 SdPage* pMPage = dynamic_cast< SdPage* >( pPageView->GetPage() ); in GetMenuState() local848 if(&rRefMPage == pMPage) in GetMenuState()