Searched refs:pHandoutMPage (Results 1 – 3 of 3) sorted by relevance
593 SdPage* pHandoutMPage = (SdPage*) AllocPage(bMasterPage=sal_True); in CreateFirstPages() local594 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() local762 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 …]
113 SdPage* pHandoutMPage = NULL; in ProcessModifyPageSlot() local180 pHandoutMPage = pDocument->GetMasterSdPage(0, PK_HANDOUT); in ProcessModifyPageSlot()191 bHandoutMode ? pHandoutMPage : pCurrentPage; in ProcessModifyPageSlot()233 pHandoutMPage->SetAutoLayout(aNewAutoLayout, sal_True); in ProcessModifyPageSlot()
1213 SdPage* pHandoutMPage = mpDoc->GetMasterSdPage( 0, PK_HANDOUT ); in Import() local1214 pHandoutMPage->SetAutoLayout( AUTOLAYOUT_HANDOUT6, sal_True, sal_True ); in Import()
Completed in 64 milliseconds