Searched refs:pSummaryPage (Results 1 – 2 of 2) sorted by relevance
78 SdPage* pSummaryPage = NULL; in DoExecute() local121 if (!pSummaryPage) in DoExecute()137 pSummaryPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute()138 pSummaryPage->SetSize(pActualPage->GetSize() ); in DoExecute()139 pSummaryPage->SetBorder(pActualPage->GetLftBorder(), in DoExecute()145 mpDoc->InsertPage(pSummaryPage, nCount * 2 + 1); in DoExecute()151 pSummaryPage->SetLayoutName(pActualPage->GetLayoutName()); in DoExecute()152 pSummaryPage->SetAutoLayout(AUTOLAYOUT_ENUM, sal_True); in DoExecute()153 pSummaryPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in DoExecute()205 if (pSummaryPage) in DoExecute()[all …]
508 SdPage* pSummaryPage = pDocument->GetSdPage ( in AddSummaryPage() local510 OSL_ASSERT (pSummaryPage!=NULL); in AddSummaryPage()515 pSummaryPage->SetPresChange(pTemplatePage->GetPresChange()); in AddSummaryPage()516 pSummaryPage->SetTime(pTemplatePage->GetTime()); in AddSummaryPage()517 pSummaryPage->SetSound(pTemplatePage->IsSoundOn()); in AddSummaryPage()518 pSummaryPage->SetSoundFile(pTemplatePage->GetSoundFile()); in AddSummaryPage()519 pSummaryPage->setTransitionType(pTemplatePage->getTransitionType()); in AddSummaryPage()520 pSummaryPage->setTransitionSubtype(pTemplatePage->getTransitionSubtype()); in AddSummaryPage()521 pSummaryPage->setTransitionDirection(pTemplatePage->getTransitionDirection()); in AddSummaryPage()522 pSummaryPage->setTransitionFadeColor(pTemplatePage->getTransitionFadeColor()); in AddSummaryPage()[all …]
Completed in 18 milliseconds