Searched refs:pMNotesPage (Results 1 – 1 of 1) sorted by relevance
2747 SdPage* pMNotesPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex() local2748 pMNotesPage->SetSize( pRefNotesPage->GetSize() ); in insertNewByIndex()2749 pMNotesPage->SetPageKind(PK_NOTES); in insertNewByIndex()2750 pMNotesPage->SetBorder( pRefNotesPage->GetLftBorder(), in insertNewByIndex()2754 pMNotesPage->SetLayoutName( aLayoutName ); in insertNewByIndex()2755 mpDoc->InsertMasterPage(pMNotesPage, (sal_uInt16)nInsertPos + 1); in insertNewByIndex()2757 pMNotesPage->SetAutoLayout(AUTOLAYOUT_NOTES, sal_True, sal_True); in insertNewByIndex()
Completed in 29 milliseconds