Searched refs:CurrentLevel (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svl/inc/svl/ |
H A D | undo.hxx | 227 CurrentLevel = true, enumerator 238 … virtual size_t GetUndoActionCount( bool const i_currentLevel = CurrentLevel ) const = 0; 240 …ing GetUndoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLevel ) const = 0; 243 … virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const = 0; 245 … SfxUndoAction* GetRedoAction( size_t nNo=0, bool const i_currentLevel = CurrentLevel ) const = 0; 358 virtual size_t GetUndoActionCount( bool const i_currentLevel = CurrentLevel ) const; 360 …iString GetUndoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLevel ) const; 362 virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const; 363 …iString GetRedoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLevel ) const; 364 …virtual SfxUndoAction* GetRedoAction( size_t nNo=0, bool const i_currentLevel = CurrentLevel ) co… [all …]
|
/aoo41x/main/sw/source/core/undo/ |
H A D | docundo.cxx | 177 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in GetLastUndo() 248 (0 == SdrUndoManager::GetUndoActionCount(CurrentLevel)) in EndUndo() 304 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in GetLastUndoInfo() 347 if (!SdrUndoManager::GetRedoActionCount(CurrentLevel)) in GetFirstRedoInfo() 352 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction(0, CurrentLevel) ); in GetFirstRedoInfo() 408 if (SdrUndoManager::GetRedoActionCount(CurrentLevel) || in RemoveLastUndo() 414 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in RemoveLastUndo()
|
/aoo41x/main/svl/source/undo/ |
H A D | undo.cxx | 547 ImplClearRedo_NoLock( CurrentLevel ); in ClearRedo() 593 …SfxUndoArray* pUndoArray = ( i_currentLevel == IUndoManager::CurrentLevel ) ? m_pData->pActUndoArr… in ImplClearRedo() 629 if ( bClearRedo && ( ImplGetRedoActionCount_Lock( CurrentLevel ) > 0 ) ) in ImplAddUndoAction_NoNotify() 630 ImplClearRedo( i_guard, IUndoManager::CurrentLevel ); in ImplAddUndoAction_NoNotify() 922 ImplClearRedo( aGuard, IUndoManager::CurrentLevel ); in ImplRedo() 1136 ImplClearRedo( i_guard, IUndoManager::CurrentLevel ); in ImplLeaveListAction()
|
/aoo41x/main/framework/source/fwe/helper/ |
H A D | undomanagerhelper.cxx | 588 if ( i_hidden && ( rUndoManager.GetUndoActionCount( IUndoManager::CurrentLevel ) == 0 ) ) in impl_enterUndoContext() 656 …aContextEvent.UndoActionTitle = rUndoManager.GetUndoActionComment( 0, IUndoManager::CurrentLevel ); in impl_leaveUndoContext() 731 …const bool bHadRedoActions = ( rUndoManager.GetRedoActionCount( IUndoManager::CurrentLevel ) > 0 ); in impl_addUndoAction() 736 …const bool bHasRedoActions = ( rUndoManager.GetRedoActionCount( IUndoManager::CurrentLevel ) > 0 ); in impl_addUndoAction()
|
Completed in 39 milliseconds