Searched refs:pMPage (Results 1 – 4 of 4) sorted by relevance
735 SdPage* pMPage; in Import() local773 pMPage->NbcInsertObject( pObj ); in Import()776 ProcessData aProcessData( *(*pList)[ nAktPageNum ], (SdPage*)pMPage ); in Import()819 pMPage->NbcInsertObject( pImpObj ); in Import()863 ImportPageEffect( (SdPage*)pMPage, bNewAnimationsUsed ); in Import()868 pObj = pMPage->GetObj( 0 ); in Import()871 if ( pMPage->GetPageKind() == PK_STANDARD ) in Import()883 pMPage->getSdrPageProperties().ClearItem(); in Import()884 pMPage->getSdrPageProperties().SetStyleSheet(pSheet); in Import()890 pMPage->getSdrPageProperties().ClearItem(); 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()
2730 SdPage* pMPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex() local2731 pMPage->SetSize( pPage->GetSize() ); in insertNewByIndex()2732 pMPage->SetBorder( pPage->GetLftBorder(), in insertNewByIndex()2736 pMPage->SetLayoutName( aLayoutName ); in insertNewByIndex()2737 mpDoc->InsertMasterPage(pMPage, (sal_uInt16)nInsertPos); in insertNewByIndex()2741 pMPage->EnsureMasterPageDefaultBackground(); in insertNewByIndex()2744 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()
Completed in 51 milliseconds