#include <dialog.hxx>
Public Member Functions | |
SmPrintOptionsTabPage (Window *pParent, const SfxItemSet &rOptions) | |
Static Public Member Functions | |
static SfxTabPage * | Create (Window *pWindow, const SfxItemSet &rSet) |
Private Member Functions | |
DECL_LINK (SizeButtonClickHdl, Button *) | |
virtual BOOL | FillItemSet (SfxItemSet &rSet) |
virtual void | Reset (const SfxItemSet &rSet) |
Private Attributes | |
FixedLine | aFixedLine1 |
CheckBox | aTitle |
CheckBox | aText |
CheckBox | aFrame |
FixedLine | aFixedLine2 |
RadioButton | aSizeNormal |
RadioButton | aSizeScaled |
RadioButton | aSizeZoomed |
MetricField | aZoom |
FixedLine | aFixedLine3 |
CheckBox | aNoRightSpaces |
Definition at line 109 of file dialog.hxx.
SmPrintOptionsTabPage::SmPrintOptionsTabPage | ( | Window * | pParent, | |
const SfxItemSet & | rOptions | |||
) |
SmPrintOptionsTabPage::DECL_LINK | ( | SizeButtonClickHdl | , | |
Button * | ||||
) | [private] |
BOOL SmPrintOptionsTabPage::FillItemSet | ( | SfxItemSet & | rSet | ) | [private, virtual] |
Definition at line 262 of file dialog.cxx.
References aFrame, aNoRightSpaces, aSizeNormal, aSizeScaled, aText, aTitle, aZoom, PRINT_SIZE_NORMAL, PRINT_SIZE_SCALED, and PRINT_SIZE_ZOOMED.
void SmPrintOptionsTabPage::Reset | ( | const SfxItemSet & | rSet | ) | [private, virtual] |
Definition at line 283 of file dialog.cxx.
References aFrame, aNoRightSpaces, aSizeNormal, aSizeScaled, aSizeZoomed, aText, aTitle, aZoom, PRINT_SIZE_NORMAL, PRINT_SIZE_SCALED, and PRINT_SIZE_ZOOMED.
SfxTabPage * SmPrintOptionsTabPage::Create | ( | Window * | pWindow, | |
const SfxItemSet & | rSet | |||
) | [static] |
Definition at line 302 of file dialog.cxx.
References SmPrintOptionsTabPage().
Referenced by SmViewShell::CreatePrintOptionsPage(), and SmModule::CreateTabPage().
FixedLine SmPrintOptionsTabPage::aFixedLine1 [private] |
Definition at line 111 of file dialog.hxx.
CheckBox SmPrintOptionsTabPage::aTitle [private] |
CheckBox SmPrintOptionsTabPage::aText [private] |
CheckBox SmPrintOptionsTabPage::aFrame [private] |
FixedLine SmPrintOptionsTabPage::aFixedLine2 [private] |
Definition at line 115 of file dialog.hxx.
RadioButton SmPrintOptionsTabPage::aSizeNormal [private] |
RadioButton SmPrintOptionsTabPage::aSizeScaled [private] |
RadioButton SmPrintOptionsTabPage::aSizeZoomed [private] |
MetricField SmPrintOptionsTabPage::aZoom [private] |
FixedLine SmPrintOptionsTabPage::aFixedLine3 [private] |
Definition at line 120 of file dialog.hxx.
CheckBox SmPrintOptionsTabPage::aNoRightSpaces [private] |