Home
last modified time | relevance | path

Searched defs:TreeListBox (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx107 TreeListBox::TreeListBox(std::unique_ptr<weld::TreeView> xTreeView, bool bSQLType) in TreeListBox() function in dbaui::TreeListBox
135 IMPL_LINK(TreeListBox, KeyInputHdl, const KeyEvent&, rKEvt, bool) in IMPL_LINK() argument
176 IMPL_LINK_NOARG(TreeListBox, SelectHdl, weld::TreeView&, void) in IMPL_LINK_NOARG() argument
206 IMPL_LINK(TreeListBox, DragBeginHdl, bool&, rUnsetDragIcon, bool) in IMPL_LINK() argument
283 IMPL_LINK(TreeListBox, QueryTooltipHdl, const weld::TreeIter&, rIter, OUString) in IMPL_LINK() argument
345 IMPL_LINK(TreeListBox, CommandHdl, const CommandEvent&, rCEvt, bool) in IMPL_LINK() argument
466 IMPL_LINK_NOARG(TreeListBox, OnTimeOut, Timer*, void) in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A Ddbtreelistbox.hxx56 class TreeListBox class
/dports/devel/py-urwid/urwid-2.1.2/docs/reference/
H A Dwidget.rst162 TreeListBox subsection
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/inc/
H A Dbastype2.hxx179 class TreeListBox : public SvTreeListBox, public DocumentEventListener class
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dtreetools.py416 class TreeListBox(urwid.ListBox): class
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbastype2.cxx161 TreeListBox::TreeListBox (vcl::Window* pParent, WinBits nStyle) in TreeListBox() function in basctl::TreeListBox