Lines Matching refs:pUndoMgr
534 ::svl::IUndoManager* pUndoMgr = NULL; in InsertBookmarkAsPage()
537 pUndoMgr = mpDocSh->GetUndoManager(); in InsertBookmarkAsPage()
538 pUndoMgr->EnterListAction(String(SdResId(STR_UNDO_INSERTPAGES)), String()); in InsertBookmarkAsPage()
571 if( pUndoMgr ) in InsertBookmarkAsPage()
574 pUndoMgr->AddUndoAction(pMovStyles); in InsertBookmarkAsPage()
981 pUndoMgr->LeaveListAction(); in InsertBookmarkAsPage()
1355 ::svl::IUndoManager* pUndoMgr = NULL; in RemoveUnnecessaryMasterPages()
1362 pUndoMgr = mpDocSh->GetUndoManager(); in RemoveUnnecessaryMasterPages()
1482 if (pUndoMgr) in RemoveUnnecessaryMasterPages()
1483 pUndoMgr->AddUndoAction(pMovStyles); in RemoveUnnecessaryMasterPages()
1576 ::svl::IUndoManager* pUndoMgr = mpDocSh->GetUndoManager(); in SetMasterPage()
1582 pUndoMgr->EnterListAction(String(SdResId(STR_UNDO_SET_PRESLAYOUT)), String()); in SetMasterPage()
1645 pUndoMgr->LeaveListAction(); in SetMasterPage()
1752 pUndoMgr->AddUndoAction(pUndoChStyle); in SetMasterPage()
1833 pUndoMgr->AddUndoAction(pMovStyles); in SetMasterPage()
1925 pUndoMgr->AddUndoAction(pPLUndoAction); in SetMasterPage()
2006 pUndoMgr->AddUndoAction(pMovStyles); in SetMasterPage()
2089 pUndoMgr->AddUndoAction(pPLUndoAction); in SetMasterPage()
2119 pUndoMgr->LeaveListAction(); in SetMasterPage()