LibreOffice Module dbaccess (master) 1
Macros | Functions
querydlg.cxx File Reference
#include "querydlg.hxx"
#include <JoinController.hxx>
#include <JoinDesignView.hxx>
#include <strings.hrc>
#include <comphelper/diagnose_ex.hxx>
#include "QTableConnectionData.hxx"
#include <core_resource.hxx>
#include <QueryTableView.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <RelationControl.hxx>
Include dependency graph for querydlg.cxx:

Go to the source code of this file.

Macros

#define ID_INNER_JOIN   1
 
#define ID_LEFT_JOIN   2
 
#define ID_RIGHT_JOIN   3
 
#define ID_FULL_JOIN   4
 
#define ID_CROSS_JOIN   5
 

Functions

 IMPL_LINK_NOARG (DlgQryJoin, LBChangeHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (DlgQryJoin, OKClickHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (DlgQryJoin, NaturalToggleHdl, weld::Toggleable &, void)
 

Macro Definition Documentation

◆ ID_CROSS_JOIN

#define ID_CROSS_JOIN   5

Definition at line 36 of file querydlg.cxx.

◆ ID_FULL_JOIN

#define ID_FULL_JOIN   4

Definition at line 35 of file querydlg.cxx.

◆ ID_INNER_JOIN

#define ID_INNER_JOIN   1

Definition at line 32 of file querydlg.cxx.

◆ ID_LEFT_JOIN

#define ID_LEFT_JOIN   2

Definition at line 33 of file querydlg.cxx.

◆ ID_RIGHT_JOIN

#define ID_RIGHT_JOIN   3

Definition at line 34 of file querydlg.cxx.

Function Documentation

◆ IMPL_LINK_NOARG() [1/3]

IMPL_LINK_NOARG ( DlgQryJoin  ,
LBChangeHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [2/3]

IMPL_LINK_NOARG ( DlgQryJoin  ,
NaturalToggleHdl  ,
weld::Toggleable ,
void   
)

◆ IMPL_LINK_NOARG() [3/3]

IMPL_LINK_NOARG ( DlgQryJoin  ,
OKClickHdl  ,
weld::Button ,
void   
)

Definition at line 221 of file querydlg.cxx.

References m_xDialog, and RET_OK.