#include <action.hxx>
Collaboration diagram for SmFormatAction:
Public Member Functions | |
SmFormatAction (SmDocShell *pDocSh, const SmFormat &rOldFormat, const SmFormat &rNewFormat) | |
virtual void | Undo () |
virtual void | Redo () |
virtual void | Repeat (SfxRepeatTarget &rDocSh) |
virtual UniString | GetComment () const |
Private Attributes | |
SmDocShell * | pDoc |
SmFormat | aOldFormat |
SmFormat | aNewFormat |
Definition at line 49 of file action.hxx.
SmFormatAction::SmFormatAction | ( | SmDocShell * | pDocSh, | |
const SmFormat & | rOldFormat, | |||
const SmFormat & | rNewFormat | |||
) |
Definition at line 46 of file action.cxx.
void SmFormatAction::Undo | ( | ) | [virtual] |
void SmFormatAction::Redo | ( | ) | [virtual] |
void SmFormatAction::Repeat | ( | SfxRepeatTarget & | rDocSh | ) | [virtual] |
UniString SmFormatAction::GetComment | ( | ) | const [virtual] |
Definition at line 70 of file action.cxx.
SmDocShell* SmFormatAction::pDoc [private] |
SmFormat SmFormatAction::aOldFormat [private] |
SmFormat SmFormatAction::aNewFormat [private] |