LibreOffice Module svx (master) 1
|
#include <sal/config.h>
#include <sal/types.h>
#include <vcl/event.hxx>
#include <vcl/toolbox.hxx>
#include <sfx2/bindings.hxx>
#include <svtools/toolbarmenu.hxx>
#include <svx/dialmgr.hxx>
#include <lboxctrl.hxx>
#include <tools/urlobj.hxx>
#include <svx/strings.hrc>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
Go to the source code of this file.
Classes | |
class | SvxPopupWindowListBox |
Functions | |
IMPL_LINK (SvxPopupWindowListBox, MouseMoveHdl, const MouseEvent &, rMEvt, bool) | |
IMPL_LINK (SvxPopupWindowListBox, MousePressHdl, const MouseEvent &, rMEvt, bool) | |
IMPL_LINK (SvxPopupWindowListBox, MouseReleaseHdl, const MouseEvent &, rMEvt, bool) | |
IMPL_LINK (SvxPopupWindowListBox, KeyInputHdl, const KeyEvent &, rKEvt, bool) | |
IMPL_LINK_NOARG (SvxPopupWindowListBox, ActivateHdl, weld::TreeView &, bool) | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_svx_UndoRedoToolBoxControl_get_implementation (css::uno::XComponentContext *rContext, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_svx_UndoRedoToolBoxControl_get_implementation | ( | css::uno::XComponentContext * | rContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 340 of file lboxctrl.cxx.
IMPL_LINK | ( | SvxPopupWindowListBox | , |
KeyInputHdl | , | ||
const KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 153 of file lboxctrl.cxx.
References vcl::KeyCode::GetCode(), vcl::KeyCode::GetModifier(), i, KEY_DOWN, KEY_PAGEDOWN, KEY_PAGEUP, KEY_UP, nCount, and nIndex.
IMPL_LINK | ( | SvxPopupWindowListBox | , |
MouseMoveHdl | , | ||
const MouseEvent & | , | ||
rMEvt | , | ||
bool | |||
) |
Definition at line 129 of file lboxctrl.cxx.
IMPL_LINK | ( | SvxPopupWindowListBox | , |
MousePressHdl | , | ||
const MouseEvent & | , | ||
rMEvt | , | ||
bool | |||
) |
Definition at line 136 of file lboxctrl.cxx.
IMPL_LINK | ( | SvxPopupWindowListBox | , |
MouseReleaseHdl | , | ||
const MouseEvent & | , | ||
rMEvt | , | ||
bool | |||
) |
Definition at line 146 of file lboxctrl.cxx.
IMPL_LINK_NOARG | ( | SvxPopupWindowListBox | , |
ActivateHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 202 of file lboxctrl.cxx.
References m_xControl.