Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/sw/source/core/undo/
H A Ddocundo.cxx326 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetUndoComments()
374 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetRedoComments()
566 if (SdrUndoManager::IsInListAction()) in Repeat()
/aoo41x/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()
1040 bool SfxUndoManager::IsInListAction() const in IsInListAction() function in SfxUndoManager
1184 OSL_ENSURE( !IsInListAction(), in MarkTopUndoAction()
1273 if ( IsInListAction() && ( m_pData->pUndoArray->nCurUndoAction == 1 ) ) in RemoveOldestUndoActions()
/aoo41x/main/svl/inc/svl/
H A Dundo.hxx306 virtual bool IsInListAction() const = 0;
378 virtual bool IsInListAction() const;
/aoo41x/main/sd/source/core/
H A Dsdpage.cxx251 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreatePresObj()
716 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in Changed()
767 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreateTitleAndLayout()
1562 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in SetAutoLayout()
2120 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()
2260 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in InsertAutoLayoutShape()
/aoo41x/main/sfx2/source/doc/
H A Ddocundomanager.cxx256 return m_pImpl->getImplUndoManager().IsInListAction(); in isInContext()
/aoo41x/main/sd/source/ui/view/
H A Dsdview.cxx1193 return pUndoManager && pUndoManager->IsInListAction(); in isRecordingUndo()

Completed in 157 milliseconds