#include <addresslistdialog.hxx>
|
void | DetectTablesAndQueries (int Select, bool bWidthDialog) |
|
| DECL_LINK (FilterHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (LoadHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (CreateHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (RemoveHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (ListBoxSelectHdl_Impl, weld::TreeView &, void) |
|
| DECL_LINK (EditHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (TableSelectHdl_Impl, weld::Button &, void) |
|
void | TableSelectHdl (const weld::Button *pButton) |
|
| DECL_LINK (OKHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (StaticListBoxSelectHdl_Impl, void *, void) |
|
Definition at line 44 of file addresslistdialog.hxx.
◆ SwAddressListDialog()
Definition at line 120 of file addresslistdialog.cxx.
References SwDBConfig::GetBibliographySource(), SwMailMergeConfigItem::GetColumnsSupplier(), SwMailMergeWizard::GetConfigItem(), SwMailMergeConfigItem::GetConnection(), SwMailMergeConfigItem::GetCurrentDBData(), SwMailMergeConfigItem::GetFilter(), SwMailMergeConfigItem::GetResultSet(), SwMailMergeConfigItem::GetSource(), SwMailMergeAddressBlockPage::GetWizard(), lcl_getFlatURL(), LINK, m_aDBData, m_aUserData, m_pAddressPage, m_sConnecting, m_xConnecting, m_xCreateListPB, m_xDBContext, m_xDescriptionFI, m_xEditPB, m_xFilterPB, m_xIter, m_xListLB, m_xLoadListPB, m_xOK, m_xRemovePB, m_xTablePB, SwDBData::nCommandType, AddressUserData_Impl::nCommandType, SwDBData::sCommand, SwDBData::sDataSource, AddressUserData_Impl::sFilter, AddressUserData_Impl::sURL, TableSelectHdl(), weld::toId(), SWUnoHelper::UCB_IsFile(), SWUnoHelper::UCB_IsReadOnlyFileName(), AddressUserData_Impl::xColumnsSupplier, AddressUserData_Impl::xConnection, AddressUserData_Impl::xResultSet, and AddressUserData_Impl::xSource.
◆ ~SwAddressListDialog()
SwAddressListDialog::~SwAddressListDialog |
( |
| ) |
|
|
overridevirtual |
◆ DECL_LINK() [1/9]
SwAddressListDialog::DECL_LINK |
( |
CreateHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [2/9]
SwAddressListDialog::DECL_LINK |
( |
EditHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [3/9]
SwAddressListDialog::DECL_LINK |
( |
FilterHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [4/9]
SwAddressListDialog::DECL_LINK |
( |
ListBoxSelectHdl_Impl |
, |
|
|
weld::TreeView & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [5/9]
SwAddressListDialog::DECL_LINK |
( |
LoadHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [6/9]
SwAddressListDialog::DECL_LINK |
( |
OKHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [7/9]
SwAddressListDialog::DECL_LINK |
( |
RemoveHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [8/9]
SwAddressListDialog::DECL_LINK |
( |
StaticListBoxSelectHdl_Impl |
, |
|
|
void * |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [9/9]
SwAddressListDialog::DECL_LINK |
( |
TableSelectHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DetectTablesAndQueries()
void SwAddressListDialog::DetectTablesAndQueries |
( |
int |
Select, |
|
|
bool |
bWidthDialog |
|
) |
| |
|
private |
Definition at line 470 of file addresslistdialog.cxx.
References Exception, SwDBManager::GetColumnSupplier(), SwSelectDBTableDialog::GetSelectedTable(), utl::SharedUNOComponent< class INTERFACE, class COMPONENT >::is(), lcl_getFlatURL(), m_aDBData, m_xDBContext, m_xDialog, m_xFilterPB, m_xListLB, m_xOK, m_xTablePB, SwDBData::nCommandType, AddressUserData_Impl::nCommandType, AddressUserData_Impl::nTableAndQueryCount, QUERY, RET_OK, SwDBData::sCommand, SwDBData::sDataSource, SwSelectDBTableDialog::SetSelectedTable(), AddressUserData_Impl::sURL, TABLE, TOOLS_WARN_EXCEPTION, AddressUserData_Impl::xColumnsSupplier, AddressUserData_Impl::xConnection, and AddressUserData_Impl::xSource.
Referenced by TableSelectHdl().
◆ GetColumnsSupplier()
uno::Reference< XColumnsSupplier > SwAddressListDialog::GetColumnsSupplier |
( |
| ) |
const |
◆ GetConnection()
◆ GetDBData()
const SwDBData & SwAddressListDialog::GetDBData |
( |
| ) |
const |
|
inline |
◆ GetFilter()
OUString SwAddressListDialog::GetFilter |
( |
| ) |
const |
◆ GetSource()
uno::Reference< XDataSource > SwAddressListDialog::GetSource |
( |
| ) |
const |
◆ TableSelectHdl()
void SwAddressListDialog::TableSelectHdl |
( |
const weld::Button * |
pButton | ) |
|
|
private |
◆ m_aDBData
◆ m_aUserData
◆ m_bInSelectHdl
bool SwAddressListDialog::m_bInSelectHdl |
|
private |
◆ m_pAddressPage
◆ m_sConnecting
OUString SwAddressListDialog::m_sConnecting |
|
private |
◆ m_xConnecting
std::unique_ptr<weld::Label> SwAddressListDialog::m_xConnecting |
|
private |
◆ m_xCreateListPB
std::unique_ptr<weld::Button> SwAddressListDialog::m_xCreateListPB |
|
private |
◆ m_xDBContext
css::uno::Reference< css::sdb::XDatabaseContext> SwAddressListDialog::m_xDBContext |
|
private |
◆ m_xDescriptionFI
std::unique_ptr<weld::Label> SwAddressListDialog::m_xDescriptionFI |
|
private |
◆ m_xEditPB
std::unique_ptr<weld::Button> SwAddressListDialog::m_xEditPB |
|
private |
◆ m_xFilterPB
std::unique_ptr<weld::Button> SwAddressListDialog::m_xFilterPB |
|
private |
◆ m_xIter
◆ m_xListLB
◆ m_xLoadListPB
std::unique_ptr<weld::Button> SwAddressListDialog::m_xLoadListPB |
|
private |
◆ m_xOK
◆ m_xRemovePB
std::unique_ptr<weld::Button> SwAddressListDialog::m_xRemovePB |
|
private |
◆ m_xTablePB
std::unique_ptr<weld::Button> SwAddressListDialog::m_xTablePB |
|
private |
The documentation for this class was generated from the following files: