LibreOffice Module dbaccess (master) 1
|
#include <TableWindow.hxx>
#include <TableWindowListBox.hxx>
#include <TableWindowData.hxx>
#include <imageprovider.hxx>
#include <JoinController.hxx>
#include <JoinTableView.hxx>
#include <JoinDesignView.hxx>
#include <osl/diagnose.h>
#include <utility>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/ptrstyle.hxx>
#include <vcl/wall.hxx>
#include <vcl/weldutils.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
#include <bitmaps.hlst>
#include <TableWindowAccess.hxx>
#include <connectivity/dbtools.hxx>
Go to the source code of this file.
Macros | |
#define | TABWIN_SIZING_AREA 4 |
#define | TABWIN_WIDTH_MIN 90 |
#define | TABWIN_HEIGHT_MIN 80 |
#define TABWIN_HEIGHT_MIN 80 |
Definition at line 62 of file TableWindow.cxx.
#define TABWIN_SIZING_AREA 4 |
Definition at line 60 of file TableWindow.cxx.
#define TABWIN_WIDTH_MIN 90 |
Definition at line 61 of file TableWindow.cxx.