Lines Matching refs:pUndoManager
246 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in CreatePresObj()
247 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreatePresObj()
548 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoNewObject(*pSdrObj)); in CreatePresObj()
553 pUndoManager->AddUndoAction( new UndoObjectPresentationKind( *pSdrObj ) ); in CreatePresObj()
554 pUndoManager->AddUndoAction( new UndoObjectUserCall(*pSdrObj) ); in CreatePresObj()
707 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in Changed()
708 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in Changed()
714 pUndoManager->AddUndoAction( new UndoObjectUserCall(*pObj) ); in Changed()
756 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in CreateTitleAndLayout()
757 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreateTitleAndLayout()
793 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pObj)); in CreateTitleAndLayout()
1545 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in SetAutoLayout()
1546 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in SetAutoLayout()
1594 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pObj)); in SetAutoLayout()
2081 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in convertPresentationObjectImpl()
2082 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()
2135 pUndoManager->AddUndoAction( pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pSourceObj) ); in convertPresentationObjectImpl()
2181 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pSourceObj)); in convertPresentationObjectImpl()
2221 …::svl::IUndoManager* pUndoManager = pModel ? static_cast<SdDrawDocument*>(pModel)->GetUndoManager(… in InsertAutoLayoutShape()
2222 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in InsertAutoLayoutShape()
2236 pUndoManager->AddUndoAction( pModel->GetSdrUndoFactory().CreateUndoGeoObject( *pObj ) ); in InsertAutoLayoutShape()
2237 …pUndoManager->AddUndoAction( pModel->GetSdrUndoFactory().CreateUndoAttrObject( *pObj, sal_True, sa… in InsertAutoLayoutShape()
2238 pUndoManager->AddUndoAction( new UndoObjectUserCall( *pObj ) ); in InsertAutoLayoutShape()
2304 pUndoManager->AddUndoAction( new UndoObjectPresentationKind( *pObj ) ); in InsertAutoLayoutShape()