/aoo42x/main/framework/source/fwe/helper/ |
H A D | undomanagerhelper.cxx | 631 … 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()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | docundo.cxx | 338 if (!SdrUndoManager::GetRedoActionCount(CurrentLevel)) in GetFirstRedoInfo() 369 sal_uInt16 const nRedoCount(SdrUndoManager::GetRedoActionCount(TopLevel)); in GetRedoComments() 399 if (SdrUndoManager::GetRedoActionCount(CurrentLevel) || in RemoveLastUndo() 400 SdrUndoManager::GetRedoActionCount(TopLevel)) in RemoveLastUndo()
|
/aoo42x/main/svl/inc/svl/ |
H A D | undo.hxx | 243 … virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const = 0; 362 virtual size_t GetRedoActionCount( bool const i_currentLevel = CurrentLevel ) const;
|
/aoo42x/main/sd/source/ui/view/ |
H A D | viewshel.cxx | 1219 sal_uInt16 nCount(pUndoManager->GetRedoActionCount()); in ImpGetRedoStrings() 1312 sal_uInt16 nCount(pUndoManager->GetRedoActionCount()); in ImpSidRedo() 1319 while(nNumber-- && pUndoManager->GetRedoActionCount()) in ImpSidRedo()
|
H A D | viewshe3.cxx | 183 if(pUndoManager->GetRedoActionCount() != 0) in GetMenuState()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | annotsh.cxx | 1500 sal_uInt16 nCount = pUndoManager->GetRedoActionCount(); in ExecUndo() 1558 sal_uInt16 nCount = pUndoManager->GetRedoActionCount(); in StateUndo() 1584 nCount = pUndoManager->GetRedoActionCount(); in StateUndo()
|
H A D | drwtxtsh.cxx | 679 nCount = pUndoManager->GetRedoActionCount(); in StateUndo()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | singledoccontroller.cxx | 156 aReturn.bEnabled = isEditable() && GetUndoManager().GetRedoActionCount() != 0; in GetState()
|
/aoo42x/main/starmath/source/ |
H A D | document.cxx | 1171 nCount = pTmpUndoMgr->GetRedoActionCount(); in Execute() 1283 nCount = pTmpUndoMgr->GetRedoActionCount(); in GetState()
|
/aoo42x/main/svtools/source/edit/ |
H A D | textundo.cxx | 71 if ( GetRedoActionCount() == 0 ) in Redo()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwshb.cxx | 579 … size_t nCount = bIsUndo ? pUndoManager->GetUndoActionCount() : pUndoManager->GetRedoActionCount(); in GetUndoState()
|
H A D | editsh.cxx | 1235 if ( rTopMgr.GetRedoActionCount() == 0 ) in GetUndoState()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdmodel.hxx | 603 …sal_uIntPtr GetRedoActionCount() const { return pRedoStack!=NULL ? pRedoStack… in GetRedoActionCount() function in SdrModel
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editundo.cxx | 116 if ( !mpImpEE || GetRedoActionCount() == 0 ) in Redo()
|
H A D | impedit5.cxx | 317 if ( HasUndoManager() && GetUndoManager().GetRedoActionCount() ) in Redo()
|
/aoo42x/main/svx/source/dialog/ |
H A D | imapdlg.cxx | 994 aTbxIMapDlg1.EnableItem( TBI_REDO, pModel->GetRedoActionCount() > 0 ); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 564 nCount = rMgr.GetRedoActionCount(); in GetState()
|
/aoo42x/main/svl/source/undo/ |
H A D | undo.cxx | 826 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount() function in SfxUndoManager
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 1053 pShUndoMgr->GetRedoActionCount() == 0 && in StateHistory_Impl() 1066 if ( pShUndoMgr && pShUndoMgr->GetRedoActionCount() ) in StateHistory_Impl()
|
/aoo42x/main/svx/workben/ |
H A D | edittest.cxx | 598 aToolBox.EnableItem( TB_REDO, (BOOL)pEditEngine->GetUndoManager().GetRedoActionCount() ); in UpdateToolBox()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 881 while(pSdrUndoManager->GetRedoActionCount()) in SdrEndTextEdit()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 464 … ( _nId == SID_UNDO ) ? &SfxUndoManager::GetUndoActionCount : &SfxUndoManager::GetRedoActionCount; in GetState()
|