Home
last modified time | relevance | path

Searched refs:maUndoText (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dedit.cxx2003 maUndoText = maText; in GetFocus()
2134 if ( maUndoText == maText ) in Command()
2779 ImplInsertText( maUndoText ); in Undo()
2780 ImplSetSelection( Selection( 0, maUndoText.Len() ) ); in Undo()
2781 maUndoText = aText; in Undo()
/AOO41X/main/vcl/inc/vcl/
H A Dedit.hxx71 XubString maUndoText; member in Edit