|
LibreOffice Module sw (master) 1
|
#include <hintids.hxx>#include <editeng/paperinf.hxx>#include <editeng/tstpitem.hxx>#include <editeng/lrspitem.hxx>#include <svtools/unitconv.hxx>#include <svx/drawitem.hxx>#include <o3tl/string_view.hxx>#include <osl/diagnose.h>#include <cmdid.h>#include <IDocumentDrawModelAccess.hxx>#include <drawdoc.hxx>#include <wrtsh.hxx>#include <view.hxx>#include "envfmt.hxx"#include <fmtcol.hxx>#include <swuipardlg.hxx>#include <chrdlgmodes.hxx>#include <pardlg.hxx>#include <poolfmt.hxx>#include <uitool.hxx>#include <vector>#include <algorithm>#include <memory>#include <swabstdlg.hxx>#include <swuiexp.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK (SwEnvFormatPage, ModifyHdl, weld::MetricSpinButton &, rEdit, void) | |
| IMPL_LINK (SwEnvFormatPage, AddrEditHdl, const OUString &, rIdent, void) | |
| IMPL_LINK (SwEnvFormatPage, SendEditHdl, const OUString &, rIdent, void) | |
| IMPL_LINK_NOARG (SwEnvFormatPage, FormatHdl, weld::ComboBox &, void) | |
Variables | |
| static tools::Long | lUserW = 5669 |
| static tools::Long | lUserH = 5669 |
| IMPL_LINK | ( | SwEnvFormatPage | , |
| AddrEditHdl | , | ||
| const OUString & | , | ||
| rIdent | , | ||
| void | |||
| ) |
Definition at line 162 of file envfmt.cxx.
| IMPL_LINK | ( | SwEnvFormatPage | , |
| ModifyHdl | , | ||
| weld::MetricSpinButton & | , | ||
| rEdit | , | ||
| void | |||
| ) |
Definition at line 127 of file envfmt.cxx.
References getfieldval(), SvxPaperInfo::GetSvxPaper(), i, lUserH, lUserW, min(), and PAPER_USER.
| IMPL_LINK | ( | SwEnvFormatPage | , |
| SendEditHdl | , | ||
| const OUString & | , | ||
| rIdent | , | ||
| void | |||
| ) |
Definition at line 167 of file envfmt.cxx.
| IMPL_LINK_NOARG | ( | SwEnvFormatPage | , |
| FormatHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 291 of file envfmt.cxx.
References SvxPaperInfo::GetPaperSize(), Size::Height(), lUserH, lUserW, min(), PAPER_USER, setfieldval(), and Size::Width().
|
static |
Definition at line 52 of file envfmt.cxx.
Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().
|
static |
Definition at line 51 of file envfmt.cxx.
Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().