Lines Matching refs:pPreviousStandardPage
517 …SdPage* pPreviousStandardPage = mpDoc->GetSdPage( Min( (sal_uInt16)(nPageCount - 1), nPage ), PK_S… in InsertSdPage() local
518 SetOfByte aVisibleLayers = pPreviousStandardPage->TRG_GetMasterPageVisibleLayers(); in InsertSdPage()
531 sal_uInt16 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in InsertSdPage()
541 pStandardPage = (SdPage*) pPreviousStandardPage->Clone(); in InsertSdPage()
545 pStandardPage->SetSize( pPreviousStandardPage->GetSize() ); in InsertSdPage()
546 pStandardPage->SetBorder( pPreviousStandardPage->GetLftBorder(), in InsertSdPage()
547 pPreviousStandardPage->GetUppBorder(), in InsertSdPage()
548 pPreviousStandardPage->GetRgtBorder(), in InsertSdPage()
549 pPreviousStandardPage->GetLwrBorder() ); in InsertSdPage()
550 pStandardPage->SetOrientation( pPreviousStandardPage->GetOrientation() ); in InsertSdPage()
559 pStandardPage->TRG_SetMasterPage(pPreviousStandardPage->TRG_GetMasterPage()); in InsertSdPage()
560 pStandardPage->SetLayoutName( pPreviousStandardPage->GetLayoutName() ); in InsertSdPage()