|
LibreOffice Module svx (master) 1
|
#include <editeng/outlobj.hxx>#include <svx/strings.hrc>#include <svx/dialmgr.hxx>#include <svx/svdpagv.hxx>#include <svx/svdmrkv.hxx>#include <svx/svdedxv.hxx>#include <svx/svdobj.hxx>#include <svx/svdopath.hxx>#include <svx/svdograf.hxx>#include <svx/svdomedia.hxx>#include <svx/svdetc.hxx>#include <svx/sdr/table/tablecontroller.hxx>#include <svx/svdoutl.hxx>#include <svx/svdview.hxx>#include <editeng/flditem.hxx>#include <svx/obj3d.hxx>#include <svx/svddrgmt.hxx>#include <svx/svdotable.hxx>#include <tools/debug.hxx>#include <svx/sdr/overlay/overlaypolypolygon.hxx>#include <svx/sdr/overlay/overlaymanager.hxx>#include <svx/sdrpaintwindow.hxx>#include <svx/sdrpagewindow.hxx>#include <svx/sdrhittesthelper.hxx>#include <drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx>#include <drawinglayer/primitive2d/texthierarchyprimitive2d.hxx>#include <svx/sdr/contact/objectcontactofpageview.hxx>#include <sal/log.hxx>#include <vcl/ptrstyle.hxx>#include <vcl/window.hxx>#include <comphelper/lok.hxx>Go to the source code of this file.
Macros | |
| #define | MODKEY_NoSnap bCtrl /* temporarily disable snapping */ |
| #define | MODKEY_Ortho bShift /* ortho */ |
| #define | MODKEY_Center bAlt /* create/resize centeredly */ |
| #define | MODKEY_AngleSnap bShift |
| #define | MODKEY_CopyDrag bCtrl /* drag and copy */ |
| #define | MODKEY_PolyPoly bAlt /* new Poly at InsPt and at Create */ |
| #define | MODKEY_MultiMark bShift /* MarkObj without doing UnmarkAll first */ |
| #define | MODKEY_Unmark bAlt /* deselect with a dragged frame */ |
| #define | MODKEY_ForceMark bCtrl /* force dragging a frame, even if there's an object at cursor position */ |
| #define | MODKEY_DeepMark bAlt /* MarkNextObj */ |
| #define | MODKEY_DeepBackw bShift /* MarkNextObj but backwards */ |
Variables | |
| constexpr OUStringLiteral | STR_NOTHING = u"nothing" |
| #define MODKEY_AngleSnap bShift |
Definition at line 287 of file svdview.cxx.
| #define MODKEY_Center bAlt /* create/resize centeredly */ |
Definition at line 286 of file svdview.cxx.
| #define MODKEY_CopyDrag bCtrl /* drag and copy */ |
Definition at line 288 of file svdview.cxx.
| #define MODKEY_DeepBackw bShift /* MarkNextObj but backwards */ |
Definition at line 296 of file svdview.cxx.
| #define MODKEY_DeepMark bAlt /* MarkNextObj */ |
Definition at line 295 of file svdview.cxx.
| #define MODKEY_ForceMark bCtrl /* force dragging a frame, even if there's an object at cursor position */ |
Definition at line 294 of file svdview.cxx.
| #define MODKEY_MultiMark bShift /* MarkObj without doing UnmarkAll first */ |
Definition at line 292 of file svdview.cxx.
| #define MODKEY_NoSnap bCtrl /* temporarily disable snapping */ |
Definition at line 284 of file svdview.cxx.
| #define MODKEY_Ortho bShift /* ortho */ |
Definition at line 285 of file svdview.cxx.
| #define MODKEY_PolyPoly bAlt /* new Poly at InsPt and at Create */ |
Definition at line 291 of file svdview.cxx.
| #define MODKEY_Unmark bAlt /* deselect with a dragged frame */ |
Definition at line 293 of file svdview.cxx.
|
constexpr |
Definition at line 1173 of file svdview.cxx.
Referenced by SdrView::GetStatusText().