#include <dbtreelistbox.hxx>
#include <dbexchange.hxx>
#include <callbacks.hxx>
#include <com/sun/star/awt/PopupMenuDirection.hpp>
#include <com/sun/star/ui/XContextMenuInterceptor.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XPopupMenuController.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/interfacecontainer2.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <dbaccess/IController.hxx>
#include <framework/actiontriggerhelper.hxx>
#include <toolkit/awt/vclxmenu.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <svx/dbaobjectex.hxx>
#include <utility>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/svapp.hxx>
#include <memory>
Go to the source code of this file.
|
| dbaui::IMPL_LINK (TreeListBox, KeyInputHdl, const KeyEvent &, rKEvt, bool) |
|
| dbaui::IMPL_LINK_NOARG (TreeListBox, SelectHdl, weld::TreeView &, void) |
|
| dbaui::IMPL_LINK (TreeListBox, DragBeginHdl, bool &, rUnsetDragIcon, bool) |
|
| dbaui::IMPL_LINK (TreeListBox, QueryTooltipHdl, const weld::TreeIter &, rIter, OUString) |
|
| dbaui::IMPL_LINK (TreeListBox, CommandHdl, const CommandEvent &, rCEvt, bool) |
|
| dbaui::IMPL_LINK_NOARG (TreeListBox, OnTimeOut, Timer *, void) |
|
◆ m_aSelection