LibreOffice Module svx (master) 1
|
#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>
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 |
IMPL_LINK | ( | SvxHFPage | , |
TurnOnHdl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
IMPL_LINK_NOARG | ( | SvxHFPage | , |
BackgroundHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 519 of file hdft.cxx.
References a, SvxAbstractDialogFactory::Create(), SvxAbstractDialogFactory::CreateSvxBorderBackgroundDlg(), GetFrameWeld(), SfxItemSet::GetItem(), GetItemSet(), GetWhich(), nId, RET_OK, XATTR_FILL_FIRST(), and XATTR_FILL_LAST().
IMPL_LINK_NOARG | ( | SvxHFPage | , |
ValueChangeHdl | , | ||
weld::MetricSpinButton & | , | ||
void | |||
) |
const tools::Long DEF_DIST_CALC = 250 |
Definition at line 58 of file hdft.cxx.
Referenced by SvxHFPage::Reset().
const tools::Long DEF_DIST_WRITER = 500 |
Definition at line 57 of file hdft.cxx.
Referenced by SvxHFPage::Reset().
|
constexpr |
Definition at line 54 of file hdft.cxx.
Referenced by SvxHFPage::RangeHdl().