Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2777 SdPage* pMNotesPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex() local
2778 pMNotesPage->SetSize( pRefNotesPage->GetSize() ); in insertNewByIndex()
2779 pMNotesPage->SetPageKind(PK_NOTES); in insertNewByIndex()
2780 pMNotesPage->SetBorder( pRefNotesPage->GetLftBorder(), in insertNewByIndex()
2784 pMNotesPage->SetLayoutName( aLayoutName ); in insertNewByIndex()
2785 mpDoc->InsertMasterPage(pMNotesPage, (sal_uInt16)nInsertPos + 1); in insertNewByIndex()
2787 pMNotesPage->SetAutoLayout(AUTOLAYOUT_NOTES, sal_True, sal_True); in insertNewByIndex()