LibreOffice Module dbaccess (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <svtools/editbrowsebox.hxx>
#include <TableFieldDescription.hxx>
#include <TableWindowListBox.hxx>
#include <QEnumTypes.hxx>
#include <com/sun/star/sdbc/XConnection.hpp>
Go to the source code of this file.
Classes | |
class | dbaui::OSelectionBrowseBox |
Namespaces | |
namespace | connectivity |
namespace | dbaui |
Macros | |
#define | BROW_FIELD_ROW 0 |
#define | BROW_COLUMNALIAS_ROW 1 |
#define | BROW_TABLE_ROW 2 |
#define | BROW_ORDER_ROW 3 |
#define | BROW_VIS_ROW 4 |
#define | BROW_FUNCTION_ROW 5 |
#define | BROW_CRIT1_ROW 6 |
#define | BROW_CRIT2_ROW 7 |
#define | BROW_CRIT3_ROW 8 |
#define | BROW_CRIT4_ROW 9 |
#define | BROW_CRIT5_ROW 10 |
#define | BROW_CRIT6_ROW 11 |
#define | BROW_ROW_CNT 12 |
#define BROW_COLUMNALIAS_ROW 1 |
Definition at line 39 of file SelectionBrowseBox.hxx.
#define BROW_CRIT1_ROW 6 |
Definition at line 44 of file SelectionBrowseBox.hxx.
#define BROW_CRIT2_ROW 7 |
Definition at line 45 of file SelectionBrowseBox.hxx.
#define BROW_CRIT3_ROW 8 |
Definition at line 46 of file SelectionBrowseBox.hxx.
#define BROW_CRIT4_ROW 9 |
Definition at line 47 of file SelectionBrowseBox.hxx.
#define BROW_CRIT5_ROW 10 |
Definition at line 48 of file SelectionBrowseBox.hxx.
#define BROW_CRIT6_ROW 11 |
Definition at line 49 of file SelectionBrowseBox.hxx.
#define BROW_FIELD_ROW 0 |
Definition at line 38 of file SelectionBrowseBox.hxx.
#define BROW_FUNCTION_ROW 5 |
Definition at line 43 of file SelectionBrowseBox.hxx.
#define BROW_ORDER_ROW 3 |
Definition at line 41 of file SelectionBrowseBox.hxx.
#define BROW_ROW_CNT 12 |
Definition at line 50 of file SelectionBrowseBox.hxx.
#define BROW_TABLE_ROW 2 |
Definition at line 40 of file SelectionBrowseBox.hxx.
#define BROW_VIS_ROW 4 |
Definition at line 42 of file SelectionBrowseBox.hxx.