LibreOffice Module svx (master) 1
|
#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 <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.
Namespaces | |
namespace | svx |
namespace | svx::sidebar |
Functions | |
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) | |
Variables | |
constexpr OUStringLiteral | USERITEM_NAME = u"FitItem" |
|
constexpr |
Definition at line 54 of file PosSizePropertyPanel.cxx.
Referenced by svx::sidebar::IMPL_LINK_NOARG(), and svx::sidebar::PosSizePropertyPanel::NotifyItemUpdate().