LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <cstddef>
#include <osl/diagnose.h>
#include <swtypes.hxx>
#include "createaddresslistdialog.hxx"
#include "customizeaddresslistdialog.hxx"
#include <mmconfigitem.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/docfile.hxx>
#include <rtl/textenc.h>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
#include <tools/urlobj.hxx>
#include <o3tl/string_view.hxx>
#include <strings.hrc>
#include <map>
Go to the source code of this file.
Classes | |
class | SwAddressControl_Impl |
IMPL_LINK | ( | SwAddressControl_Impl | , |
EditModifyHdl_Impl | , | ||
weld::Entry & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 192 of file createaddresslistdialog.cxx.
IMPL_LINK | ( | SwAddressControl_Impl | , |
GotFocusHdl_Impl | , | ||
weld::Widget & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 173 of file createaddresslistdialog.cxx.
IMPL_LINK | ( | SwCreateAddressListDialog | , |
DBCursorHdl_Impl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 455 of file createaddresslistdialog.cxx.
References nValue.
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
CustomizeHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 374 of file createaddresslistdialog.cxx.
References weld::ComboBox::append_text(), weld::ComboBox::clear(), m_xDialog, SwCustomizeAddressListDialog::ReleaseNewData(), and RET_OK.
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
DBNumCursorHdl_Impl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 481 of file createaddresslistdialog.cxx.
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
DeleteHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 338 of file createaddresslistdialog.cxx.
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
FindHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 359 of file createaddresslistdialog.cxx.
References weld::ComboBox::append_text(), and weld::ComboBox::set_active().
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
NewHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 323 of file createaddresslistdialog.cxx.
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
OkHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 418 of file createaddresslistdialog.cxx.
References SfxMedium::Commit(), ERRCODE_NONE, sfx2::FileDialogHelper::Execute(), sfx2::FileDialogHelper::GetFilePicker(), INetURLObject::GetMainURL(), SfxMedium::GetOutStream(), LINEEND_LF, m_sURL, m_xDialog, INetURLObject::NONE, RET_OK, sfx2::FileDialogHelper::SetContext(), INetURLObject::setExtension(), SvStream::SetLineDelimiter(), SvStream::SetStreamCharSet(), u, and sfx2::FileDialogHelper::WriterCreateAddressList.
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
RefreshNum_Impl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 487 of file createaddresslistdialog.cxx.
IMPL_LINK_NOARG | ( | SwFindEntryDialog | , |
CloseHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 585 of file createaddresslistdialog.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | SwFindEntryDialog | , |
FindEnableHdl_Impl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 580 of file createaddresslistdialog.cxx.
IMPL_LINK_NOARG | ( | SwFindEntryDialog | , |
FindHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 572 of file createaddresslistdialog.cxx.