LibreOffice Module cui (master) 1
Functions | Variables
grfpage.cxx File Reference
#include <memory>
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
#include <dialmgr.hxx>
#include <svx/dlgutil.hxx>
#include <editeng/sizeitem.hxx>
#include <editeng/brushitem.hxx>
#include <grfpage.hxx>
#include <svx/grfcrop.hxx>
#include <rtl/ustring.hxx>
#include <tools/debug.hxx>
#include <tools/fract.hxx>
#include <svx/svxids.hrc>
#include <strings.hrc>
#include <vcl/fieldvalues.hxx>
#include <vcl/outdev.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <svtools/unitconv.hxx>
#include <svtools/optionsdrawinglayer.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <o3tl/unit_conversion.hxx>
Include dependency graph for grfpage.cxx:

Go to the source code of this file.

Functions

static int lcl_GetValue (const weld::MetricSpinButton &rMetric, FieldUnit eUnit)
 
 IMPL_LINK (SvxGrfCropPage, ZoomHdl, weld::MetricSpinButton &, rField, void)
 
 IMPL_LINK (SvxGrfCropPage, SizeHdl, weld::MetricSpinButton &, rField, void)
 
 IMPL_LINK (SvxGrfCropPage, CropModifyHdl, weld::MetricSpinButton &, rField, void)
 
 IMPL_LINK_NOARG (SvxGrfCropPage, OrigSizeHdl, weld::Button &, void)
 

Variables

constexpr auto CM_1_TO_TWIP = o3tl::convert(1, o3tl::Length::cm, o3tl::Length::twip)
 

Function Documentation

◆ IMPL_LINK() [1/3]

IMPL_LINK ( SvxGrfCropPage  ,
CropModifyHdl  ,
weld::MetricSpinButton ,
rField  ,
void   
)

◆ IMPL_LINK() [2/3]

IMPL_LINK ( SvxGrfCropPage  ,
SizeHdl  ,
weld::MetricSpinButton ,
rField  ,
void   
)

◆ IMPL_LINK() [3/3]

IMPL_LINK ( SvxGrfCropPage  ,
ZoomHdl  ,
weld::MetricSpinButton ,
rField  ,
void   
)

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( SvxGrfCropPage  ,
OrigSizeHdl  ,
weld::Button ,
void   
)

◆ lcl_GetValue()

static int lcl_GetValue ( const weld::MetricSpinButton rMetric,
FieldUnit  eUnit 
)
static

Variable Documentation

◆ CM_1_TO_TWIP

constexpr auto CM_1_TO_TWIP = o3tl::convert(1, o3tl::Length::cm, o3tl::Length::twip)
constexpr

Definition at line 44 of file grfpage.cxx.

Referenced by SvxGrfCropPage::Reset(), and SvxCropExample::SetDrawingArea().