LibreOffice Module sw (master) 1
|
#include <mmdocselectpage.hxx>
Public Member Functions | |
SwMailMergeDocSelectPage (weld::Container *pPage, SwMailMergeWizard *pWizard) | |
virtual | ~SwMailMergeDocSelectPage () 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 (DocSelectHdl, weld::Toggleable &, void) | |
DECL_LINK (FileSelectHdl, weld::Button &, void) | |
DECL_LINK (ExchangeDatabaseHdl, weld::Button &, void) | |
virtual bool | commitPage (::vcl::WizardTypes::CommitPageReason _eReason) override |
Private Attributes | |
OUString | m_sLoadFileName |
OUString | m_sLoadTemplateName |
SwMailMergeWizard * | m_pWizard |
std::unique_ptr< weld::RadioButton > | m_xCurrentDocRB |
std::unique_ptr< weld::RadioButton > | m_xNewDocRB |
std::unique_ptr< weld::RadioButton > | m_xLoadDocRB |
std::unique_ptr< weld::RadioButton > | m_xLoadTemplateRB |
std::unique_ptr< weld::RadioButton > | m_xRecentDocRB |
std::unique_ptr< weld::Button > | m_xBrowseDocPB |
std::unique_ptr< weld::Button > | m_xBrowseTemplatePB |
std::unique_ptr< weld::ComboBox > | m_xRecentDocLB |
std::unique_ptr< weld::Label > | m_xDataSourceWarningFT |
std::unique_ptr< weld::Button > | m_xExchangeDatabasePB |
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 27 of file mmdocselectpage.hxx.
SwMailMergeDocSelectPage::SwMailMergeDocSelectPage | ( | weld::Container * | pPage, |
SwMailMergeWizard * | pWizard | ||
) |
Definition at line 40 of file mmdocselectpage.cxx.
References SwMailMergeWizard::GetConfigItem(), SwMailMergeConfigItem::GetSavedDocuments(), LINK, m_pWizard, m_xBrowseDocPB, m_xBrowseTemplatePB, m_xCurrentDocRB, m_xDataSourceWarningFT, m_xExchangeDatabasePB, m_xLoadDocRB, m_xLoadTemplateRB, m_xNewDocRB, m_xRecentDocLB, m_xRecentDocRB, and weld::Warning.
|
overridevirtual |
Definition at line 85 of file mmdocselectpage.cxx.
|
overrideprivatevirtual |
Definition at line 184 of file mmdocselectpage.cxx.
References m_pWizard, m_sLoadFileName, m_sLoadTemplateName, m_xCurrentDocRB, m_xLoadDocRB, m_xLoadTemplateRB, m_xNewDocRB, m_xRecentDocLB, m_xRecentDocRB, MM_OUTPUTTYPETPAGE, weld::DialogController::response(), RET_LOAD_DOC, SwMailMergeWizard::SetDocumentLoad(), SwMailMergeWizard::SetReloadDocument(), and SwMailMergeWizard::SetRestartPage().
|
private |
|
private |
|
private |
|
private |
Definition at line 32 of file mmdocselectpage.hxx.
Referenced by commitPage(), and SwMailMergeDocSelectPage().
|
private |
Definition at line 29 of file mmdocselectpage.hxx.
Referenced by commitPage().
|
private |
Definition at line 30 of file mmdocselectpage.hxx.
Referenced by commitPage().
|
private |
Definition at line 39 of file mmdocselectpage.hxx.
Referenced by SwMailMergeDocSelectPage().
|
private |
Definition at line 40 of file mmdocselectpage.hxx.
Referenced by SwMailMergeDocSelectPage().
|
private |
Definition at line 34 of file mmdocselectpage.hxx.
Referenced by commitPage(), and SwMailMergeDocSelectPage().
|
private |
Definition at line 42 of file mmdocselectpage.hxx.
Referenced by SwMailMergeDocSelectPage().
|
private |
Definition at line 43 of file mmdocselectpage.hxx.
Referenced by SwMailMergeDocSelectPage().
|
private |
Definition at line 36 of file mmdocselectpage.hxx.
Referenced by commitPage(), and SwMailMergeDocSelectPage().
|
private |
Definition at line 37 of file mmdocselectpage.hxx.
Referenced by commitPage(), and SwMailMergeDocSelectPage().
|
private |
Definition at line 35 of file mmdocselectpage.hxx.
Referenced by commitPage(), and SwMailMergeDocSelectPage().
|
private |
Definition at line 41 of file mmdocselectpage.hxx.
Referenced by commitPage(), and SwMailMergeDocSelectPage().
|
private |
Definition at line 38 of file mmdocselectpage.hxx.
Referenced by commitPage(), and SwMailMergeDocSelectPage().