Home
last modified time | relevance | path

Searched refs:nMaxUndoActionCount (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Deditund2.hxx39 EditUndoManager(sal_uInt16 nMaxUndoActionCount = 20); in UNLESS_MERGELIBS()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Deditund2.hxx37 EditUndoManager(sal_uInt16 nMaxUndoActionCount = 20);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx191 SfxUndoManager( size_t nMaxUndoActionCount = 20 );
194 void SetMaxUndoActionCount( size_t nMaxUndoActionCount );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx189 SfxUndoManager( size_t nMaxUndoActionCount = 20 );
192 void SetMaxUndoActionCount( size_t nMaxUndoActionCount );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx340 SfxUndoManager::SfxUndoManager( size_t nMaxUndoActionCount ) in SfxUndoManager() argument
341 :m_xData( new SfxUndoManager_Data( nMaxUndoActionCount ) ) in SfxUndoManager()
381 void SfxUndoManager::SetMaxUndoActionCount( size_t nMaxUndoActionCount ) in SetMaxUndoActionCount() argument
390 tools::Long nNumToDelete = m_xData->pActUndoArray->maUndoActions.size() - nMaxUndoActionCount; in SetMaxUndoActionCount()
411 m_xData->pActUndoArray->nMaxUndoActions = nMaxUndoActionCount; in SetMaxUndoActionCount()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx339 SfxUndoManager::SfxUndoManager( size_t nMaxUndoActionCount ) in SfxUndoManager() argument
340 :m_xData( new SfxUndoManager_Data( nMaxUndoActionCount ) ) in SfxUndoManager()
380 void SfxUndoManager::SetMaxUndoActionCount( size_t nMaxUndoActionCount ) in SetMaxUndoActionCount() argument
389 long nNumToDelete = m_xData->pActUndoArray->maUndoActions.size() - nMaxUndoActionCount; in SetMaxUndoActionCount()
410 m_xData->pActUndoArray->nMaxUndoActions = nMaxUndoActionCount; in SetMaxUndoActionCount()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deditundo.cxx37 EditUndoManager::EditUndoManager(sal_uInt16 nMaxUndoActionCount ) in EditUndoManager() argument
38 : SfxUndoManager(nMaxUndoActionCount), in EditUndoManager()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deditundo.cxx37 EditUndoManager::EditUndoManager(sal_uInt16 nMaxUndoActionCount ) in EditUndoManager() argument
38 : SfxUndoManager(nMaxUndoActionCount), in EditUndoManager()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstantparam.numbers.results471 unsigned short nMaxUndoActionCount
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstantparam.numbers.results503 unsigned short nMaxUndoActionCount