#include <memory>
#include <sal/config.h>
#include "PageMarginControl.hxx"
#include <strings.hrc>
#include <editeng/sizeitem.hxx>
#include <sfx2/app.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/module.hxx>
#include <sfx2/viewfrm.hxx>
#include <svx/pageitem.hxx>
#include <svx/rulritem.hxx>
#include <svl/itempool.hxx>
#include <svl/intitem.hxx>
#include <svtools/unitconv.hxx>
#include <unotools/viewoptions.hxx>
#include <swtypes.hxx>
#include <cmdid.h>
#include <PageMarginPopup.hxx>
#include <com/sun/star/document/XUndoManagerSupplier.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/frame/XFrame.hpp>
Go to the source code of this file.
|
namespace | sw |
| Dialog to specify the properties of date form field.
|
|
|
|
| sw::sidebar::IMPL_LINK (PageMarginControl, SelectMarginHdl, weld::Button &, rControl, void) |
|
| sw::sidebar::IMPL_LINK_NOARG (PageMarginControl, ModifyLRMarginHdl, weld::MetricSpinButton &, void) |
|
| sw::sidebar::IMPL_LINK_NOARG (PageMarginControl, ModifyULMarginHdl, weld::MetricSpinButton &, void) |
|
| sw::sidebar::IMPL_LINK_NOARG (PageMarginControl, MoreButtonClickHdl_Impl, weld::Button &, void) |
|
◆ SWPAGE_DOWN_GVALUE
constexpr OUStringLiteral SWPAGE_DOWN_GVALUE = u"Sw_Page_Down" |
|
constexpr |
◆ SWPAGE_LEFT_GVALUE
constexpr OUStringLiteral SWPAGE_LEFT_GVALUE = u"Sw_Page_Left" |
|
constexpr |
◆ SWPAGE_MIRROR_GVALUE
constexpr OUStringLiteral SWPAGE_MIRROR_GVALUE = u"Sw_Page_Mirrored" |
|
constexpr |
◆ SWPAGE_RIGHT_GVALUE
constexpr OUStringLiteral SWPAGE_RIGHT_GVALUE = u"Sw_Page_Right" |
|
constexpr |
◆ SWPAGE_TOP_GVALUE
constexpr OUStringLiteral SWPAGE_TOP_GVALUE = u"Sw_Page_Top" |
|
constexpr |