Home
last modified time | relevance | path

Searched refs:pMPage (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx735 SdPage* pMPage; in Import() local
737 …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 …]
/AOO41X/main/sd/source/core/
H A Ddrawdoc2.cxx672 SdPage* pMPage = (SdPage*) AllocPage(bMasterPage=sal_True); in CreateFirstPages() local
673 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()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2760 SdPage* pMPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex() local
2761 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()
/AOO41X/main/sd/source/ui/view/
H A Ddrviews7.cxx829 SdPage* pMPage = dynamic_cast< SdPage* >( pPageView->GetPage() ); in GetMenuState() local
848 if(&rRefMPage == pMPage) in GetMenuState()