LibreOffice Module svx (master) 1
Namespaces | Functions | Variables
hdft.cxx File Reference
#include <sal/config.h>
#include <o3tl/unit_conversion.hxx>
#include <svl/itemiter.hxx>
#include <sfx2/objsh.hxx>
#include <svx/svxids.hrc>
#include <svl/intitem.hxx>
#include <svtools/unitconv.hxx>
#include <svx/hdft.hxx>
#include <svx/pageitem.hxx>
#include <svx/dlgutil.hxx>
#include <sfx2/htmlmode.hxx>
#include <osl/diagnose.h>
#include <editeng/brushitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/sizeitem.hxx>
#include <editeng/boxitem.hxx>
#include <svx/svxdlg.hxx>
#include <memory>
#include <svx/xdef.hxx>
#include <svx/xfillit0.hxx>
#include <svx/unobrushitemhelper.hxx>
Include dependency graph for hdft.cxx:

Go to the source code of this file.

Namespaces

namespace  svx
 

Functions

bool svx::ShowBorderBackgroundDlg (weld::Window *pParent, SfxItemSet *pBBSet)
 
 IMPL_LINK (SvxHFPage, TurnOnHdl, weld::Toggleable &, rBox, void)
 
 IMPL_LINK_NOARG (SvxHFPage, BackgroundHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SvxHFPage, ValueChangeHdl, weld::MetricSpinButton &, void)
 

Variables

constexpr tools::Long MINBODY = o3tl::toTwips(1, o3tl::Length::mm)
 
const tools::Long DEF_DIST_WRITER = 500
 
const tools::Long DEF_DIST_CALC = 250
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SvxHFPage  ,
TurnOnHdl  ,
weld::Toggleable ,
rBox  ,
void   
)

Definition at line 514 of file hdft.cxx.

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( SvxHFPage  ,
BackgroundHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( SvxHFPage  ,
ValueChangeHdl  ,
weld::MetricSpinButton ,
void   
)

Definition at line 951 of file hdft.cxx.

Variable Documentation

◆ DEF_DIST_CALC

const tools::Long DEF_DIST_CALC = 250

Definition at line 58 of file hdft.cxx.

Referenced by SvxHFPage::Reset().

◆ DEF_DIST_WRITER

const tools::Long DEF_DIST_WRITER = 500

Definition at line 57 of file hdft.cxx.

Referenced by SvxHFPage::Reset().

◆ MINBODY

constexpr tools::Long MINBODY = o3tl::toTwips(1, o3tl::Length::mm)
constexpr

Definition at line 54 of file hdft.cxx.

Referenced by SvxHFPage::RangeHdl().