LibreOffice Module sw (master) 1
|
#include <mmgreetingspage.hxx>
Public Member Functions | |
SwMailBodyDialog (weld::Window *pParent) | |
virtual | ~SwMailBodyDialog () override |
void | SetBody (const OUString &rBody) |
OUString | GetBody () const |
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 (ContainsHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (OKHdl, weld::Button &, void) | |
Private Attributes | |
std::unique_ptr< weld::TextView > | m_xBodyMLE |
std::unique_ptr< weld::Button > | m_xOK |
Additional Inherited Members | |
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 SwGreetingsHandler | |
SwMailMergeWizard * | m_pWizard |
SwMailMergeConfigItem & | m_rConfigItem |
The mail merge state, available even when m_pWizard is nullptr. More... | |
bool | m_bIsTabPage |
std::unique_ptr< weld::CheckButton > | m_xGreetingLineCB |
std::unique_ptr< weld::CheckButton > | m_xPersonalizedCB |
std::unique_ptr< weld::Label > | m_xFemaleFT |
std::unique_ptr< weld::ComboBox > | m_xFemaleLB |
std::unique_ptr< weld::Button > | m_xFemalePB |
std::unique_ptr< weld::Label > | m_xMaleFT |
std::unique_ptr< weld::ComboBox > | m_xMaleLB |
std::unique_ptr< weld::Button > | m_xMalePB |
std::unique_ptr< weld::Label > | m_xFemaleFI |
std::unique_ptr< weld::Label > | m_xFemaleColumnFT |
std::unique_ptr< weld::ComboBox > | m_xFemaleColumnLB |
std::unique_ptr< weld::Label > | m_xFemaleFieldFT |
std::unique_ptr< weld::ComboBox > | m_xFemaleFieldCB |
std::unique_ptr< weld::Label > | m_xNeutralFT |
std::unique_ptr< weld::ComboBox > | m_xNeutralCB |
Definition at line 113 of file mmgreetingspage.hxx.
SwMailBodyDialog::SwMailBodyDialog | ( | weld::Window * | pParent | ) |
Definition at line 341 of file mmgreetingspage.cxx.
References Link< typename Arg, typename Ret >::Call(), SwMailMergeConfigItem::FEMALE, SwMailMergeConfigItem::GetAssignedColumn(), SwMailMergeConfigItem::GetColumnsSupplier(), SwMailMergeConfigItem::GetFemaleGenderValue(), SwMailMergeConfigItem::IsGreetingLine(), SwMailMergeConfigItem::IsIndividualGreeting(), lcl_FillGreetingsBox(), LINK, SwGreetingsHandler::m_bIsTabPage, SwGreetingsHandler::m_rConfigItem, m_xBodyMLE, SwGreetingsHandler::m_xFemaleColumnLB, SwGreetingsHandler::m_xFemaleFieldCB, SwGreetingsHandler::m_xFemaleLB, SwGreetingsHandler::m_xFemalePB, SwGreetingsHandler::m_xGreetingLineCB, SwGreetingsHandler::m_xMaleLB, SwGreetingsHandler::m_xMalePB, SwGreetingsHandler::m_xNeutralCB, m_xOK, SwGreetingsHandler::m_xPersonalizedCB, SwMailMergeConfigItem::MALE, and SwMailMergeConfigItem::NEUTRAL.
|
overridevirtual |
Definition at line 385 of file mmgreetingspage.cxx.
|
private |
|
private |
|
inline |
Definition at line 126 of file mmgreetingspage.hxx.
References m_xBodyMLE.
Referenced by IMPL_LINK_NOARG().
|
inline |
Definition at line 125 of file mmgreetingspage.hxx.
References m_xBodyMLE.
Referenced by IMPL_LINK_NOARG().
|
private |
Definition at line 115 of file mmgreetingspage.hxx.
Referenced by GetBody(), SetBody(), and SwMailBodyDialog().
|
private |
Definition at line 116 of file mmgreetingspage.hxx.
Referenced by SwMailBodyDialog().