|
LibreOffice Module dbaccess (master) 1
|
#include <sal/config.h>#include <map>#include <strings.hrc>#include <strings.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <browserids.hxx>#include <comphelper/types.hxx>#include <core_resource.hxx>#include <connectivity/dbtools.hxx>#include <com/sun/star/sdbcx/XTablesSupplier.hpp>#include <com/sun/star/sdbcx/KeyType.hpp>#include <com/sun/star/sdbcx/XKeysSupplier.hpp>#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>#include <com/sun/star/sdbc/SQLException.hpp>#include <com/sun/star/sdbc/XRow.hpp>#include <connectivity/dbexception.hxx>#include <connectivity/dbmetadata.hxx>#include <sqlmessage.hxx>#include <RelationController.hxx>#include <TableWindowData.hxx>#include <UITools.hxx>#include <RTableConnectionData.hxx>#include <RelationTableView.hxx>#include <RelationDesignView.hxx>#include <comphelper/diagnose_ex.hxx>#include <osl/thread.hxx>#include <osl/mutex.hxx>Go to the source code of this file.
Macros | |
| #define | MAX_THREADS 10 |
Functions | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | org_openoffice_comp_dbu_ORelationDesign_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| IMPL_LINK_NOARG (ORelationController, OnThreadFinished, void *, void) | |
| #define MAX_THREADS 10 |
Definition at line 51 of file RelationController.cxx.
| IMPL_LINK_NOARG | ( | ORelationController | , |
| OnThreadFinished | , | ||
| void * | , | ||
| void | |||
| ) |
Definition at line 429 of file RelationController.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, Execute(), getMutex(), getView(), and ID_BROWSER_ADDTABLE.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * org_openoffice_comp_dbu_ORelationDesign_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 54 of file RelationController.cxx.