LibreOffice Module vcl (master) 1
|
#include <vcl/builder.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/toolkit/lstbox.hxx>
#include <vcl/settings.hxx>
#include <vcl/uitest/uiobject.hxx>
#include <sal/log.hxx>
#include <svdata.hxx>
#include <listbox.hxx>
#include <dndeventdispatcher.hxx>
#include <comphelper/lok.hxx>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <boost/property_tree/ptree.hpp>
#include <tools/json_writer.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ListBox, ImplSelectHdl, LinkParamNone *, void) | |
IMPL_LINK (ListBox, ImplFocusHdl, sal_Int32, nPos, void) | |
IMPL_LINK_NOARG (ListBox, ImplListItemSelectHdl, LinkParamNone *, void) | |
IMPL_LINK_NOARG (ListBox, ImplScrollHdl, ImplListBox *, void) | |
IMPL_LINK_NOARG (ListBox, ImplCancelHdl, LinkParamNone *, void) | |
IMPL_LINK (ListBox, ImplSelectionChangedHdl, sal_Int32, nChanged, void) | |
IMPL_LINK_NOARG (ListBox, ImplDoubleClickHdl, ImplListBoxWindow *, void) | |
IMPL_LINK_NOARG (ListBox, ImplClickBtnHdl, void *, void) | |
IMPL_LINK_NOARG (ListBox, ImplPopupModeEndHdl, FloatingWindow *, void) | |
Definition at line 192 of file listbox.cxx.
References ListboxFocus, and nPos.
IMPL_LINK | ( | ListBox | , |
ImplSelectionChangedHdl | , | ||
sal_Int32 | , | ||
nChanged | , | ||
void | |||
) |
Definition at line 213 of file listbox.cxx.
References ImplEntryList::FindEntry(), ImplEntryList::GetEntryImage(), ImplEntryList::GetEntryText(), ImplEntryList::GetMRUCount(), ImplEntryList::HasImages(), ImplEntryList::IsEntryPosSelected(), and LISTBOX_ENTRY_NOTFOUND.
IMPL_LINK_NOARG | ( | ListBox | , |
ImplCancelHdl | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 207 of file listbox.cxx.
IMPL_LINK_NOARG | ( | ListBox | , |
ImplClickBtnHdl | , | ||
void * | , | ||
void | |||
) |
Definition at line 247 of file listbox.cxx.
References DropdownOpen, and DropdownPreOpen.
IMPL_LINK_NOARG | ( | ListBox | , |
ImplDoubleClickHdl | , | ||
ImplListBoxWindow * | , | ||
void | |||
) |
Definition at line 242 of file listbox.cxx.
IMPL_LINK_NOARG | ( | ListBox | , |
ImplListItemSelectHdl | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 197 of file listbox.cxx.
References DropdownSelect.
IMPL_LINK_NOARG | ( | ListBox | , |
ImplPopupModeEndHdl | , | ||
FloatingWindow * | , | ||
void | |||
) |
Definition at line 265 of file listbox.cxx.
References DropdownClose, VclReferenceBase::isDisposed(), LISTBOX_ENTRY_NOTFOUND, and Select.
IMPL_LINK_NOARG | ( | ListBox | , |
ImplScrollHdl | , | ||
ImplListBox * | , | ||
void | |||
) |
Definition at line 202 of file listbox.cxx.
References ListboxScrolled.
IMPL_LINK_NOARG | ( | ListBox | , |
ImplSelectHdl | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 167 of file listbox.cxx.