|
LibreOffice Module sw (master) 1
|
#include <mmoutputtypepage.hxx>
Public Member Functions | |
| SwMailMergeOutputTypePage (weld::Container *pPage, SwMailMergeWizard *pWizard) | |
| virtual | ~SwMailMergeOutputTypePage () override |
Public Member Functions inherited from vcl::OWizardPage | |
| OWizardPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID) | |
| virtual | ~OWizardPage () override |
| virtual void | initializePage () override |
| virtual bool | commitPage (WizardTypes::CommitPageReason _eReason) override |
| virtual bool | canAdvance () const override |
Public Member Functions inherited from BuilderPage | |
| BuilderPage (weld::Widget *pParent, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, bool bIsMobile=false) | |
| virtual | ~BuilderPage () COVERITY_NOEXCEPT_FALSE |
| void | SetPageTitle (const OUString &rPageTitle) |
| const OUString & | GetPageTitle () const |
| virtual void | Activate () |
| virtual void | Deactivate () |
| void | SetHelpId (const OUString &rHelpId) |
| OUString | GetHelpId () const |
Private Member Functions | |
| DECL_LINK (TypeHdl_Impl, weld::Toggleable &, void) | |
Private Attributes | |
| SwMailMergeWizard * | m_pWizard |
| std::unique_ptr< weld::RadioButton > | m_xLetterRB |
| std::unique_ptr< weld::RadioButton > | m_xMailRB |
| std::unique_ptr< weld::Label > | m_xLetterHint |
| std::unique_ptr< weld::Label > | m_xMailHint |
Additional Inherited Members | |
Protected Member Functions inherited from vcl::OWizardPage | |
| virtual void | Activate () override |
| void | updateDialogTravelUI () |
Protected Attributes inherited from BuilderPage | |
| weld::DialogController * | m_pDialogController |
| std::unique_ptr< weld::Builder > | m_xBuilder |
| std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 26 of file mmoutputtypepage.hxx.
| SwMailMergeOutputTypePage::SwMailMergeOutputTypePage | ( | weld::Container * | pPage, |
| SwMailMergeWizard * | pWizard | ||
| ) |
Definition at line 42 of file mmoutputtypepage.cxx.
References SwMailMergeWizard::GetConfigItem(), SwMailMergeConfigItem::IsOutputToLetter(), LINK, m_pWizard, m_xLetterRB, and m_xMailRB.
|
overridevirtual |
Definition at line 62 of file mmoutputtypepage.cxx.
|
private |
|
private |
Definition at line 28 of file mmoutputtypepage.hxx.
Referenced by SwMailMergeOutputTypePage().
|
private |
Definition at line 32 of file mmoutputtypepage.hxx.
|
private |
Definition at line 30 of file mmoutputtypepage.hxx.
Referenced by SwMailMergeOutputTypePage().
|
private |
Definition at line 33 of file mmoutputtypepage.hxx.
|
private |
Definition at line 31 of file mmoutputtypepage.hxx.
Referenced by SwMailMergeOutputTypePage().