Home
last modified time | relevance | path

Searched refs:GetRedoActionCount (Results 1 – 25 of 51) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Ddocundo.cxx125 size_t UndoManager::GetRedoActionCount(const bool bCurrentLevel) const in GetRedoActionCount() function in sw::UndoManager
127 size_t nRet = SdrUndoManager::GetRedoActionCount(bCurrentLevel); in GetRedoActionCount()
131 if (!nRet || !SdrUndoManager::GetRedoActionCount()) in GetRedoActionCount()
422 if (!SdrUndoManager::GetRedoActionCount()) in GetFirstRedoInfo()
470 const size_t nRedoCount(SdrUndoManager::GetRedoActionCount(TopLevel)); in GetRedoComments()
498 if (SdrUndoManager::GetRedoActionCount() || in RemoveLastUndo()
499 SdrUndoManager::GetRedoActionCount(TopLevel)) in RemoveLastUndo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Ddocundo.cxx123 size_t UndoManager::GetRedoActionCount(const bool bCurrentLevel) const in GetRedoActionCount() function in sw::UndoManager
125 size_t nRet = SdrUndoManager::GetRedoActionCount(bCurrentLevel); in GetRedoActionCount()
129 if (!nRet || !SdrUndoManager::GetRedoActionCount()) in GetRedoActionCount()
420 if (!SdrUndoManager::GetRedoActionCount()) in GetFirstRedoInfo()
468 const size_t nRedoCount(SdrUndoManager::GetRedoActionCount(TopLevel)); in GetRedoComments()
496 if (SdrUndoManager::GetRedoActionCount() || in RemoveLastUndo()
497 SdrUndoManager::GetRedoActionCount(TopLevel)) in RemoveLastUndo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx567 … const bool bHadRedoActions = ( rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ) > 0 ); in impl_leaveUndoContext()
575 … const bool bHasRedoActions = ( rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ) > 0 ); in impl_leaveUndoContext()
620 : rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ); in impl_doUndoRedo()
665 const bool bHadRedoActions = ( rUndoManager.GetRedoActionCount() > 0 ); in impl_addUndoAction()
670 const bool bHasRedoActions = ( rUndoManager.GetRedoActionCount() > 0 ); in impl_addUndoAction()
916 return rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ) > 0; in isRedoPossible()
931 : rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ); in lcl_getCurrentActionTitle()
952 : rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ); in lcl_getAllActionTitles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx559 … const bool bHadRedoActions = ( rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ) > 0 ); in impl_leaveUndoContext()
567 … const bool bHasRedoActions = ( rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ) > 0 ); in impl_leaveUndoContext()
612 : rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ); in impl_doUndoRedo()
657 const bool bHadRedoActions = ( rUndoManager.GetRedoActionCount() > 0 ); in impl_addUndoAction()
662 const bool bHasRedoActions = ( rUndoManager.GetRedoActionCount() > 0 ); in impl_addUndoAction()
908 return rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ) > 0; in isRedoPossible()
923 : rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ); in lcl_getCurrentActionTitle()
944 : rUndoManager.GetRedoActionCount( SfxUndoManager::TopLevel ); in lcl_getAllActionTitles()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A Dsingledoccontroller.cxx113 aReturn.bEnabled = isEditable() && GetUndoManager().GetRedoActionCount() != 0; in GetState()
135 size_t nCount(GetUndoManager().GetRedoActionCount()); in GetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Duiimpress.cxx176 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(0), pUndoManager->GetRedoActionCount()); in CPPUNIT_TEST_FIXTURE()
188 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), pUndoManager->GetRedoActionCount()); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsdrundomanager.cxx111 mnRedoActionCountBeforeTextEdit = GetRedoActionCount(); in SetEndTextEditHdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A Dsingledoccontroller.cxx114 aReturn.bEnabled = isEditable() && GetUndoManager().GetRedoActionCount() != 0; in GetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DUndoManager.hxx81 size_t GetRedoActionCount(const bool bCurrentLevel = true) const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DUndoManager.hxx81 size_t GetRedoActionCount(const bool bCurrentLevel = true) const override;
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dwcedit.pas120 function GetRedoActionCount: sw_integer; virtual; in GetRedoActionCount() function
214 function GetRedoActionCount: sw_integer; virtual; in GetRedoActionCount() function
754 function TCodeEditorCore.GetRedoActionCount: sw_integer; in TCodeEditorCore.GetRedoActionCount() function
756 GetRedoActionCount:=RedoList^.Count;
1732 function TCodeEditor.GetRedoActionCount: sw_integer; in TCodeEditor.GetRedoActionCount() function
1734 GetRedoActionCount:=Core^.GetRedoActionCount;
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dwcedit.pas120 function GetRedoActionCount: sw_integer; virtual; in GetRedoActionCount() function
214 function GetRedoActionCount: sw_integer; virtual; in GetRedoActionCount() function
754 function TCodeEditorCore.GetRedoActionCount: sw_integer; in TCodeEditorCore.GetRedoActionCount() function
756 GetRedoActionCount:=RedoList^.Count;
1732 function TCodeEditor.GetRedoActionCount: sw_integer; in TCodeEditor.GetRedoActionCount() function
1734 GetRedoActionCount:=Core^.GetRedoActionCount;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx729 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount() function in SfxUndoManager
1156 …te(pWriter, BAD_CAST("nRedoActionCount"), BAD_CAST(OString::number(GetRedoActionCount()).getStr())… in dumpAsXml()
1167 for (size_t i = 0; i < GetRedoActionCount(); ++i) in dumpAsXml()
1214 size_t nCount = GetRedoActionCount(); in GetRedoActionsInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx728 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount() function in SfxUndoManager
1155 …te(pWriter, BAD_CAST("nRedoActionCount"), BAD_CAST(OString::number(GetRedoActionCount()).getStr())… in dumpAsXml()
1166 for (size_t i = 0; i < GetRedoActionCount(); ++i) in dumpAsXml()
1213 size_t nCount = GetRedoActionCount(); in GetRedoActionsInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx201 virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx199 virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtextundo.cxx87 if ( GetRedoActionCount() == 0 ) in Redo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtextundo.cxx87 if ( GetRedoActionCount() == 0 ) in Redo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabvwshb.cxx733 if (pUndoManager->GetRedoActionCount() != 0) in ExecuteUndo()
798 … size_t nCount = bIsUndo ? pUndoManager->GetUndoActionCount() : pUndoManager->GetRedoActionCount(); in GetUndoState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabvwshb.cxx677 if (pUndoManager->GetRedoActionCount() != 0) in ExecuteUndo()
742 … size_t nCount = bIsUndo ? pUndoManager->GetUndoActionCount() : pUndoManager->GetRedoActionCount(); in GetUndoState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dviewshe3.cxx133 if(pUndoManager->GetRedoActionCount() != 0) in GetMenuState()
H A Dviewshel.cxx1142 sal_uInt16 nCount(pUndoManager->GetRedoActionCount()); in ImpGetRedoStrings()
1279 sal_uInt16 nCount(pUndoManager->GetRedoActionCount()); in ImpSidRedo()
1297 while(nNumber-- && pUndoManager->GetRedoActionCount()) in ImpSidRedo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dviewshe3.cxx133 if(pUndoManager->GetRedoActionCount() != 0) in GetMenuState()
H A Dviewshel.cxx1138 sal_uInt16 nCount(pUndoManager->GetRedoActionCount()); in ImpGetRedoStrings()
1271 sal_uInt16 nCount(pUndoManager->GetRedoActionCount()); in ImpSidRedo()
1289 while(nNumber-- && pUndoManager->GetRedoActionCount()) in ImpSidRedo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Duiimpress.cxx323 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(0), pUndoManager->GetRedoActionCount()); in CPPUNIT_TEST_FIXTURE()
335 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), pUndoManager->GetRedoActionCount()); in CPPUNIT_TEST_FIXTURE()

123