Home
last modified time | relevance | path

Searched refs:TopLevel (Results 1 – 8 of 8) sorted by relevance

/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx684 ? rUndoManager.GetUndoActionCount( IUndoManager::TopLevel ) in impl_doUndoRedo()
685 : rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ); in impl_doUndoRedo()
1027 return rUndoManager.GetUndoActionCount( IUndoManager::TopLevel ) > 0; in isUndoPossible()
1039 return rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ) > 0; in isRedoPossible()
1054 ? rUndoManager.GetUndoActionCount( IUndoManager::TopLevel ) in lcl_getCurrentActionTitle()
1063 ? rUndoManager.GetUndoActionComment( 0, IUndoManager::TopLevel ) in lcl_getCurrentActionTitle()
1064 : rUndoManager.GetRedoActionComment( 0, IUndoManager::TopLevel ); in lcl_getCurrentActionTitle()
1076 ? rUndoManager.GetUndoActionCount( IUndoManager::TopLevel ) in lcl_getAllActionTitles()
1077 : rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ); in lcl_getAllActionTitles()
1083 ? rUndoManager.GetUndoActionComment( i, IUndoManager::TopLevel ) in lcl_getAllActionTitles()
[all …]
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx183 return SdrUndoManager::ImplClearRedo_NoLock(TopLevel); in ClearRedo()
321 sal_uInt16 const nUndoCount(SdrUndoManager::GetUndoActionCount(TopLevel)); in GetUndoComments()
325 SdrUndoManager::GetUndoActionComment(n, TopLevel)); in GetUndoComments()
369 sal_uInt16 const nRedoCount(SdrUndoManager::GetRedoActionCount(TopLevel)); in GetRedoComments()
373 SdrUndoManager::GetRedoActionComment(n, TopLevel)); in GetRedoComments()
400 SdrUndoManager::GetRedoActionCount(TopLevel)) in RemoveLastUndo()
562 if (!SdrUndoManager::GetUndoActionCount(TopLevel)) in Repeat()
/trunk/main/svl/inc/svl/
H A Dundo.hxx228 TopLevel = false enumerator
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx686 … ( sList += (pUndoManager->*fnGetComment)( n, ::svl::IUndoManager::TopLevel ) ) in StateUndo()
H A Dannotsh.cxx1592 … ( sList += (pUndoManager->*fnGetComment)( n, ::svl::IUndoManager::TopLevel ) ) in StateUndo()
/trunk/main/svl/source/undo/
H A Dundo.cxx605 if ( i_currentLevel == IUndoManager::TopLevel ) in ImplClearRedo()
/trunk/main/starmath/source/
H A Ddocument.cxx1290 … ( sList += (pTmpUndoMgr->*fnGetComment)( n, ::svl::IUndoManager::TopLevel ) ) in GetState()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx467 … aReturn.bEnabled = ( rUndoManager.*retrieveCount )( ::svl::IUndoManager::TopLevel ) > 0; in GetState()
473 … aReturn.sTitle = (rUndoManager.*retrieveComment)( 0, ::svl::IUndoManager::TopLevel ); in GetState()

Completed in 75 milliseconds