Home
last modified time | relevance | path

Searched refs:UndoRemoveParaSpecial (Results 1 – 3 of 3) sorted by relevance

/dports/devel/upp/upp/uppsrc/RichEdit/
H A DTableUndo.cpp62 return MakeOne<UndoRemoveParaSpecial>(txt, table, before); in GetRedo()
67 void RichEdit::UndoRemoveParaSpecial::Apply(RichText& txt) in Apply()
72 One<RichEdit::UndoRec> RichEdit::UndoRemoveParaSpecial::GetRedo(const RichText& txt) in GetRedo()
77 RichEdit::UndoRemoveParaSpecial::UndoRemoveParaSpecial(const RichText& txt, int table, bool before) in UndoRemoveParaSpecial() function in Upp::RichEdit::UndoRemoveParaSpecial
H A DTable.cpp211 AddUndo(MakeOne<UndoRemoveParaSpecial>(text, p2.table, true)); in RemoveSpecial()
217 AddUndo(MakeOne<UndoRemoveParaSpecial>(text, p1.table, false)); in RemoveSpecial()
H A DRichEdit.h397 struct UndoRemoveParaSpecial : UndoRec { struct
405 UndoRemoveParaSpecial(const RichText& txt, int table, bool before); argument