Home
last modified time | relevance | path

Searched refs:pHandoutPage (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sd/source/core/
H A Ddrawdoc2.cxx568 SdPage* pHandoutPage = dynamic_cast< SdPage* >( AllocPage(bMasterPage=sal_False) ); in CreateFirstPages() local
577 pHandoutPage->SetSize(pRefPage->GetSize()); in CreateFirstPages()
578pHandoutPage->SetBorder( pRefPage->GetLftBorder(), pRefPage->GetUppBorder(), pRefPage->GetRgtBorde… in CreateFirstPages()
582 pHandoutPage->SetSize(aDefSize); in CreateFirstPages()
583 pHandoutPage->SetBorder(0, 0, 0, 0); in CreateFirstPages()
586 pHandoutPage->SetPageKind(PK_HANDOUT); in CreateFirstPages()
587 pHandoutPage->SetName( String (SdResId(STR_HANDOUT) ) ); in CreateFirstPages()
588 InsertPage(pHandoutPage, 0); in CreateFirstPages()
594 pHandoutMPage->SetSize( pHandoutPage->GetSize() ); in CreateFirstPages()
596 pHandoutMPage->SetBorder( pHandoutPage->GetLftBorder(), in CreateFirstPages()
[all …]
/AOO41X/main/sd/source/ui/view/
H A Ddrviewsa.cxx603 SdPage* pHandoutPage = GetDoc()->GetSdPage(0, PK_HANDOUT); in SetupPage() local
604 pHandoutPage->CreateTitleAndLayout(sal_True); in SetupPage()
/AOO41X/main/sd/source/ui/app/
H A Dsdmod1.cxx917 SdPage* pHandoutPage = pDoc->GetSdPage(0, PK_HANDOUT); in ChangeMedium() local
918 pHandoutPage->CreateTitleAndLayout(sal_True); in ChangeMedium()
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx911 SdPage* pHandoutPage = (SdPage*)MakeBlancPage( sal_False ); in Import() local
912 pHandoutPage->SetPageKind( PK_HANDOUT ); in Import()
913 pSdrModel->InsertPage( pHandoutPage ); in Import()