Home
last modified time | relevance | path

Searched refs:HasUndoManager (Results 1 – 7 of 7) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx291 if ( HasUndoManager() ) in ResetUndoManager()
306 if ( HasUndoManager() && GetUndoManager().GetUndoActionCount() ) in Undo()
317 if ( HasUndoManager() && GetUndoManager().GetRedoActionCount() ) in Redo()
328 if ( HasUndoManager() && GetUndoManager().GetRepeatActionCount() ) in Repeat()
H A Dimpedit.hxx532 sal_Bool HasUndoManager() const { return pUndoManager ? sal_True : sal_False; } in HasUndoManager() function in ImpEditEngine
H A Dimpedit4.cxx1218 …DBG_ASSERT( !HasUndoManager() || !GetUndoManager().GetUndoActionCount(), "Woher kommt das Undo in … in SetText()
H A Dimpedit2.cxx786 DBG_ASSERT( !HasUndoManager() || !GetUndoManager().GetUndoActionCount(), "Undo nach SetText?" ); in SetText()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx282 sal_Bool HasUndoManager() const { return mpUndoManager ? sal_True : sal_False; } in HasUndoManager() function in TextEngine
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx873 …if ( !mpExtTextView->GetTextEngine()->HasUndoManager() || !mpExtTextView->GetTextEngine()->GetUndo… in Command()
H A Dtexteng.cxx543 DBG_ASSERT( !HasUndoManager() || !GetUndoManager().GetUndoActionCount(), "Undo nach SetText?" ); in SetText()

Completed in 81 milliseconds