LibreOffice Module sw (master) 1
|
#include <watermarkdialog.hxx>
Public Member Functions | |
SwWatermarkDialog (weld::Window *pParent, SfxBindings &rBindings) | |
virtual | ~SwWatermarkDialog () override |
void | InitFields () |
Public Member Functions inherited from SfxDialogController | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Private Member Functions | |
DECL_LINK (OKButtonHdl, weld::Button &, void) | |
Private Attributes | |
SfxBindings & | m_rBindings |
std::unique_ptr< weld::Entry > | m_xTextInput |
std::unique_ptr< weld::Button > | m_xOKButton |
std::unique_ptr< weld::ComboBox > | m_xFont |
std::unique_ptr< weld::MetricSpinButton > | m_xAngle |
std::unique_ptr< weld::MetricSpinButton > | m_xTransparency |
std::unique_ptr< ColorListBox > | m_xColor |
Definition at line 17 of file watermarkdialog.hxx.
SwWatermarkDialog::SwWatermarkDialog | ( | weld::Window * | pParent, |
SfxBindings & | rBindings | ||
) |
Definition at line 27 of file watermarkdialog.cxx.
References DEGREE, m_xDialog, m_xOKButton, and PERCENT().
|
overridevirtual |
Definition at line 48 of file watermarkdialog.cxx.
|
private |
void SwWatermarkDialog::InitFields | ( | ) |
Definition at line 52 of file watermarkdialog.cxx.
References SfxObjectShell::Current(), SfxWatermarkItem::GetAngle(), SfxWatermarkItem::GetColor(), Application::GetDefaultDevice(), SfxBindings::GetDispatcher(), vcl::Font::GetFamilyName(), SfxWatermarkItem::GetFont(), FontList::GetFontName(), FontList::GetFontNameCount(), SfxShell::GetItem(), SfxWatermarkItem::GetText(), SfxWatermarkItem::GetTransparency(), i, LINK, m_rBindings, m_xAngle, m_xColor, m_xFont, m_xOKButton, m_xTextInput, m_xTransparency, and SfxDispatcher::QueryState().
|
private |
Definition at line 28 of file watermarkdialog.hxx.
Referenced by InitFields().
|
private |
Definition at line 33 of file watermarkdialog.hxx.
Referenced by InitFields().
|
private |
Definition at line 35 of file watermarkdialog.hxx.
Referenced by InitFields().
|
private |
Definition at line 32 of file watermarkdialog.hxx.
Referenced by InitFields().
|
private |
Definition at line 31 of file watermarkdialog.hxx.
Referenced by InitFields().
|
private |
Definition at line 30 of file watermarkdialog.hxx.
Referenced by InitFields().
|
private |
Definition at line 34 of file watermarkdialog.hxx.
Referenced by InitFields().