LibreOffice Module svx (master) 1
|
#include <svx/svdpoev.hxx>
#include <math.h>
#include <svx/svdpagv.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdopath.hxx>
#include <svx/svdundo.hxx>
#include <svx/strings.hrc>
#include <svx/dialmgr.hxx>
#include <svx/svdtrans.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <tools/debug.hxx>
#include <tools/helpers.hxx>
#include <svx/polypolygoneditor.hxx>
Go to the source code of this file.
Functions | |
static void | ImpMove (Point &rPt, Point *pC1, Point *pC2, const void *p1, const void *, const void *, const void *) |
static void | ImpResize (Point &rPt, Point *pC1, Point *pC2, const void *p1, const void *p2, const void *p3, const void *) |
static void | ImpRotate (Point &rPt, Point *pC1, Point *pC2, const void *p1, const void *, const void *p3, const void *p4) |
|
static |
Definition at line 594 of file svdpoev.cxx.
References Point::Move().
Referenced by SdrPolyEditView::MoveMarkedPoints().
|
static |
Definition at line 611 of file svdpoev.cxx.
References ResizePoint().
Referenced by SdrPolyEditView::ResizeMarkedPoints().
|
static |
Definition at line 628 of file svdpoev.cxx.
References RotatePoint().
Referenced by SdrPolyEditView::RotateMarkedPoints().