Home
last modified time | relevance | path

Searched refs:i_currentLevel (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/svl/inc/svl/
H A Dundo.hxx238 … virtual size_t GetUndoActionCount( bool const i_currentLevel = CurrentLevel ) const = 0;
243 … virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const = 0;
245 …virtual SfxUndoAction* GetRedoAction( size_t nNo=0, bool const i_currentLevel = CurrentLevel ) co…
358 virtual size_t GetUndoActionCount( bool const i_currentLevel = CurrentLevel ) const;
360 …virtual UniString GetUndoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
362 virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const;
363 …virtual UniString GetRedoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
364 …virtual SfxUndoAction* GetRedoAction( size_t nNo=0, bool const i_currentLevel = CurrentLevel ) co…
407 void ImplClearRedo_NoLock( bool const i_currentLevel );
423 … void ImplClearRedo( ::svl::undo::impl::UndoManagerGuard& i_guard, bool const i_currentLevel );
[all …]
/aoo42x/main/svl/source/undo/
H A Dundo.cxx536 void SfxUndoManager::ImplClearRedo_NoLock( bool const i_currentLevel ) in ImplClearRedo_NoLock() argument
539 ImplClearRedo( aGuard, i_currentLevel ); in ImplClearRedo_NoLock()
591 void SfxUndoManager::ImplClearRedo( UndoManagerGuard& i_guard, bool const i_currentLevel ) in ImplClearRedo() argument
605 if ( i_currentLevel == IUndoManager::TopLevel ) in ImplClearRedo()
672 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount()
681 XubString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment()
826 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount()
829 return ImplGetRedoActionCount_Lock( i_currentLevel ); in GetRedoActionCount()
834 size_t SfxUndoManager::ImplGetRedoActionCount_Lock( bool const i_currentLevel ) const in ImplGetRedoActionCount_Lock()
842 SfxUndoAction* SfxUndoManager::GetRedoAction( size_t nNo, bool const i_currentLevel ) const in GetRedoAction()
[all …]

Completed in 21 milliseconds