LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwMailMergeGreetingsPage Class Reference

#include <mmgreetingspage.hxx>

Inheritance diagram for SwMailMergeGreetingsPage:
[legend]
Collaboration diagram for SwMailMergeGreetingsPage:
[legend]

Public Member Functions

 SwMailMergeGreetingsPage (weld::Container *pPage, SwMailMergeWizard *pWizard)
 
virtual ~SwMailMergeGreetingsPage () 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 (ContainsHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (InsertDataHdl_Impl, weld::Button &, void)
 
 DECL_LINK (GreetingSelectComboBoxHdl_Impl, weld::ComboBox &, void)
 
 DECL_LINK (GreetingSelectListBoxHdl_Impl, weld::ComboBox &, void)
 
 DECL_LINK (AssignHdl_Impl, weld::Button &, void)
 
virtual void UpdatePreview () override
 
virtual void Activate () override
 
virtual bool commitPage (::vcl::WizardTypes::CommitPageReason _eReason) override
 

Private Attributes

std::unique_ptr< SwAddressPreviewm_xPreview
 
std::unique_ptr< weld::Labelm_xPreviewFI
 
std::unique_ptr< weld::Buttonm_xAssignPB
 
std::unique_ptr< weld::Labelm_xDocumentIndexFI
 
std::unique_ptr< weld::Buttonm_xPrevSetIB
 
std::unique_ptr< weld::Buttonm_xNextSetIB
 
std::unique_ptr< weld::CustomWeldm_xPreviewWIN
 
OUString m_sDocument
 

Additional Inherited Members

- Protected Member Functions inherited from vcl::OWizardPage
virtual void Activate () override
 
void updateDialogTravelUI ()
 
- Protected Member Functions inherited from SwGreetingsHandler
 SwGreetingsHandler (SwMailMergeConfigItem &rConfigItem, weld::Builder &rBuilder)
 
 ~SwGreetingsHandler ()
 
 DECL_LINK (IndividualHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (GreetingHdl_Impl, weld::Button &, void)
 
void Contains (bool bContainsGreeting)
 
virtual void UpdatePreview ()
 
- Protected Attributes inherited from BuilderPage
weld::DialogControllerm_pDialogController
 
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 
- Protected Attributes inherited from SwGreetingsHandler
SwMailMergeWizardm_pWizard
 
SwMailMergeConfigItemm_rConfigItem
 The mail merge state, available even when m_pWizard is nullptr. More...
 
bool m_bIsTabPage
 
std::unique_ptr< weld::CheckButtonm_xGreetingLineCB
 
std::unique_ptr< weld::CheckButtonm_xPersonalizedCB
 
std::unique_ptr< weld::Labelm_xFemaleFT
 
std::unique_ptr< weld::ComboBoxm_xFemaleLB
 
std::unique_ptr< weld::Buttonm_xFemalePB
 
std::unique_ptr< weld::Labelm_xMaleFT
 
std::unique_ptr< weld::ComboBoxm_xMaleLB
 
std::unique_ptr< weld::Buttonm_xMalePB
 
std::unique_ptr< weld::Labelm_xFemaleFI
 
std::unique_ptr< weld::Labelm_xFemaleColumnFT
 
std::unique_ptr< weld::ComboBoxm_xFemaleColumnLB
 
std::unique_ptr< weld::Labelm_xFemaleFieldFT
 
std::unique_ptr< weld::ComboBoxm_xFemaleFieldCB
 
std::unique_ptr< weld::Labelm_xNeutralFT
 
std::unique_ptr< weld::ComboBoxm_xNeutralCB
 

Detailed Description

Definition at line 86 of file mmgreetingspage.hxx.

Constructor & Destructor Documentation

◆ SwMailMergeGreetingsPage()

SwMailMergeGreetingsPage::SwMailMergeGreetingsPage ( weld::Container pPage,
SwMailMergeWizard pWizard 
)

◆ ~SwMailMergeGreetingsPage()

SwMailMergeGreetingsPage::~SwMailMergeGreetingsPage ( )
overridevirtual

Definition at line 248 of file mmgreetingspage.cxx.

References m_xPreview, and m_xPreviewWIN.

Member Function Documentation

◆ Activate()

void SwMailMergeGreetingsPage::Activate ( )
overrideprivatevirtual

◆ commitPage()

bool SwMailMergeGreetingsPage::commitPage ( ::vcl::WizardTypes::CommitPageReason  _eReason)
overrideprivatevirtual

◆ DECL_LINK() [1/5]

SwMailMergeGreetingsPage::DECL_LINK ( AssignHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/5]

SwMailMergeGreetingsPage::DECL_LINK ( ContainsHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [3/5]

SwMailMergeGreetingsPage::DECL_LINK ( GreetingSelectComboBoxHdl_Impl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [4/5]

SwMailMergeGreetingsPage::DECL_LINK ( GreetingSelectListBoxHdl_Impl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [5/5]

SwMailMergeGreetingsPage::DECL_LINK ( InsertDataHdl_Impl  ,
weld::Button ,
void   
)
private

◆ UpdatePreview()

void SwMailMergeGreetingsPage::UpdatePreview ( )
overrideprivatevirtual

Member Data Documentation

◆ m_sDocument

OUString SwMailMergeGreetingsPage::m_sDocument
private

Definition at line 96 of file mmgreetingspage.hxx.

Referenced by SwMailMergeGreetingsPage().

◆ m_xAssignPB

std::unique_ptr<weld::Button> SwMailMergeGreetingsPage::m_xAssignPB
private

Definition at line 90 of file mmgreetingspage.hxx.

Referenced by SwMailMergeGreetingsPage().

◆ m_xDocumentIndexFI

std::unique_ptr<weld::Label> SwMailMergeGreetingsPage::m_xDocumentIndexFI
private

Definition at line 91 of file mmgreetingspage.hxx.

Referenced by SwMailMergeGreetingsPage().

◆ m_xNextSetIB

std::unique_ptr<weld::Button> SwMailMergeGreetingsPage::m_xNextSetIB
private

Definition at line 93 of file mmgreetingspage.hxx.

Referenced by SwMailMergeGreetingsPage().

◆ m_xPreview

std::unique_ptr<SwAddressPreview> SwMailMergeGreetingsPage::m_xPreview
private

◆ m_xPreviewFI

std::unique_ptr<weld::Label> SwMailMergeGreetingsPage::m_xPreviewFI
private

Definition at line 89 of file mmgreetingspage.hxx.

◆ m_xPreviewWIN

std::unique_ptr<weld::CustomWeld> SwMailMergeGreetingsPage::m_xPreviewWIN
private

Definition at line 94 of file mmgreetingspage.hxx.

Referenced by SwMailMergeGreetingsPage(), and ~SwMailMergeGreetingsPage().

◆ m_xPrevSetIB

std::unique_ptr<weld::Button> SwMailMergeGreetingsPage::m_xPrevSetIB
private

Definition at line 92 of file mmgreetingspage.hxx.

Referenced by SwMailMergeGreetingsPage().


The documentation for this class was generated from the following files: