|
LibreOffice Module toolkit (master) 1
|
#include <com/sun/star/graphic/GraphicProvider.hpp>#include <com/sun/star/lang/DisposedException.hpp>#include <com/sun/star/view/SelectionType.hpp>#include <com/sun/star/util/VetoException.hpp>#include <o3tl/any.hxx>#include <helper/property.hxx>#include <toolkit/helper/vclunohelper.hxx>#include <com/sun/star/awt/tree/XMutableTreeNode.hpp>#include <controls/treecontrolpeer.hxx>#include <comphelper/processfactory.hxx>#include <comphelper/propertyvalue.hxx>#include <cppuhelper/implbase.hxx>#include <rtl/ref.hxx>#include <vcl/graph.hxx>#include <vcl/svapp.hxx>#include <vcl/toolkit/treelistbox.hxx>#include <vcl/toolkit/treelistentry.hxx>#include <vcl/toolkit/viewdataentry.hxx>#include <vcl/toolkit/svlbitm.hxx>#include <map>#include <memory>#include <list>Go to the source code of this file.
Classes | |
| class | UnoTreeListBoxImpl |
| class | UnoTreeListEntry |
Functions | |
| IMPL_LINK_NOARG (UnoTreeListBoxImpl, OnSelectionChangeHdl, SvTreeListBox *, void) | |
| IMPL_LINK_NOARG (UnoTreeListBoxImpl, OnExpandingHdl, SvTreeListBox *, bool) | |
| IMPL_LINK_NOARG (UnoTreeListBoxImpl, OnExpandedHdl, SvTreeListBox *, void) | |
| IMPL_LINK_NOARG | ( | UnoTreeListBoxImpl | , |
| OnExpandedHdl | , | ||
| SvTreeListBox * | , | ||
| void | |||
| ) |
Definition at line 1456 of file treecontrolpeer.cxx.
References UnoTreeListEntry::mxNode.
| IMPL_LINK_NOARG | ( | UnoTreeListBoxImpl | , |
| OnExpandingHdl | , | ||
| SvTreeListBox * | , | ||
| bool | |||
| ) |
Definition at line 1444 of file treecontrolpeer.cxx.
References UnoTreeListEntry::mxNode.
| IMPL_LINK_NOARG | ( | UnoTreeListBoxImpl | , |
| OnSelectionChangeHdl | , | ||
| SvTreeListBox * | , | ||
| void | |||
| ) |
Definition at line 1437 of file treecontrolpeer.cxx.