LibreOffice Module dbaccess (master) 1
|
#include <TableWindowListBox.hxx>
#include <TableWindow.hxx>
#include <JoinController.hxx>
#include <JoinExchange.hxx>
#include <JoinTableView.hxx>
#include <JoinDesignView.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <vcl/svapp.hxx>
#include <vcl/commandevent.hxx>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (OTableWindowListBox, CommandHdl, const CommandEvent &, rCEvt, bool) | |
IMPL_LINK_NOARG (OTableWindowListBox, ScrollHdl, weld::TreeView &, void) | |
IMPL_LINK (OTableWindowListBox, DragBeginHdl, bool &, rUnsetDragIcon, bool) | |
IMPL_LINK_NOARG (OTableWindowListBox, LookForUiHdl, void *, void) | |
IMPL_LINK_NOARG (OTableWindowListBox, DropHdl, void *, void) | |
IMPL_LINK_NOARG (OTableWindowListBox, OnDoubleClick, weld::TreeView &, bool) | |
IMPL_LINK | ( | OTableWindowListBox | , |
CommandHdl | , | ||
const CommandEvent & | , | ||
rCEvt | , | ||
bool | |||
) |
Definition at line 62 of file TableWindowListBox.cxx.
IMPL_LINK | ( | OTableWindowListBox | , |
DragBeginHdl | , | ||
bool & | , | ||
rUnsetDragIcon | , | ||
bool | |||
) |
Definition at line 132 of file TableWindowListBox.cxx.
References dbaui::OJoinDesignView::getController(), and dbaui::OJoinTableView::getDesignView().
IMPL_LINK_NOARG | ( | OTableWindowListBox | , |
DropHdl | , | ||
void * | , | ||
void | |||
) |
Definition at line 199 of file TableWindowListBox.cxx.
References dbaui::OJoinTableView::AddConnection().
IMPL_LINK_NOARG | ( | OTableWindowListBox | , |
LookForUiHdl | , | ||
void * | , | ||
void | |||
) |
Definition at line 193 of file TableWindowListBox.cxx.
IMPL_LINK_NOARG | ( | OTableWindowListBox | , |
OnDoubleClick | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 263 of file TableWindowListBox.cxx.
References vcl::Window::GetParent().
IMPL_LINK_NOARG | ( | OTableWindowListBox | , |
ScrollHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 126 of file TableWindowListBox.cxx.