Lines Matching refs:pHandoutMPage
593 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
1003 if (pHandoutMPage->GetAutoLayout() == AUTOLAYOUT_NONE) in IMPL_LINK()
1006 pHandoutMPage->SetAutoLayout(AUTOLAYOUT_HANDOUT6, sal_True, sal_True); in IMPL_LINK()