#include <JoinTableView.hxx>
#include <osl/diagnose.h>
#include <JoinController.hxx>
#include <JoinDesignView.hxx>
#include <TableWindow.hxx>
#include <TableWindowListBox.hxx>
#include <TableConnection.hxx>
#include <TableConnectionData.hxx>
#include <ConnectionLine.hxx>
#include <ConnectionLineData.hxx>
#include <browserids.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include "QueryMoveTabWinUndoAct.hxx"
#include "QuerySizeTabWinUndoAct.hxx"
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/ptrstyle.hxx>
#include <vcl/weldutils.hxx>
#include <TableWindowData.hxx>
#include <JAccess.hxx>
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <cppuhelper/exc_hlp.hxx>
#include <connectivity/dbtools.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <algorithm>
#include <functional>
Go to the source code of this file.
|
| IMPL_LINK (OJoinTableView, HorzScrollHdl, weld::Scrollbar &, rScrollbar, void) |
|
| IMPL_LINK (OJoinTableView, VertScrollHdl, weld::Scrollbar &, rScrollbar, void) |
|
| IMPL_LINK_NOARG (OJoinTableView, OnDragScrollTimer, Timer *, void) |
|
◆ LINE_SIZE
◆ TABWIN_HEIGHT_STD
#define TABWIN_HEIGHT_STD 120 |
◆ TABWIN_SPACING_X
#define TABWIN_SPACING_X 17 |
◆ TABWIN_SPACING_Y
#define TABWIN_SPACING_Y 17 |
◆ TABWIN_WIDTH_STD
#define TABWIN_WIDTH_STD 120 |
◆ IMPL_LINK() [1/2]
◆ IMPL_LINK() [2/2]
◆ IMPL_LINK_NOARG()