Home
last modified time | relevance | path

Searched refs:nUndoCount (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Ddocundo.cxx407 const size_t nUndoCount(SdrUndoManager::GetUndoActionCount(TopLevel)); in GetUndoComments() local
408 for (size_t n = 0; n < nUndoCount; ++n) in GetUndoComments()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Ddocundo.cxx405 const size_t nUndoCount(SdrUndoManager::GetUndoActionCount(TopLevel)); in GetUndoComments() local
406 for (size_t n = 0; n < nUndoCount; ++n) in GetUndoComments()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappcfg.cxx540 sal_uInt16 nUndoCount = static_cast<const SfxUInt16Item*>(pItem)->GetValue(); in SetOptions_Impl() local
541 officecfg::Office::Common::Undo::Steps::set(nUndoCount, batch); in SetOptions_Impl()
560 pShUndoMgr->SetMaxUndoActionCount( nUndoCount ); in SetOptions_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappcfg.cxx607 sal_uInt16 nUndoCount = static_cast<const SfxUInt16Item*>(pItem)->GetValue(); in SetOptions_Impl() local
608 officecfg::Office::Common::Undo::Steps::set(nUndoCount, batch); in SetOptions_Impl()
627 pShUndoMgr->SetMaxUndoActionCount( nUndoCount ); in SetOptions_Impl()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dreplay.cpp848 INT32 nUndoCount = 0; in DisplayReplayProperties() local
934 fread(&nUndoCount, 1, 4, fd); in DisplayReplayProperties()
991 sprintf(szUndoCountString, "%d", nUndoCount); in DisplayReplayProperties()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dreplay.cpp894 INT32 nUndoCount = 0; in DisplayReplayProperties() local
981 fread(&nUndoCount, 1, 4, fd); in DisplayReplayProperties()
1049 sprintf(szUndoCountString, "%d", nUndoCount); in DisplayReplayProperties()