19#ifndef INCLUDED_SW_SOURCE_UI_DBUI_MMGREETINGSPAGE_HXX
20#define INCLUDED_SW_SOURCE_UI_DBUI_MMGREETINGSPAGE_HXX
64 ,
m_xMaleFT(rBuilder.weld_label(
"maleft"))
65 ,
m_xMaleLB(rBuilder.weld_combo_box(
"male"))
66 ,
m_xMalePB(rBuilder.weld_button(
"newmale"))
82 void Contains(
bool bContainsGreeting);
116 std::unique_ptr<weld::Button>
m_xOK;
std::unique_ptr< weld::ComboBox > m_xNeutralCB
virtual void UpdatePreview()
std::unique_ptr< weld::Label > m_xFemaleColumnFT
std::unique_ptr< weld::Label > m_xFemaleFI
std::unique_ptr< weld::Button > m_xFemalePB
DECL_LINK(GreetingHdl_Impl, weld::Button &, void)
std::unique_ptr< weld::CheckButton > m_xGreetingLineCB
std::unique_ptr< weld::ComboBox > m_xFemaleColumnLB
DECL_LINK(IndividualHdl_Impl, weld::Toggleable &, void)
std::unique_ptr< weld::Label > m_xFemaleFieldFT
std::unique_ptr< weld::CheckButton > m_xPersonalizedCB
std::unique_ptr< weld::ComboBox > m_xFemaleFieldCB
SwGreetingsHandler(SwMailMergeConfigItem &rConfigItem, weld::Builder &rBuilder)
std::unique_ptr< weld::ComboBox > m_xFemaleLB
SwMailMergeConfigItem & m_rConfigItem
The mail merge state, available even when m_pWizard is nullptr.
std::unique_ptr< weld::Label > m_xNeutralFT
std::unique_ptr< weld::Label > m_xMaleFT
std::unique_ptr< weld::Label > m_xFemaleFT
SwMailMergeWizard * m_pWizard
void Contains(bool bContainsGreeting)
std::unique_ptr< weld::ComboBox > m_xMaleLB
std::unique_ptr< weld::Button > m_xMalePB
virtual ~SwMailBodyDialog() override
void SetBody(const OUString &rBody)
DECL_LINK(OKHdl, weld::Button &, void)
std::unique_ptr< weld::Button > m_xOK
DECL_LINK(ContainsHdl_Impl, weld::Toggleable &, void)
std::unique_ptr< weld::TextView > m_xBodyMLE
SwMailBodyDialog(weld::Window *pParent)
std::unique_ptr< weld::CustomWeld > m_xPreviewWIN
std::unique_ptr< weld::Button > m_xPrevSetIB
DECL_LINK(AssignHdl_Impl, weld::Button &, void)
virtual ~SwMailMergeGreetingsPage() override
std::unique_ptr< weld::Label > m_xPreviewFI
virtual void Activate() override
std::unique_ptr< weld::Button > m_xAssignPB
std::unique_ptr< SwAddressPreview > m_xPreview
DECL_LINK(ContainsHdl_Impl, weld::Toggleable &, void)
std::unique_ptr< weld::Button > m_xNextSetIB
std::unique_ptr< weld::Label > m_xDocumentIndexFI
DECL_LINK(GreetingSelectListBoxHdl_Impl, weld::ComboBox &, void)
DECL_LINK(GreetingSelectComboBoxHdl_Impl, weld::ComboBox &, void)
virtual void UpdatePreview() override
DECL_LINK(InsertDataHdl_Impl, weld::Button &, void)
SwMailMergeGreetingsPage(weld::Container *pPage, SwMailMergeWizard *pWizard)
virtual bool commitPage(::vcl::WizardTypes::CommitPageReason _eReason) override