Home
last modified time | relevance | path

Searched refs:pHandoutMPage (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sd/source/filter/ppt/ !
H A Dpptin.cxx1213 SdPage* pHandoutMPage = mpDoc->GetMasterSdPage( 0, PK_HANDOUT ); in Import() local
1214 pHandoutMPage->SetAutoLayout( AUTOLAYOUT_HANDOUT6, sal_True, sal_True ); in Import()
/trunk/main/sd/source/ui/view/ !
H A DViewShellImplementation.cxx113 SdPage* pHandoutMPage = NULL; in ProcessModifyPageSlot() local
180 pHandoutMPage = pDocument->GetMasterSdPage(0, PK_HANDOUT); in ProcessModifyPageSlot()
191 bHandoutMode ? pHandoutMPage : pCurrentPage; in ProcessModifyPageSlot()
233 pHandoutMPage->SetAutoLayout(aNewAutoLayout, sal_True); in ProcessModifyPageSlot()
/trunk/main/sd/source/core/ !
H A Ddrawdoc2.cxx593 SdPage* pHandoutMPage = (SdPage*) AllocPage(bMasterPage=sal_True); in CreateFirstPages() local
594 pHandoutMPage->SetSize( pHandoutPage->GetSize() ); in CreateFirstPages()
595 pHandoutMPage->SetPageKind(PK_HANDOUT); in CreateFirstPages()
596 pHandoutMPage->SetBorder( pHandoutPage->GetLftBorder(), in CreateFirstPages()
600 InsertMasterPage(pHandoutMPage, 0); in CreateFirstPages()
601 pHandoutPage->TRG_SetMasterPage( *pHandoutMPage ); in CreateFirstPages()
761 SdPage* pHandoutMPage = (SdPage*) GetMasterPage(0); in CreateMissingNotesAndHandoutPages() local
762 pHandoutMPage->SetPageKind(PK_HANDOUT); in CreateMissingNotesAndHandoutPages()
766 pHandoutPage->TRG_SetMasterPage( *pHandoutMPage ); in CreateMissingNotesAndHandoutPages()
1001 SdPage* pHandoutMPage = GetMasterSdPage(0, PK_HANDOUT); in IMPL_LINK() local
[all …]

Completed in 34 milliseconds