Home
last modified time | relevance | path

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

/aoo42x/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx620 if ( !rUndoManager.IsInListAction() ) in impl_leaveUndoContext()
680 if ( rUndoManager.IsInListAction() ) in impl_doUndoRedo()
754 if ( rUndoManager.IsInListAction() ) in impl_clear()
777 if ( rUndoManager.IsInListAction() ) in impl_clearRedo()
1025 if ( rUndoManager.IsInListAction() ) in isUndoPossible()
1037 if ( rUndoManager.IsInListAction() ) in isRedoPossible()
/aoo42x/main/sw/source/core/undo/
H A Ddocundo.cxx317 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetUndoComments()
365 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetRedoComments()
557 if (SdrUndoManager::IsInListAction()) in Repeat()
/aoo42x/main/svl/source/undo/
H A Dundo.cxx546 …OSL_ENSURE( !IsInListAction(), "SfxUndoManager::ClearRedo: suspicious call - do you really wish to… in ClearRedo()
561 while ( IsInListAction() ) in Reset()
1048 bool SfxUndoManager::IsInListAction() const in IsInListAction() function in SfxUndoManager
1192 OSL_ENSURE( !IsInListAction(), in MarkTopUndoAction()
1281 if ( IsInListAction() && ( m_pData->pUndoArray->nCurUndoAction == 1 ) ) in RemoveOldestUndoActions()
/aoo42x/main/svl/inc/svl/
H A Dundo.hxx306 virtual bool IsInListAction() const = 0;
378 virtual bool IsInListAction() const;
/aoo42x/main/sd/source/core/
H A Dsdpage.cxx247 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreatePresObj()
708 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in Changed()
757 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreateTitleAndLayout()
1546 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in SetAutoLayout()
2082 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()
2222 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in InsertAutoLayoutShape()
/aoo42x/main/sfx2/source/doc/
H A Ddocundomanager.cxx256 return m_pImpl->getImplUndoManager().IsInListAction(); in isInContext()
/aoo42x/main/sd/source/ui/view/
H A Dsdview.cxx1193 return pUndoManager && pUndoManager->IsInListAction(); in isRecordingUndo()

Completed in 44 milliseconds