Lines Matching refs:pPreviousStandardPage

1365     SdPage* pPreviousStandardPage;  in CreatePage()  local
1376 pPreviousStandardPage = (SdPage*) GetPage(nNotesPageNum - 3); in CreatePage()
1377 eStandardLayout = pPreviousStandardPage->GetAutoLayout(); in CreatePage()
1381 pPreviousStandardPage = pActualPage; in CreatePage()
1382 sal_uInt16 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in CreatePage()
1393 pStandardPage->SetSize( pPreviousStandardPage->GetSize() ); in CreatePage()
1394 pStandardPage->SetBorder( pPreviousStandardPage->GetLftBorder(), in CreatePage()
1395 pPreviousStandardPage->GetUppBorder(), in CreatePage()
1396 pPreviousStandardPage->GetRgtBorder(), in CreatePage()
1397 pPreviousStandardPage->GetLwrBorder() ); in CreatePage()
1400 pStandardPage->TRG_SetMasterPage(pPreviousStandardPage->TRG_GetMasterPage()); in CreatePage()
1403 pStandardPage->SetLayoutName( pPreviousStandardPage->GetLayoutName() ); in CreatePage()
1405 pStandardPage->setHeaderFooterSettings( pPreviousStandardPage->getHeaderFooterSettings() ); in CreatePage()
1408 pStandardPage->setTransitionType( pPreviousStandardPage->getTransitionType() ); in CreatePage()
1409 pStandardPage->setTransitionSubtype( pPreviousStandardPage->getTransitionSubtype() ); in CreatePage()
1410 pStandardPage->setTransitionDirection( pPreviousStandardPage->getTransitionDirection() ); in CreatePage()
1411 pStandardPage->setTransitionFadeColor( pPreviousStandardPage->getTransitionFadeColor() ); in CreatePage()
1412 pStandardPage->setTransitionDuration( pPreviousStandardPage->getTransitionDuration() ); in CreatePage()
1415 pStandardPage->SetPresChange( pPreviousStandardPage->GetPresChange() ); in CreatePage()
1416 pStandardPage->SetTime( pPreviousStandardPage->GetTime() ); in CreatePage()
1486 SdPage* pPreviousStandardPage; in DuplicatePage() local
1497 pPreviousStandardPage = (SdPage*) GetPage(nNotesPageNum - 3); in DuplicatePage()
1501 pPreviousStandardPage = pActualPage; in DuplicatePage()
1502 sal_uInt16 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in DuplicatePage()
1507 pStandardPage = (SdPage*) pPreviousStandardPage->Clone(); in DuplicatePage()
1540 SdPage* pPreviousStandardPage; in InsertPageSet() local
1554 pPreviousStandardPage = (SdPage*) GetPage(nNotesPageNum - 3); in InsertPageSet()
1556 eStandardLayout = pPreviousStandardPage->GetAutoLayout(); in InsertPageSet()
1560 pPreviousStandardPage = pActualPage; in InsertPageSet()
1561 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in InsertPageSet()
1574 pPreviousStandardPage, in InsertPageSet()