|
LibreOffice Module sw (master) 1
|
#include "mmgreetingspage.hxx"#include <mailmergewizard.hxx>#include <mmconfigitem.hxx>#include "mmaddressblockpage.hxx"#include <dbui.hrc>#include <com/sun/star/sdb/XColumn.hpp>#include <com/sun/star/sdbc/SQLException.hpp>#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>#include <com/sun/star/container/XNameAccess.hpp>#include <comphelper/diagnose_ex.hxx>#include <swmodule.hxx>#include <view.hxx>Go to the source code of this file.
| IMPL_LINK | ( | SwGreetingsHandler | , |
| GreetingHdl_Impl | , | ||
| weld::Button & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 83 of file mmgreetingspage.cxx.
References weld::ComboBox::append_text(), weld::ComboBox::get_count(), SwCustomizeAddressBlockDialog::GREETING_FEMALE, SwCustomizeAddressBlockDialog::GREETING_MALE, MM_LAYOUTPAGE, RET_OK, and weld::ComboBox::set_active().
| IMPL_LINK | ( | SwMailBodyDialog | , |
| ContainsHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 389 of file mmgreetingspage.cxx.
References SwGreetingsHandler::Contains().
| IMPL_LINK | ( | SwMailMergeGreetingsPage | , |
| ContainsHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 306 of file mmgreetingspage.cxx.
References SwGreetingsHandler::Contains(), and MM_LAYOUTPAGE.
| IMPL_LINK | ( | SwMailMergeGreetingsPage | , |
| InsertDataHdl_Impl | , | ||
| weld::Button & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 321 of file mmgreetingspage.cxx.
References nPos.
| IMPL_LINK_NOARG | ( | SwGreetingsHandler | , |
| IndividualHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 59 of file mmgreetingspage.cxx.
References MM_LAYOUTPAGE.
| IMPL_LINK_NOARG | ( | SwMailBodyDialog | , |
| OKHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 395 of file mmgreetingspage.cxx.
| IMPL_LINK_NOARG | ( | SwMailMergeGreetingsPage | , |
| AssignHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 108 of file mmgreetingspage.cxx.
References MM_LAYOUTPAGE, RET_OK, and sPreview.
| IMPL_LINK_NOARG | ( | SwMailMergeGreetingsPage | , |
| GreetingSelectComboBoxHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 125 of file mmgreetingspage.cxx.
| IMPL_LINK_NOARG | ( | SwMailMergeGreetingsPage | , |
| GreetingSelectListBoxHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 120 of file mmgreetingspage.cxx.
|
static |
Definition at line 37 of file mmgreetingspage.cxx.
References weld::ComboBox::append_text(), eType, SwMailMergeConfigItem::GetCurrentGreeting(), SwMailMergeConfigItem::GetGreetings(), and weld::ComboBox::set_active().
Referenced by SwMailBodyDialog::SwMailBodyDialog(), and SwMailMergeGreetingsPage::SwMailMergeGreetingsPage().
|
static |
Definition at line 47 of file mmgreetingspage.cxx.
References aEntries, eType, weld::ComboBox::get_active(), weld::ComboBox::get_count(), weld::ComboBox::get_text(), SwMailMergeConfigItem::SetCurrentGreeting(), and SwMailMergeConfigItem::SetGreetings().
Referenced by SwMailMergeGreetingsPage::commitPage().