Home
last modified time | relevance | path

Searched refs:pTemplatePage (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Dviewshe3.cxx227 SdPage* pTemplatePage = pPage; in CreateOrDuplicatePage() local
228 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()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx500 SdPage* pTemplatePage = pDocument->GetSdPage (0, PK_STANDARD); in AddSummaryPage() local
501 OSL_ASSERT (pTemplatePage!=NULL); in AddSummaryPage()
510 pSummaryPage->setTransitionDuration(pTemplatePage->getTransitionDuration()); in AddSummaryPage()
511 pSummaryPage->SetPresChange(pTemplatePage->GetPresChange()); in AddSummaryPage()
512 pSummaryPage->SetTime(pTemplatePage->GetTime()); in AddSummaryPage()
513 pSummaryPage->SetSound(pTemplatePage->IsSoundOn()); in AddSummaryPage()
514 pSummaryPage->SetSoundFile(pTemplatePage->GetSoundFile()); in AddSummaryPage()
515 pSummaryPage->setTransitionType(pTemplatePage->getTransitionType()); in AddSummaryPage()
516 pSummaryPage->setTransitionSubtype(pTemplatePage->getTransitionSubtype()); in AddSummaryPage()
517 pSummaryPage->setTransitionDirection(pTemplatePage->getTransitionDirection()); in AddSummaryPage()
[all …]

Completed in 22 milliseconds