Lines Matching refs:pNotesMaster

1375 		SdPage* pNotesMaster = NULL;  in RemoveUnnecessaryMasterPages()  local
1380 pNotesMaster = (SdPage*) GetMasterSdPage( (sal_uInt16) nMPage, PK_NOTES ); in RemoveUnnecessaryMasterPages()
1388 pNotesMaster = (SdPage*) GetMasterPage( ++nMPg ); in RemoveUnnecessaryMasterPages()
1398 pNotesMaster ) in RemoveUnnecessaryMasterPages()
1429 if( (pShownPage == pMaster) || (pShownPage == pNotesMaster) ) in RemoveUnnecessaryMasterPages()
1440 AddUndo( GetSdrUndoFactory().CreateUndoDeletePage( *pNotesMaster ) ); in RemoveUnnecessaryMasterPages()
1443 RemoveMasterPage( pNotesMaster->GetPageNum() ); in RemoveUnnecessaryMasterPages()
1446 delete pNotesMaster; in RemoveUnnecessaryMasterPages()
1590 SdPage* pNotesMaster = NULL; in SetMasterPage() local
1608 pNotesMaster = (SdPage*) pSourceDoc->GetMasterSdPage(0, PK_NOTES); in SetMasterPage()
1625 pNotesMaster = pMP; in SetMasterPage()
1627 if (pMaster && pNotesMaster) in SetMasterPage()
1631 DBG_ASSERT(pNotesMaster, "MasterPage (Notes page) not found"); in SetMasterPage()
1634 if( (pMaster == NULL) || (pNotesMaster == NULL) ) in SetMasterPage()
1638 pNotesMaster = (SdPage*) pSourceDoc->GetMasterSdPage(0, PK_NOTES); in SetMasterPage()
1643 if( (pMaster == NULL) || (pNotesMaster == NULL) ) in SetMasterPage()
1661 SdPage* pNewNotesMaster = dynamic_cast< SdPage* >(pNotesMaster->Clone(this)); in SetMasterPage()
1672 pNotesMaster = pNewNotesMaster; in SetMasterPage()
1690 pNotesMaster->SetName(aTargetNewLayoutName); in SetMasterPage()
1691 pNotesMaster->SetLayoutName(aTemp); in SetMasterPage()
1876 InsertMasterPage(pNotesMaster, nInsertPos); in SetMasterPage()
1879 AddUndo(GetSdrUndoFactory().CreateUndoNewPage(*pNotesMaster)); in SetMasterPage()
1891 pPageList->Insert(pNotesMaster, LIST_APPEND); in SetMasterPage()
1959 pNotesMaster->ScaleObjects(aSize, aNotesBorderRect, sal_True); in SetMasterPage()
1960 pNotesMaster->SetSize(aSize); in SetMasterPage()
1961 pNotesMaster->SetBorder(rOldNotesMaster.GetLftBorder(), in SetMasterPage()
1965 pNotesMaster->SetOrientation( rOldNotesMaster.GetOrientation() ); in SetMasterPage()
1966 pNotesMaster->SetAutoLayout(pNotesMaster->GetAutoLayout()); in SetMasterPage()
1982 pNotesMaster->RemoveEmptyPresentationObjects(); in SetMasterPage()
2031 pNotesMaster = (SdPage*) AllocPage(sal_True); in SetMasterPage()
2032 pNotesMaster->SetPageKind(PK_NOTES); in SetMasterPage()
2033 pNotesMaster->SetSize(pNotes->GetSize()); in SetMasterPage()
2034 pNotesMaster->SetBorder(pNotes->GetLftBorder(), in SetMasterPage()
2038 pNotesMaster->SetName(aName); in SetMasterPage()
2039 pNotesMaster->SetLayoutName(aPageLayoutName); in SetMasterPage()
2040 InsertMasterPage(pNotesMaster); in SetMasterPage()
2043 AddUndo(GetSdrUndoFactory().CreateUndoNewPage(*pNotesMaster)); in SetMasterPage()
2045 pNotesMaster->SetAutoLayout(AUTOLAYOUT_NOTES, true, true); in SetMasterPage()