Searched refs:pTemplatePage (Results 1 – 2 of 2) sorted by relevance
227 SdPage* pTemplatePage = pPage; in CreateOrDuplicatePage() local228 if (pTemplatePage == NULL) in CreateOrDuplicatePage()230 pTemplatePage = pDocument->GetSdPage(0, ePageKind); in CreateOrDuplicatePage()231 if (pTemplatePage != NULL && pTemplatePage->TRG_HasMasterPage()) in CreateOrDuplicatePage()232 aVisibleLayers = pTemplatePage->TRG_GetMasterPageVisibleLayers(); in CreateOrDuplicatePage()264 if (pTemplatePage != NULL) in CreateOrDuplicatePage()266 eStandardLayout = pTemplatePage->GetAutoLayout(); in CreateOrDuplicatePage()270 …SdPage* pNotesTemplatePage = static_cast<SdPage*>(pDocument->GetPage(pTemplatePage->GetPageNum()+1… in CreateOrDuplicatePage()361 if (pTemplatePage == NULL) in CreateOrDuplicatePage()371 pTemplatePage, in CreateOrDuplicatePage()
504 SdPage* pTemplatePage = pDocument->GetSdPage (0, PK_STANDARD); in AddSummaryPage() local505 OSL_ASSERT (pTemplatePage!=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 20 milliseconds