LibreOffice Module dbaccess (master) 1
Classes | Namespaces | Macros | Typedefs | Functions
RelationControl.cxx File Reference
#include <RelationControl.hxx>
#include <svtools/editbrowsebox.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <comphelper/diagnose_ex.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <TableConnectionData.hxx>
#include <TableConnection.hxx>
#include <TableWindow.hxx>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <RelControliFace.hxx>
#include <helpids.h>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <vector>
#include <utility>
Include dependency graph for RelationControl.cxx:

Go to the source code of this file.

Classes

class  dbaui::ORelationControl
 

Namespaces

namespace  dbaui
 

Macros

#define SOURCE_COLUMN   1
 
#define DEST_COLUMN   2
 

Typedefs

typedef ::svt::EditBrowseBox dbaui::ORelationControl_Base
 

Functions

 dbaui::IMPL_LINK_NOARG (ORelationControl, AsynchActivate, void *, void)
 
 dbaui::IMPL_LINK_NOARG (ORelationControl, AsynchDeactivate, void *, void)
 
 dbaui::IMPL_LINK (OTableListBoxControl, OnTableChanged, weld::ComboBox &, rListBox, void)
 
static void dbaui::fillEntryAndDisable (weld::ComboBox &_rListBox, const OUString &_sEntry)
 

Macro Definition Documentation

◆ DEST_COLUMN

#define DEST_COLUMN   2

Definition at line 43 of file RelationControl.cxx.

◆ SOURCE_COLUMN

#define SOURCE_COLUMN   1

Definition at line 42 of file RelationControl.cxx.