Searched refs:TextUndoRemoveChars (Results 1 – 4 of 4) sorted by relevance
40 TYPEINIT1( TextUndoRemoveChars, TextUndo );272 TextUndoRemoveChars::TextUndoRemoveChars( TextEngine* pTextEngine, const TextPaM& rTextPaM, const X… in TextUndoRemoveChars() function in TextUndoRemoveChars278 void __EXPORT TextUndoRemoveChars::Undo() in Undo()286 void __EXPORT TextUndoRemoveChars::Redo() in Redo()
98 class TextUndoRemoveChars : public TextUndo class106 TextUndoRemoveChars( TextEngine* pTextEngine, const TextPaM& rTextPaM, const String& rStr );
582 InsertUndo( new TextUndoRemoveChars( this, rPaM, aStr ) ); in ImpRemoveChars()
93 friend class TextUndoRemoveChars;
Completed in 31 milliseconds