#include <dialog.hxx>
Public Member Functions | |
SmAlignDialog (Window *pParent, BOOL bFreeRes=TRUE) | |
void | ReadFrom (const SmFormat &rFormat) |
void | WriteTo (SmFormat &rFormat) const |
Private Member Functions | |
DECL_LINK (DefaultButtonClickHdl, Button *) | |
Private Attributes | |
RadioButton | aLeft |
RadioButton | aCenter |
RadioButton | aRight |
FixedLine | aFixedLine1 |
OKButton | aOKButton1 |
CancelButton | aCancelButton1 |
PushButton | aDefaultButton |
Definition at line 326 of file dialog.hxx.
SmAlignDialog::SmAlignDialog | ( | Window * | pParent, | |
BOOL | bFreeRes = TRUE | |||
) |
SmAlignDialog::DECL_LINK | ( | DefaultButtonClickHdl | , | |
Button * | ||||
) | [private] |
void SmAlignDialog::ReadFrom | ( | const SmFormat & | rFormat | ) |
Definition at line 1153 of file dialog.cxx.
References aCenter, aLeft, AlignCenter, AlignLeft, AlignRight, aRight, and SmFormat::GetHorAlign().
Referenced by SmDocShell::Execute().
void SmAlignDialog::WriteTo | ( | SmFormat & | rFormat | ) | const |
Definition at line 1178 of file dialog.cxx.
References aLeft, AlignCenter, AlignLeft, AlignRight, aRight, SmFormat::RequestApplyChanges(), and SmFormat::SetHorAlign().
Referenced by SmDocShell::Execute().
RadioButton SmAlignDialog::aLeft [private] |
RadioButton SmAlignDialog::aCenter [private] |
RadioButton SmAlignDialog::aRight [private] |
FixedLine SmAlignDialog::aFixedLine1 [private] |
Definition at line 331 of file dialog.hxx.
OKButton SmAlignDialog::aOKButton1 [private] |
Definition at line 332 of file dialog.hxx.
CancelButton SmAlignDialog::aCancelButton1 [private] |
Definition at line 333 of file dialog.hxx.
PushButton SmAlignDialog::aDefaultButton [private] |