Searched refs:i_currentLevel (Results 1 – 2 of 2) sorted by relevance
238 … virtual size_t GetUndoActionCount( bool const i_currentLevel = CurrentLevel ) const = 0;240 …virtual UniString GetUndoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…243 … virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const = 0;244 …virtual UniString GetRedoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…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…[all …]
536 void SfxUndoManager::ImplClearRedo_NoLock( bool const i_currentLevel ) in ImplClearRedo_NoLock() argument539 ImplClearRedo( aGuard, i_currentLevel ); in ImplClearRedo_NoLock()591 void SfxUndoManager::ImplClearRedo( UndoManagerGuard& i_guard, bool const i_currentLevel ) in ImplClearRedo() argument593 …SfxUndoArray* pUndoArray = ( i_currentLevel == IUndoManager::CurrentLevel ) ? m_pData->pActUndoArr… in ImplClearRedo()605 if ( i_currentLevel == IUndoManager::TopLevel ) in ImplClearRedo()664 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount()667 const SfxUndoArray* pUndoArray = i_currentLevel ? m_pData->pActUndoArray : m_pData->pUndoArray; in GetUndoActionCount()673 XubString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment()678 const SfxUndoArray* pUndoArray = i_currentLevel ? m_pData->pActUndoArray : m_pData->pUndoArray; in GetUndoActionComment()818 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount()[all …]