LibreOffice Module dbaccess (master) 1
Macros | Functions
RelationController.cxx File Reference
#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>
Include dependency graph for RelationController.cxx:

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)
 

Macro Definition Documentation

◆ MAX_THREADS

#define MAX_THREADS   10

Definition at line 51 of file RelationController.cxx.

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( ORelationController  ,
OnThreadFinished  ,
void *  ,
void   
)

◆ org_openoffice_comp_dbu_ORelationDesign_get_implementation()

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.