Lines Matching refs:pUndoManager

250 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(…  in CreatePresObj()
251 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreatePresObj()
552 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoNewObject(*pSdrObj)); in CreatePresObj()
557 pUndoManager->AddUndoAction( new UndoObjectPresentationKind( *pSdrObj ) ); in CreatePresObj()
558 pUndoManager->AddUndoAction( new UndoObjectUserCall(*pSdrObj) ); in CreatePresObj()
715 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in Changed()
716 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in Changed()
722 pUndoManager->AddUndoAction( new UndoObjectUserCall(*pObj) ); in Changed()
766 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in CreateTitleAndLayout()
767 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreateTitleAndLayout()
803 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pObj)); in CreateTitleAndLayout()
1561 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in SetAutoLayout()
1562 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in SetAutoLayout()
1610 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pObj)); in SetAutoLayout()
2119 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in convertPresentationObjectImpl()
2120 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()
2173 pUndoManager->AddUndoAction( pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pSourceObj) ); in convertPresentationObjectImpl()
2219 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pSourceObj)); in convertPresentationObjectImpl()
2259 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in InsertAutoLayoutShape()
2260 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in InsertAutoLayoutShape()
2274 pUndoManager->AddUndoAction( pModel->GetSdrUndoFactory().CreateUndoGeoObject( *pObj ) ); in InsertAutoLayoutShape()
2275pUndoManager->AddUndoAction( pModel->GetSdrUndoFactory().CreateUndoAttrObject( *pObj, sal_True, sa… in InsertAutoLayoutShape()
2276 pUndoManager->AddUndoAction( new UndoObjectUserCall( *pObj ) ); in InsertAutoLayoutShape()
2342 pUndoManager->AddUndoAction( new UndoObjectPresentationKind( *pObj ) ); in InsertAutoLayoutShape()