Searched refs:UndoTextAPIChanged (Results 1 – 1 of 1) sorted by relevance
48 class UndoTextAPIChanged : public SdrUndoAction class51 UndoTextAPIChanged( SdrModel& rModel, TextApiObject* pTextObj );52 ~UndoTextAPIChanged();63 UndoTextAPIChanged::UndoTextAPIChanged(SdrModel& rModel, TextApiObject* pTextObj ) in UndoTextAPIChanged() function in sd::UndoTextAPIChanged71 UndoTextAPIChanged::~UndoTextAPIChanged() in ~UndoTextAPIChanged()77 void UndoTextAPIChanged::Undo() in Undo()85 void UndoTextAPIChanged::Redo() in Redo()179 pModel->AddUndo( new UndoTextAPIChanged( *pModel, this ) ); in SetText()
Completed in 6 milliseconds