LibreOffice Module svx (master) 1
Functions
svdpoev.cxx File Reference
#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>
Include dependency graph for svdpoev.cxx:

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)
 

Function Documentation

◆ ImpMove()

static void ImpMove ( Point rPt,
Point pC1,
Point pC2,
const void *  p1,
const void *  ,
const void *  ,
const void *   
)
static

Definition at line 594 of file svdpoev.cxx.

References Point::Move().

Referenced by SdrPolyEditView::MoveMarkedPoints().

◆ ImpResize()

static void ImpResize ( Point rPt,
Point pC1,
Point pC2,
const void *  p1,
const void *  p2,
const void *  p3,
const void *   
)
static

Definition at line 611 of file svdpoev.cxx.

References ResizePoint().

Referenced by SdrPolyEditView::ResizeMarkedPoints().

◆ ImpRotate()

static void ImpRotate ( Point rPt,
Point pC1,
Point pC2,
const void *  p1,
const void *  ,
const void *  p3,
const void *  p4 
)
static

Definition at line 628 of file svdpoev.cxx.

References RotatePoint().

Referenced by SdrPolyEditView::RotateMarkedPoints().