Lines Matching refs:pExample
605 SdPage* pExample = (SdPage*)mpDoc->GetSdPage((sal_uInt16)nExample, PK_STANDARD); in InsertSlideForParagraph() local
608 pPage->SetLayoutName(pExample->GetLayoutName()); in InsertSlideForParagraph()
616 pPage->TRG_SetMasterPage(pExample->TRG_GetMasterPage()); in InsertSlideForParagraph()
619 pPage->SetSize(pExample->GetSize()); in InsertSlideForParagraph()
620 pPage->SetBorder( pExample->GetLftBorder(), in InsertSlideForParagraph()
621 pExample->GetUppBorder(), in InsertSlideForParagraph()
622 pExample->GetRgtBorder(), in InsertSlideForParagraph()
623 pExample->GetLwrBorder() ); in InsertSlideForParagraph()
628 AutoLayout eAutoLayout = pExample->GetAutoLayout(); in InsertSlideForParagraph()
636 pPage->SetAutoLayout(pExample->GetAutoLayout(), sal_True); in InsertSlideForParagraph()
642 pExample = (SdPage*)mpDoc->GetSdPage((sal_uInt16)nExample, PK_NOTES); in InsertSlideForParagraph()
645 pNotesPage->SetLayoutName(pExample->GetLayoutName()); in InsertSlideForParagraph()
655 pNotesPage->TRG_SetMasterPage(pExample->TRG_GetMasterPage()); in InsertSlideForParagraph()
658 pNotesPage->SetSize(pExample->GetSize()); in InsertSlideForParagraph()
659 pNotesPage->SetBorder( pExample->GetLftBorder(), in InsertSlideForParagraph()
660 pExample->GetUppBorder(), in InsertSlideForParagraph()
661 pExample->GetRgtBorder(), in InsertSlideForParagraph()
662 pExample->GetLwrBorder() ); in InsertSlideForParagraph()
665 pNotesPage->SetAutoLayout(pExample->GetAutoLayout(), sal_True); in InsertSlideForParagraph()