LibreOffice Module dbaccess (master) 1
|
#include <adtabdlg.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <core_resource.hxx>
#include <strings.hrc>
#include <connectivity/dbtools.hxx>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
#include <com/sun/star/sdbcx/XViewsSupplier.hpp>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <imageprovider.hxx>
#include <comphelper/containermultiplexer.hxx>
#include <cppuhelper/basemutex.hxx>
#include <algorithm>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (OAddTableDlg, AddClickHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (OAddTableDlg, TableListDoubleClickHdl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (OAddTableDlg, TableListSelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (OAddTableDlg, CloseClickHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (OAddTableDlg, OnTypeSelected, weld::Toggleable &, void) | |
IMPL_LINK_NOARG | ( | OAddTableDlg | , |
AddClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 405 of file adtabdlg.cxx.
IMPL_LINK_NOARG | ( | OAddTableDlg | , |
CloseClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 432 of file adtabdlg.cxx.
IMPL_LINK_NOARG | ( | OAddTableDlg | , |
OnTypeSelected | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 437 of file adtabdlg.cxx.
References Tables.
IMPL_LINK_NOARG | ( | OAddTableDlg | , |
TableListDoubleClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 410 of file adtabdlg.cxx.
References m_rContext, m_xDialog, and RET_CLOSE.
IMPL_LINK_NOARG | ( | OAddTableDlg | , |
TableListSelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 427 of file adtabdlg.cxx.