Home
last modified time | relevance | path

Searched refs:GetUndoActionCount (Results 1 – 25 of 84) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsdrundomanager.cxx44 if(GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in Undo()
89 while(GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in Clear()
111 mpLastUndoActionBeforeTextEdit = GetUndoActionCount() ? GetUndoAction() : nullptr; in SetEndTextEditHdl()
118 while(GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in SetEndTextEditHdl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsdrundomanager.cxx43 if (GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in Undo()
88 while (GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in Clear()
110 mpLastUndoActionBeforeTextEdit = GetUndoActionCount() ? GetUndoAction() : nullptr; in SetEndTextEditHdl()
118 while (GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in SetEndTextEditHdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Ddocundo.cxx101 size_t UndoManager::GetUndoActionCount(const bool bCurrentLevel) const in GetUndoActionCount() function in sw::UndoManager
103 size_t nRet = SdrUndoManager::GetUndoActionCount(bCurrentLevel); in GetUndoActionCount()
107 if (!nRet || !SdrUndoManager::GetUndoActionCount()) in GetUndoActionCount()
239 if (!SdrUndoManager::GetUndoActionCount()) in GetLastUndo()
312 (0 == SdrUndoManager::GetUndoActionCount()) in EndUndo()
363 if (!SdrUndoManager::GetUndoActionCount()) in GetLastUndoInfo()
407 const size_t nUndoCount(SdrUndoManager::GetUndoActionCount(TopLevel)); in GetUndoComments()
504 if (!SdrUndoManager::GetUndoActionCount()) in RemoveLastUndo()
676 if (!SdrUndoManager::GetUndoActionCount(TopLevel)) in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Ddocundo.cxx99 size_t UndoManager::GetUndoActionCount(const bool bCurrentLevel) const in GetUndoActionCount() function in sw::UndoManager
101 size_t nRet = SdrUndoManager::GetUndoActionCount(bCurrentLevel); in GetUndoActionCount()
105 if (!nRet || !SdrUndoManager::GetUndoActionCount()) in GetUndoActionCount()
237 if (!SdrUndoManager::GetUndoActionCount()) in GetLastUndo()
310 (0 == SdrUndoManager::GetUndoActionCount()) in EndUndo()
361 if (!SdrUndoManager::GetUndoActionCount()) in GetLastUndoInfo()
405 const size_t nUndoCount(SdrUndoManager::GetUndoActionCount(TopLevel)); in GetUndoComments()
502 if (!SdrUndoManager::GetUndoActionCount()) in RemoveLastUndo()
690 if (!SdrUndoManager::GetUndoActionCount(TopLevel)) in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A Dsingledoccontroller.cxx103 aReturn.bEnabled = isEditable() && GetUndoManager().GetUndoActionCount() != 0; in GetState()
124 size_t nCount(GetUndoManager().GetUndoActionCount()); in GetState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx525 if ( i_hidden && ( rUndoManager.GetUndoActionCount() == 0 ) ) in impl_enterUndoContext()
619 ? rUndoManager.GetUndoActionCount( SfxUndoManager::TopLevel ) in impl_doUndoRedo()
905 return rUndoManager.GetUndoActionCount( SfxUndoManager::TopLevel ) > 0; in isUndoPossible()
930 ? rUndoManager.GetUndoActionCount( SfxUndoManager::TopLevel ) in lcl_getCurrentActionTitle()
951 ? rUndoManager.GetUndoActionCount( SfxUndoManager::TopLevel ) in lcl_getAllActionTitles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx517 if ( i_hidden && ( rUndoManager.GetUndoActionCount() == 0 ) ) in impl_enterUndoContext()
611 ? rUndoManager.GetUndoActionCount( SfxUndoManager::TopLevel ) in impl_doUndoRedo()
897 return rUndoManager.GetUndoActionCount( SfxUndoManager::TopLevel ) > 0; in isUndoPossible()
922 ? rUndoManager.GetUndoActionCount( SfxUndoManager::TopLevel ) in lcl_getCurrentActionTitle()
943 ? rUndoManager.GetUndoActionCount( SfxUndoManager::TopLevel ) in lcl_getAllActionTitles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Duiimpress.cxx175 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(0), pUndoManager->GetUndoActionCount()); in CPPUNIT_TEST_FIXTURE()
182 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), pUndoManager->GetUndoActionCount()); in CPPUNIT_TEST_FIXTURE()
H A Dmisc-tests.cxx242 …NIT_ASSERT_EQUAL(static_cast<size_t>(0), xDocSh->GetDoc()->GetUndoManager()->GetUndoActionCount()); in testTdf99396()
250 …NIT_ASSERT_EQUAL(static_cast<size_t>(1), xDocSh->GetDoc()->GetUndoManager()->GetUndoActionCount()); in testTdf99396()
267 …NIT_ASSERT_EQUAL(static_cast<size_t>(0), xDocSh->GetDoc()->GetUndoManager()->GetUndoActionCount()); in testTdf99396TextEdit()
332 …NIT_ASSERT_EQUAL(static_cast<size_t>(2), xDocSh->GetDoc()->GetUndoManager()->GetUndoActionCount()); in testTdf99396TextEdit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A DIDocumentUndoRedo.hxx209 virtual size_t GetUndoActionCount(const bool bCurrentLevel = true) const = 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A DIDocumentUndoRedo.hxx209 virtual size_t GetUndoActionCount(const bool bCurrentLevel = true) const = 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A Dsingledoccontroller.cxx104 aReturn.bEnabled = isEditable() && GetUndoManager().GetUndoActionCount() != 0; in GetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DUndoManager.hxx80 virtual size_t GetUndoActionCount(const bool bCurrentLevel = true) const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DUndoManager.hxx80 virtual size_t GetUndoActionCount(const bool bCurrentLevel = true) const override;
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dwcedit.pas119 function GetUndoActionCount: sw_integer; virtual; in GetUndoActionCount() function
213 function GetUndoActionCount: sw_integer; virtual; in GetUndoActionCount() function
749 function TCodeEditorCore.GetUndoActionCount: sw_integer; in TCodeEditorCore.GetUndoActionCount() function
751 GetUndoActionCount:=UndoList^.Count;
1727 function TCodeEditor.GetUndoActionCount: sw_integer; in GetUndoActionCount() function
1729 GetUndoActionCount:=Core^.GetUndoActionCount;
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dwcedit.pas119 function GetUndoActionCount: sw_integer; virtual; in GetUndoActionCount() function
213 function GetUndoActionCount: sw_integer; virtual; in GetUndoActionCount() function
749 function TCodeEditorCore.GetUndoActionCount: sw_integer; in TCodeEditorCore.GetUndoActionCount() function
751 GetUndoActionCount:=UndoList^.Count;
1727 function TCodeEditor.GetUndoActionCount: sw_integer; in GetUndoActionCount() function
1729 GetUndoActionCount:=Core^.GetUndoActionCount;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx596 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount() function in SfxUndoManager
1155 …te(pWriter, BAD_CAST("nUndoActionCount"), BAD_CAST(OString::number(GetUndoActionCount()).getStr())… in dumpAsXml()
1159 for (size_t i = 0; i < GetUndoActionCount(); ++i) in dumpAsXml()
1197 for (size_t i = 0; i < GetUndoActionCount(); ++i) in GetUndoActionsInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx595 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount() function in SfxUndoManager
1154 …te(pWriter, BAD_CAST("nUndoActionCount"), BAD_CAST(OString::number(GetUndoActionCount()).getStr())… in dumpAsXml()
1158 for (size_t i = 0; i < GetUndoActionCount(); ++i) in dumpAsXml()
1196 for (size_t i = 0; i < GetUndoActionCount(); ++i) in GetUndoActionsInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dmisc-tests.cxx241 …NIT_ASSERT_EQUAL(static_cast<size_t>(0), xDocSh->GetDoc()->GetUndoManager()->GetUndoActionCount()); in testTdf99396()
249 …NIT_ASSERT_EQUAL(static_cast<size_t>(1), xDocSh->GetDoc()->GetUndoManager()->GetUndoActionCount()); in testTdf99396()
266 …NIT_ASSERT_EQUAL(static_cast<size_t>(0), xDocSh->GetDoc()->GetUndoManager()->GetUndoActionCount()); in testTdf99396TextEdit()
331 …NIT_ASSERT_EQUAL(static_cast<size_t>(2), xDocSh->GetDoc()->GetUndoManager()->GetUndoActionCount()); in testTdf99396TextEdit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/tiledrendering/
H A Dtiledrendering.cxx721 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), pUndoManager->GetUndoActionCount()); in testUndoShells()
1171 CPPUNIT_ASSERT_EQUAL(std::size_t(1), pUndoManager->GetUndoActionCount()); in testUndoLimiting()
1178 CPPUNIT_ASSERT_EQUAL(std::size_t(1), pUndoManager->GetUndoActionCount()); in testUndoLimiting()
1185 CPPUNIT_ASSERT_EQUAL(std::size_t(0), pUndoManager->GetUndoActionCount()); in testUndoLimiting()
1235 CPPUNIT_ASSERT_EQUAL(std::size_t(1), pUndoManager->GetUndoActionCount()); in testUndoRepairDispatch()
1242 CPPUNIT_ASSERT_EQUAL(std::size_t(1), pUndoManager->GetUndoActionCount()); in testUndoRepairDispatch()
1253 CPPUNIT_ASSERT_EQUAL(std::size_t(0), pUndoManager->GetUndoActionCount()); in testUndoRepairDispatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DSpellDialog.cxx625 if(!m_xSentenceED->GetUndoActionCount()) in IMPL_LINK_NOARG()
1993 DBG_ASSERT(GetUndoActionCount(), "no undo actions available" ); in Undo()
1994 if(!GetUndoActionCount()) in Undo()
2003 … }while(bSaveUndoEdit && SPELLUNDO_UNDO_EDIT_MODE != pUndoAction->GetId() && GetUndoActionCount()); in Undo()
2022 size_t SentenceEditWindow_Impl::GetUndoActionCount() const in GetUndoActionCount() function in SentenceEditWindow_Impl
2024 return m_xEditEngine->GetUndoManager().GetUndoActionCount(); in GetUndoActionCount()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DSpellDialog.cxx621 if(!m_xSentenceED->GetUndoActionCount()) in IMPL_LINK_NOARG()
1989 DBG_ASSERT(GetUndoActionCount(), "no undo actions available" ); in Undo()
1990 if(!GetUndoActionCount()) in Undo()
1999 … }while(bSaveUndoEdit && SPELLUNDO_UNDO_EDIT_MODE != pUndoAction->GetId() && GetUndoActionCount()); in Undo()
2018 size_t SentenceEditWindow_Impl::GetUndoActionCount() const in GetUndoActionCount() function in SentenceEditWindow_Impl
2020 return m_xEditEngine->GetUndoManager().GetUndoActionCount(); in GetUndoActionCount()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx196 virtual size_t GetUndoActionCount( 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;
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A DSpellDialog.hxx109 size_t GetUndoActionCount() const;

1234