Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2747 SdPage* pMNotesPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex() local
2748 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 27 milliseconds