Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx196 virtual size_t GetUndoActionCount( bool const i_currentLevel = CurrentLevel ) const;
197 …OUString GetUndoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
201 virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const;
202 …OUString GetRedoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
302 void ImplClearRedo_NoLock( bool const i_currentLevel );
319 … void ImplClearRedo( ::svl::undo::impl::UndoManagerGuard& i_guard, bool const i_currentLevel );
322 size_t ImplGetRedoActionCount_Lock( bool const i_currentLevel = CurrentLevel ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx194 virtual size_t GetUndoActionCount( bool const i_currentLevel = CurrentLevel ) const;
195 …OUString GetUndoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
199 virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const;
200 …OUString GetRedoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
300 void ImplClearRedo_NoLock( bool const i_currentLevel );
317 … void ImplClearRedo( ::svl::undo::impl::UndoManagerGuard& i_guard, bool const i_currentLevel );
320 size_t ImplGetRedoActionCount_Lock( bool const i_currentLevel = CurrentLevel ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx462 void SfxUndoManager::ImplClearRedo_NoLock( bool const i_currentLevel ) in ImplClearRedo_NoLock() argument
465 ImplClearRedo( aGuard, i_currentLevel ); in ImplClearRedo_NoLock()
513 void SfxUndoManager::ImplClearRedo( UndoManagerGuard& i_guard, bool const i_currentLevel ) in ImplClearRedo() argument
526 if ( i_currentLevel == SfxUndoManager::TopLevel ) in ImplClearRedo()
596 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount()
599 …const SfxUndoArray* pUndoArray = i_currentLevel ? m_xData->pActUndoArray : m_xData->pUndoArray.get… in GetUndoActionCount()
604 OUString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment()
729 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount()
732 return ImplGetRedoActionCount_Lock( i_currentLevel ); in GetRedoActionCount()
736 size_t SfxUndoManager::ImplGetRedoActionCount_Lock( bool const i_currentLevel ) const in ImplGetRedoActionCount_Lock()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx461 void SfxUndoManager::ImplClearRedo_NoLock( bool const i_currentLevel ) in ImplClearRedo_NoLock() argument
464 ImplClearRedo( aGuard, i_currentLevel ); in ImplClearRedo_NoLock()
512 void SfxUndoManager::ImplClearRedo( UndoManagerGuard& i_guard, bool const i_currentLevel ) in ImplClearRedo() argument
525 if ( i_currentLevel == SfxUndoManager::TopLevel ) in ImplClearRedo()
595 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount()
598 …const SfxUndoArray* pUndoArray = i_currentLevel ? m_xData->pActUndoArray : m_xData->pUndoArray.get… in GetUndoActionCount()
603 OUString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment()
728 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount()
731 return ImplGetRedoActionCount_Lock( i_currentLevel ); in GetRedoActionCount()
735 size_t SfxUndoManager::ImplGetRedoActionCount_Lock( bool const i_currentLevel ) const in ImplGetRedoActionCount_Lock()
[all …]