Lines Matching refs:i_currentLevel

536 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
593 …SfxUndoArray* pUndoArray = ( i_currentLevel == IUndoManager::CurrentLevel ) ? m_pData->pActUndoArr… in ImplClearRedo()
605 if ( i_currentLevel == IUndoManager::TopLevel ) in ImplClearRedo()
672 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount()
675 const SfxUndoArray* pUndoArray = i_currentLevel ? m_pData->pActUndoArray : m_pData->pUndoArray; in GetUndoActionCount()
681 XubString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment()
686 const SfxUndoArray* pUndoArray = i_currentLevel ? m_pData->pActUndoArray : m_pData->pUndoArray; 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()
836 const SfxUndoArray* pUndoArray = i_currentLevel ? m_pData->pActUndoArray : m_pData->pUndoArray; in ImplGetRedoActionCount_Lock()
842 SfxUndoAction* SfxUndoManager::GetRedoAction( size_t nNo, bool const i_currentLevel ) const in GetRedoAction()
846 const SfxUndoArray* pUndoArray = i_currentLevel ? m_pData->pActUndoArray : m_pData->pUndoArray; in GetRedoAction()
856 XubString SfxUndoManager::GetRedoActionComment( size_t nNo, bool const i_currentLevel ) const in GetRedoActionComment()
860 const SfxUndoArray* pUndoArray = i_currentLevel ? m_pData->pActUndoArray : m_pData->pUndoArray; in GetRedoActionComment()