Home
last modified time | relevance | path

Searched refs:CurrentLevel (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svl/inc/svl/
H A Dundo.hxx227 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 …]
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx168 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in GetLastUndo()
239 (0 == SdrUndoManager::GetUndoActionCount(CurrentLevel)) in EndUndo()
295 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in GetLastUndoInfo()
338 if (!SdrUndoManager::GetRedoActionCount(CurrentLevel)) in GetFirstRedoInfo()
343 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction(0, CurrentLevel) ); in GetFirstRedoInfo()
399 if (SdrUndoManager::GetRedoActionCount(CurrentLevel) || in RemoveLastUndo()
405 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in RemoveLastUndo()
/trunk/main/svl/source/undo/
H A Dundo.cxx547 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()
930 ImplClearRedo( aGuard, IUndoManager::CurrentLevel ); in ImplRedo()
1144 ImplClearRedo( i_guard, IUndoManager::CurrentLevel ); in ImplLeaveListAction()
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx588 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