LibreOffice Module svx (master)
1
|
#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 | |
svx | |
Functions | |
bool | svx::ShowBorderBackgroundDlg (weld::Window *pParent, SfxItemSet *pBBSet) |
IMPL_LINK (SvxHFPage, TurnOnHdl, weld::ToggleButton &, rBox, void) | |
IMPL_LINK_NOARG (SvxHFPage, BackgroundHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHFPage, ValueChangeHdl, weld::MetricSpinButton &, void) | |
Variables | |
const tools::Long | MINBODY = 56 |
const tools::Long | DEF_DIST_WRITER = 500 |
const tools::Long | DEF_DIST_CALC = 250 |
IMPL_LINK | ( | SvxHFPage | , |
TurnOnHdl | , | ||
weld::ToggleButton & | , | ||
rBox | , | ||
void | |||
) |
IMPL_LINK_NOARG | ( | SvxHFPage | , |
BackgroundHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 530 of file hdft.cxx.
References a, SvxAbstractDialogFactory::Create(), SvxAbstractDialogFactory::CreateSvxBorderBackgroundDlg(), GetFrameWeld(), SfxItemSet::GetItem(), GetItemSet(), GetWhich(), IsInvalidItem(), nId, RET_OK, setSvxBrushItemAsFillAttributesToTargetSet(), 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 55 of file hdft.cxx.
Referenced by SvxHFPage::Reset().
const tools::Long DEF_DIST_WRITER = 500 |
Definition at line 54 of file hdft.cxx.
Referenced by SvxHFPage::Reset().
const tools::Long MINBODY = 56 |
Definition at line 51 of file hdft.cxx.
Referenced by SvxHFPage::RangeHdl().