#include <sal/config.h>
#include <algorithm>
#include "PosSizePropertyPanel.hxx"
#include <sal/log.hxx>
#include <svx/svxids.hrc>
#include <sfx2/dispatch.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/module.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/weldutils.hxx>
#include <svx/dialcontrol.hxx>
#include <svx/dialmgr.hxx>
#include <svx/rectenum.hxx>
#include <svx/sdangitm.hxx>
#include <unotools/viewoptions.hxx>
#include <unotools/localedatawrapper.hxx>
#include <utility>
#include <vcl/canvastools.hxx>
#include <vcl/fieldvalues.hxx>
#include <svl/intitem.hxx>
#include <svx/strings.hrc>
#include <svx/svdpagv.hxx>
#include <svx/svdview.hxx>
#include <svx/transfrmhelper.hxx>
#include <boost/property_tree/ptree.hpp>
#include <svtools/unitconv.hxx>
Go to the source code of this file.
|
| svx::sidebar::IMPL_LINK_NOARG (PosSizePropertyPanel, ChangeWidthHdl, weld::MetricSpinButton &, void) |
|
| svx::sidebar::IMPL_LINK_NOARG (PosSizePropertyPanel, ChangeHeightHdl, weld::MetricSpinButton &, void) |
|
| svx::sidebar::IMPL_LINK_NOARG (PosSizePropertyPanel, ChangePosXHdl, weld::MetricSpinButton &, void) |
|
| svx::sidebar::IMPL_LINK_NOARG (PosSizePropertyPanel, ChangePosYHdl, weld::MetricSpinButton &, void) |
|
| svx::sidebar::IMPL_LINK_NOARG (PosSizePropertyPanel, ClickAutoHdl, weld::Toggleable &, void) |
|
| svx::sidebar::IMPL_LINK_NOARG (PosSizePropertyPanel, RotationHdl, DialControl &, void) |
|
| svx::sidebar::IMPL_STATIC_LINK_NOARG (PosSizePropertyPanel, ClickObjectEditHdl, weld::Button &, void) |
|
◆ USERITEM_NAME
constexpr OUStringLiteral USERITEM_NAME = u"FitItem" |
|
constexpr |