Home
last modified time | relevance | path

Searched refs:TextUndoInsertChars (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dtextundo.cxx39 TYPEINIT1( TextUndoInsertChars, TextUndo );
230 TextUndoInsertChars::TextUndoInsertChars( TextEngine* pTextEngine, const TextPaM& rTextPaM, const X… in TextUndoInsertChars() function in TextUndoInsertChars
236 void __EXPORT TextUndoInsertChars::Undo() in Undo()
244 void __EXPORT TextUndoInsertChars::Redo() in Redo()
253 sal_Bool __EXPORT TextUndoInsertChars::Merge( SfxUndoAction* pNextAction ) in Merge()
255 if ( !pNextAction->ISA( TextUndoInsertChars ) ) in Merge()
258 TextUndoInsertChars* pNext = (TextUndoInsertChars*)pNextAction; in Merge()
H A Dtextund2.hxx78 class TextUndoInsertChars : public TextUndo class
86 TextUndoInsertChars( TextEngine* pTextEngine, const TextPaM& rTextPaM, const String& rStr );
H A Dtexteng.cxx831 TextUndoInsertChars* pNewUndo = new TextUndoInsertChars( this, aPaM, c ); in ImpInsertText()
887 InsertUndo( new TextUndoInsertChars( this, aPaM, aLine ) ); in ImpInsertText()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx92 friend class TextUndoInsertChars;

Completed in 34 milliseconds