|
LibreOffice Module cui (master) 1
|
#include <memory>#include <o3tl/unit_conversion.hxx>#include <sfx2/objsh.hxx>#include <sfx2/printer.hxx>#include <sfx2/viewsh.hxx>#include <svl/cjkoptions.hxx>#include <svl/ctloptions.hxx>#include <svtools/unitconv.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <sfx2/htmlmode.hxx>#include <sal/macros.h>#include <osl/diagnose.h>#include <svx/strings.hrc>#include <svx/dialmgr.hxx>#include <page.hxx>#include <svx/pageitem.hxx>#include <editeng/brushitem.hxx>#include <editeng/boxitem.hxx>#include <editeng/shaditem.hxx>#include <editeng/pbinitem.hxx>#include <editeng/lrspitem.hxx>#include <editeng/ulspitem.hxx>#include <editeng/sizeitem.hxx>#include <editeng/frmdiritem.hxx>#include <svx/dlgutil.hxx>#include <editeng/paperinf.hxx>#include <svl/stritem.hxx>#include <editeng/eerdll.hxx>#include <editeng/editrids.hrc>#include <svx/svxids.hrc>#include <svtools/optionsdrawinglayer.hxx>#include <svl/slstitm.hxx>#include <svx/xdef.hxx>#include <svx/unobrushitemhelper.hxx>#include <svx/SvxNumOptionsTabPageHelper.hxx>#include <sal/log.hxx>#include <svl/grabbagitem.hxx>Go to the source code of this file.
Macros | |
| #define | MARGIN_LEFT ( MarginPosition(0x0001) ) |
| #define | MARGIN_RIGHT ( MarginPosition(0x0002) ) |
| #define | MARGIN_TOP ( MarginPosition(0x0004) ) |
| #define | MARGIN_BOTTOM ( MarginPosition(0x0008) ) |
Variables | |
| constexpr tools::Long | MINBODY = o3tl::toTwips(1, o3tl::Length::mm) |
| const SvxPageUsage | aArr [] |
| #define MARGIN_BOTTOM ( MarginPosition(0x0008) ) |
| #define MARGIN_LEFT ( MarginPosition(0x0001) ) |
| #define MARGIN_RIGHT ( MarginPosition(0x0002) ) |
| #define MARGIN_TOP ( MarginPosition(0x0004) ) |
|
static |
Definition at line 109 of file page.cxx.
References OutputDevice::LogicToLogic().
Referenced by SvxPageDescPage::Reset().
|
static |
Definition at line 98 of file page.cxx.
References Size::AdjustHeight(), Size::AdjustWidth(), SvxBoxItem::CalcLineSpace(), SvxShadowItem::CalcShadowSpace(), Size::setHeight(), and Size::setWidth().
Referenced by SvxPageDescPage::RangeHdl_Impl().
| IMPL_LINK | ( | SvxPageDescPage | , |
| RegisterModify | , | ||
| weld::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
| IMPL_LINK | ( | SvxPageDescPage | , |
| SwapOrientation_Impl | , | ||
| weld::Toggleable & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 1004 of file page.cxx.
References GetCoreValue(), and SetMetricValue().
| IMPL_LINK_NOARG | ( | SvxPageDescPage | , |
| BorderModify_Impl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
| IMPL_LINK_NOARG | ( | SvxPageDescPage | , |
| CenterHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
| IMPL_LINK_NOARG | ( | SvxPageDescPage | , |
| FrameDirectionModify_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
| IMPL_LINK_NOARG | ( | SvxPageDescPage | , |
| GutterPositionHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
| IMPL_LINK_NOARG | ( | SvxPageDescPage | , |
| LayoutHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 875 of file page.cxx.
References PosToPageUsage_Impl().
| IMPL_LINK_NOARG | ( | SvxPageDescPage | , |
| PaperBinHdl_Impl | , | ||
| weld::Widget & | , | ||
| void | |||
| ) |
Definition at line 902 of file page.cxx.
References aName, EditResId(), i, and PAPERBIN_PRINTER_SETTINGS.
| IMPL_LINK_NOARG | ( | SvxPageDescPage | , |
| PaperSizeModify_Impl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 979 of file page.cxx.
References GetCoreValue(), GetItemSet(), SfxItemPool::GetMetric(), SfxItemSet::GetPool(), SvxPaperInfo::GetSvxPaper(), GetWhich, Size::Height(), and Size::Width().
| IMPL_LINK_NOARG | ( | SvxPageDescPage | , |
| PaperSizeSelect_Impl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 931 of file page.cxx.
References eMode, SvxPaperInfo::GetPaperSize(), Size::Height(), PAPER_ONSCREENSHOW_16_10, PAPER_ONSCREENSHOW_16_9, PAPER_ONSCREENSHOW_4_3, PAPER_SCREEN_16_10, PAPER_SCREEN_16_9, PAPER_SCREEN_4_3, PAPER_USER, PAPER_WIDESCREEN, SetMetricValue(), SVX_PAGE_MODE_PRESENTATION, Swap(), and Size::Width().
|
static |
Definition at line 114 of file page.cxx.
References SvxSizeItem::GetSize(), Size::Height(), and Size::Width().
Referenced by SvxPageDescPage::DeactivatePage().
|
static |
Definition at line 81 of file page.cxx.
Referenced by SvxPageDescPage::Reset().
|
static |
Definition at line 90 of file page.cxx.
Referenced by SvxPageDescPage::FillItemSet(), IMPL_LINK_NOARG(), and SvxPageDescPage::UpdateExample_Impl().
| const SvxPageUsage aArr[] |
Definition at line 72 of file page.cxx.
Referenced by IMPL_LINK(), PageUsageToPos_Impl(), and PosToPageUsage_Impl().
|
constexpr |
Definition at line 63 of file page.cxx.
Referenced by SvxPageDescPage::CalcMargin_Impl(), and SvxPageDescPage::RangeHdl_Impl().