LibreOffice Module framework (master) 1
|
#include <uielement/edittoolbarcontroller.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <comphelper/propertyvalue.hxx>
#include <vcl/InterimItemWindow.hxx>
#include <svtools/toolboxcontroller.hxx>
#include <vcl/svapp.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/event.hxx>
Go to the source code of this file.
Classes | |
class | framework::EditControl |
Namespaces | |
namespace | framework |
Functions | |
framework::IMPL_LINK (EditControl, KeyInputHdl, const ::KeyEvent &, rKEvt, bool) | |
framework::IMPL_LINK_NOARG (EditControl, ModifyHdl, weld::Entry &, void) | |
framework::IMPL_LINK_NOARG (EditControl, FocusInHdl, weld::Widget &, void) | |
framework::IMPL_LINK_NOARG (EditControl, FocusOutHdl, weld::Widget &, void) | |
framework::IMPL_LINK_NOARG (EditControl, ActivateHdl, weld::Entry &, bool) | |