Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx735 SdPage* pMPage; in Import() local
773 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 …]
/trunk/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()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2730 SdPage* pMPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex() local
2731 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()
/trunk/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()

Completed in 60 milliseconds