20#ifndef INCLUDED_SVX_SVDGLEV_HXX
21#define INCLUDED_SVX_SVDGLEV_HXX
35 void ImpCopyMarkedGluePoints();
36 typedef void (*PGlueDoFunc)(
SdrGluePoint&,
const SdrObject* pObj,
const void*,
const void*,
const void*,
const void*);
37 typedef void (*PGlueTrFunc)(
Point&,
const void*,
const void*,
const void*,
const void*);
38 void ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc,
bool bConst,
const void* p1,
const void* p2=
nullptr,
const void* p3=
nullptr,
const void* p4=
nullptr);
39 void ImpTransformMarkedGluePoints(PGlueTrFunc pTrFunc,
const void* p1,
const void* p2=
nullptr,
const void* p3=
nullptr,
const void* p4=
nullptr);
59 TriState IsMarkedGluePointsPercent()
const;
60 void SetMarkedGluePointsPercent(
bool bOn);
72 SdrAlign GetMarkedGluePointsAlign(
bool bVert)
const;
73 void SetMarkedGluePointsAlign(
bool bVert,
SdrAlign nAlign);
76 void DeleteMarkedGluePoints();
78 void MoveMarkedGluePoints (
const Size& rSiz,
bool bCopy);
79 void ResizeMarkedGluePoints(
const Point& rRef,
const Fraction& xFact,
const Fraction& yFact,
bool bCopy);
80 void RotateMarkedGluePoints(
const Point& rRef,
Degree100 nAngle,
bool bCopy);
#define SVXCORE_DLLPUBLIC