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

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)
 

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( ListBox  ,
ImplFocusHdl  ,
sal_Int32  ,
nPos  ,
void   
)

Definition at line 192 of file listbox.cxx.

References ListboxFocus, and nPos.

◆ IMPL_LINK() [2/2]

IMPL_LINK ( ListBox  ,
ImplSelectionChangedHdl  ,
sal_Int32  ,
nChanged  ,
void   
)

◆ IMPL_LINK_NOARG() [1/7]

IMPL_LINK_NOARG ( ListBox  ,
ImplCancelHdl  ,
LinkParamNone ,
void   
)

Definition at line 207 of file listbox.cxx.

◆ IMPL_LINK_NOARG() [2/7]

IMPL_LINK_NOARG ( ListBox  ,
ImplClickBtnHdl  ,
void *  ,
void   
)

Definition at line 247 of file listbox.cxx.

References DropdownOpen, and DropdownPreOpen.

◆ IMPL_LINK_NOARG() [3/7]

IMPL_LINK_NOARG ( ListBox  ,
ImplDoubleClickHdl  ,
ImplListBoxWindow ,
void   
)

Definition at line 242 of file listbox.cxx.

◆ IMPL_LINK_NOARG() [4/7]

IMPL_LINK_NOARG ( ListBox  ,
ImplListItemSelectHdl  ,
LinkParamNone ,
void   
)

Definition at line 197 of file listbox.cxx.

References DropdownSelect.

◆ IMPL_LINK_NOARG() [5/7]

IMPL_LINK_NOARG ( ListBox  ,
ImplPopupModeEndHdl  ,
FloatingWindow ,
void   
)

◆ IMPL_LINK_NOARG() [6/7]

IMPL_LINK_NOARG ( ListBox  ,
ImplScrollHdl  ,
ImplListBox ,
void   
)

Definition at line 202 of file listbox.cxx.

References ListboxScrolled.

◆ IMPL_LINK_NOARG() [7/7]

IMPL_LINK_NOARG ( ListBox  ,
ImplSelectHdl  ,
LinkParamNone ,
void   
)

Definition at line 167 of file listbox.cxx.

References bPopup, and Select.