|
LibreOffice Module sfx2 (master) 1
|
#include <commandpopup/CommandPopup.hxx>#include <sfx2/msgpool.hxx>#include <sfx2/bindings.hxx>#include <sfx2/msg.hxx>#include <sfx2/viewfrm.hxx>#include <comphelper/processfactory.hxx>#include <comphelper/dispatchcommand.hxx>#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>#include <com/sun/star/util/URL.hpp>#include <com/sun/star/util/URLTransformer.hpp>#include <com/sun/star/i18n/CharacterClassification.hpp>#include <vcl/commandinfoprovider.hxx>#include <vcl/event.hxx>#include <vcl/svapp.hxx>#include <i18nlangtag/languagetag.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK_NOARG (CommandListBox, QueryTooltip, const weld::TreeIter &, OUString) | |
| IMPL_LINK_NOARG (CommandListBox, RowActivated, weld::TreeView &, bool) | |
| IMPL_LINK (CommandListBox, TreeViewKeyPress, const KeyEvent &, rKeyEvent, bool) | |
| IMPL_LINK_NOARG (CommandListBox, ModifyHdl, weld::Entry &, void) | |
| IMPL_LINK_NOARG (CommandPopupHandler, PopupModeEnd, weld::Popover &, void) | |
| IMPL_LINK | ( | CommandListBox | , |
| TreeViewKeyPress | , | ||
| const KeyEvent & | , | ||
| rKeyEvent | , | ||
| bool | |||
| ) |
Definition at line 233 of file CommandPopup.cxx.
References KEY_DOWN, KEY_RETURN, and KEY_UP.
| IMPL_LINK_NOARG | ( | CommandListBox | , |
| ModifyHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) |
Definition at line 253 of file CommandPopup.cxx.
| IMPL_LINK_NOARG | ( | CommandListBox | , |
| QueryTooltip | , | ||
| const weld::TreeIter & | , | ||
| OUString | |||
| ) |
Definition at line 209 of file CommandPopup.cxx.
| IMPL_LINK_NOARG | ( | CommandListBox | , |
| RowActivated | , | ||
| weld::TreeView & | , | ||
| bool | |||
| ) |
Definition at line 220 of file CommandPopup.cxx.
| IMPL_LINK_NOARG | ( | CommandPopupHandler | , |
| PopupModeEnd | , | ||
| weld::Popover & | , | ||
| void | |||
| ) |
Definition at line 291 of file CommandPopup.cxx.