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 <vcl/svapp.hxx>
#include <unotools/pathoptions.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 <strings.hrc>
#include <map>
Go to the source code of this file.
Classes | |
class | SwAddressControl_Impl |
IMPL_LINK | ( | SwAddressControl_Impl | , |
GotFocusHdl_Impl | , | ||
weld::Widget & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 172 of file createaddresslistdialog.cxx.
References weld::Widget::get_extents_relative_to(), Point, rEdit, x, and y.
IMPL_LINK | ( | SwAddressControl_Impl | , |
EditModifyHdl_Impl | , | ||
weld::Entry & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 191 of file createaddresslistdialog.cxx.
References weld::Entry::get_text(), m_pData, nIndex, and rEdit.
IMPL_LINK | ( | SwCreateAddressListDialog | , |
DBCursorHdl_Impl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 457 of file createaddresslistdialog.cxx.
References nValue.
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
NewHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 323 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 | , |
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 | , |
OkHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 418 of file createaddresslistdialog.cxx.
References SfxMedium::Commit(), ERRCODE_NONE, sfx2::FileDialogHelper::GetFilePicker(), INetURLObject::GetMainURL(), SfxMedium::GetOutStream(), LINEEND_LF, m_sURL, m_xDialog, INetURLObject::NONE, rData, RET_OK, INetURLObject::setExtension(), SvStream::SetLineDelimiter(), and SvStream::SetStreamCharSet().
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
DBNumCursorHdl_Impl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 483 of file createaddresslistdialog.cxx.
IMPL_LINK_NOARG | ( | SwCreateAddressListDialog | , |
RefreshNum_Impl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 489 of file createaddresslistdialog.cxx.
IMPL_LINK_NOARG | ( | SwFindEntryDialog | , |
FindHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 574 of file createaddresslistdialog.cxx.
IMPL_LINK_NOARG | ( | SwFindEntryDialog | , |
FindEnableHdl_Impl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 582 of file createaddresslistdialog.cxx.
IMPL_LINK_NOARG | ( | SwFindEntryDialog | , |
CloseHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 587 of file createaddresslistdialog.cxx.
References m_xDialog.