Lines Matching refs:TopLevel
631 … const bool bHadRedoActions = ( rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ) > 0 ); in impl_leaveUndoContext()
639 … const bool bHasRedoActions = ( rUndoManager.GetRedoActionCount( IUndoManager::TopLevel ) > 0 ); in impl_leaveUndoContext()
684 ? 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()
1055 : rUndoManager.GetRedoActionCount( 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()
1084 : rUndoManager.GetRedoActionComment( i, IUndoManager::TopLevel ); in lcl_getAllActionTitles()