Home
last modified time | relevance | path

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

/aoo41x/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx631 … const bool bHadRedoActions = ( rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ) > 0 ); in impl_leaveUndoContext()
639 … const bool bHasRedoActions = ( rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ) > 0 ); in impl_leaveUndoContext()
685 : rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ); in impl_doUndoRedo()
731 …const bool bHadRedoActions = ( rUndoManager.GetRedoActionCount( IUndoManager::CurrentLevel ) > 0 ); in impl_addUndoAction()
736 …const bool bHasRedoActions = ( rUndoManager.GetRedoActionCount( IUndoManager::CurrentLevel ) > 0 ); in impl_addUndoAction()
1039 return rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ) > 0; in isRedoPossible()
1055 : rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ); in lcl_getCurrentActionTitle()
1077 : rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ); in lcl_getAllActionTitles()
/aoo41x/main/sw/source/core/undo/
H A Ddocundo.cxx347 if (!SdrUndoManager::GetRedoActionCount(CurrentLevel)) in GetFirstRedoInfo()
378 sal_uInt16 const nRedoCount(SdrUndoManager::GetRedoActionCount(TopLevel)); in GetRedoComments()
408 if (SdrUndoManager::GetRedoActionCount(CurrentLevel) || in RemoveLastUndo()
409 SdrUndoManager::GetRedoActionCount(TopLevel)) in RemoveLastUndo()
/aoo41x/main/svl/inc/svl/
H A Dundo.hxx243 … virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const = 0;
362 virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const;
/aoo41x/main/sd/source/ui/view/
H A Dviewshel.cxx1219 sal_uInt16 nCount(pUndoManager->GetRedoActionCount()); in ImpGetRedoStrings()
1312 sal_uInt16 nCount(pUndoManager->GetRedoActionCount()); in ImpSidRedo()
1319 while(nNumber-- && pUndoManager->GetRedoActionCount()) in ImpSidRedo()
H A Dviewshe3.cxx183 if(pUndoManager->GetRedoActionCount() != 0) in GetMenuState()
/aoo41x/main/dbaccess/source/ui/misc/
H A Dsingledoccontroller.cxx156 aReturn.bEnabled = isEditable() && GetUndoManager().GetRedoActionCount() != 0; in GetState()
/aoo41x/main/sw/source/ui/shells/
H A Dannotsh.cxx1500 sal_uInt16 nCount = pUndoManager->GetRedoActionCount(); in ExecUndo()
1558 sal_uInt16 nCount = pUndoManager->GetRedoActionCount(); in StateUndo()
1584 nCount = pUndoManager->GetRedoActionCount(); in StateUndo()
H A Ddrwtxtsh.cxx679 nCount = pUndoManager->GetRedoActionCount(); in StateUndo()
/aoo41x/main/svtools/source/edit/
H A Dtextundo.cxx71 if ( GetRedoActionCount() == 0 ) in Redo()
/aoo41x/main/starmath/source/
H A Ddocument.cxx1171 nCount = pTmpUndoMgr->GetRedoActionCount(); in Execute()
1283 nCount = pTmpUndoMgr->GetRedoActionCount(); in GetState()
/aoo41x/main/sc/source/ui/view/
H A Dtabvwshb.cxx579 … size_t nCount = bIsUndo ? pUndoManager->GetUndoActionCount() : pUndoManager->GetRedoActionCount(); in GetUndoState()
H A Deditsh.cxx1235 if ( rTopMgr.GetRedoActionCount() == 0 ) in GetUndoState()
/aoo41x/main/svx/inc/svx/
H A Dsvdmodel.hxx603 …sal_uIntPtr GetRedoActionCount() const { return pRedoStack!=NULL ? pRedoStack… in GetRedoActionCount() function in SdrModel
/aoo41x/main/editeng/source/editeng/
H A Deditundo.cxx116 if ( !mpImpEE || GetRedoActionCount() == 0 ) in Redo()
H A Dimpedit5.cxx317 if ( HasUndoManager() && GetUndoManager().GetRedoActionCount() ) in Redo()
/aoo41x/main/sw/source/ui/uiview/
H A Dsrcview.cxx564 nCount = rMgr.GetRedoActionCount(); in GetState()
/aoo41x/main/svx/source/dialog/
H A Dimapdlg.cxx994 aTbxIMapDlg1.EnableItem( TBI_REDO, pModel->GetRedoActionCount() > 0 ); in IMPL_LINK()
/aoo41x/main/svl/source/undo/
H A Dundo.cxx818 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount() function in SfxUndoManager
/aoo41x/main/sfx2/source/view/
H A Dviewfrm.cxx1053 pShUndoMgr->GetRedoActionCount() == 0 && in StateHistory_Impl()
1066 if ( pShUndoMgr && pShUndoMgr->GetRedoActionCount() ) in StateHistory_Impl()
/aoo41x/main/svx/workben/
H A Dedittest.cxx598 aToolBox.EnableItem( TB_REDO, (BOOL)pEditEngine->GetUndoManager().GetRedoActionCount() ); in UpdateToolBox()
/aoo41x/main/svx/source/svdraw/
H A Dsvdedxv.cxx881 while(pSdrUndoManager->GetRedoActionCount()) in SdrEndTextEdit()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportController.cxx464 … ( _nId == SID_UNDO ) ? &SfxUndoManager::GetUndoActionCount : &SfxUndoManager::GetRedoActionCount; in GetState()

Completed in 172 milliseconds