LibreOffice Module svx (master) 1
Functions
itemwin.cxx File Reference
#include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <comphelper/propertyvalue.hxx>
#include <sfx2/tbxctrl.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/module.hxx>
#include <vcl/event.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/virdev.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <svx/xlnwtit.hxx>
#include <svx/xtable.hxx>
#include <svx/itemwin.hxx>
#include <svtools/unitconv.hxx>
#include "linemetricbox.hxx"
Include dependency graph for itemwin.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (SvxMetricField, ModifyHdl, weld::MetricSpinButton &, void)
 
 IMPL_LINK_NOARG (SvxMetricField, FocusInHdl, weld::Widget &, void)
 
 IMPL_LINK (SvxMetricField, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SvxMetricField  ,
KeyInputHdl  ,
const KeyEvent ,
rKEvt  ,
bool   
)

Definition at line 145 of file itemwin.cxx.

References KEY_ESCAPE, and m_xWidget.

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( SvxMetricField  ,
FocusInHdl  ,
weld::Widget ,
void   
)

Definition at line 140 of file itemwin.cxx.

References m_xWidget.

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( SvxMetricField  ,
ModifyHdl  ,
weld::MetricSpinButton ,
void   
)