LibreOffice Module dbaccess (master) 1
Namespaces | Functions
dbtreelistbox.cxx File Reference
#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>
Include dependency graph for dbtreelistbox.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaui
 

Functions

 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)
 

Variable Documentation

◆ m_aSelection

Any m_aSelection
private

Definition at line 328 of file dbtreelistbox.cxx.