summaryrefslogtreecommitdiffstats
path: root/include/svx/svdhdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdhdl.hxx')
-rw-r--r--include/svx/svdhdl.hxx34
1 files changed, 17 insertions, 17 deletions
diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx
index fc7382d417a9..fd7cdf65c1dd 100644
--- a/include/svx/svdhdl.hxx
+++ b/include/svx/svdhdl.hxx
@@ -43,7 +43,7 @@ class SdrObject;
class SdrPageView;
class MouseEvent;
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
// Jedes Objekt muss in der Lage seine Handles zu erzeugen. Diese werden dann
// bei einer Selektion abgeholt, bei der View angemeldet und sichtbar gemacht.
@@ -87,7 +87,7 @@ enum SdrHdlKind
HDL_SMARTTAG
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
enum BitmapColorIndex
{
@@ -99,7 +99,7 @@ enum BitmapColorIndex
Yellow
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
enum BitmapMarkerKind
{
@@ -135,7 +135,7 @@ enum BitmapMarkerKind
Customshape_11x11
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
class SVX_DLLPUBLIC SdrHdl
{
@@ -246,7 +246,7 @@ public:
static BitmapEx createGluePointBitmap() { return ImpGetBitmapEx(Glue_Deselected, 0); }
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
#define SDR_HANDLE_COLOR_SIZE_NORMAL Size(13, 13)
#define SDR_HANDLE_COLOR_SIZE_SELECTED Size(17, 17)
@@ -290,7 +290,7 @@ public:
const Link& GetColorChangeHdl() const { return aColorChangeHdl; }
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
class SdrHdlGradient : public SdrHdl
{
@@ -339,7 +339,7 @@ public:
void SetMoveFirstHandle(bool bNew) { bMoveFirstHandle = bNew; }
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
// Spiegelachse
class SdrHdlLine: public SdrHdl
@@ -375,7 +375,7 @@ public:
virtual ~SdrHdlBezWgt();
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
class E3dVolumeMarker : public SdrHdl
{
@@ -388,7 +388,7 @@ public:
explicit E3dVolumeMarker(const basegfx::B2DPolyPolygon& rWireframePoly);
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
class ImpEdgeHdl: public SdrHdl
{
@@ -407,7 +407,7 @@ public:
virtual Pointer GetPointer() const;
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
class ImpMeasureHdl: public SdrHdl
{
@@ -421,7 +421,7 @@ public:
virtual Pointer GetPointer() const;
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
class ImpTextframeHdl: public SdrHdl
{
@@ -434,9 +434,9 @@ public:
explicit ImpTextframeHdl(const Rectangle& rRect);
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
-////////////////////////////////////////////////////////////////////////////////////////////////////
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
+
+
class SVX_DLLPUBLIC SdrHdlList
{
@@ -498,7 +498,7 @@ public:
SdrHdl* GetHdl(SdrHdlKind eKind1) const;
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
class SVX_DLLPUBLIC SdrCropHdl : public SdrHdl
{
@@ -524,7 +524,7 @@ protected:
static BitmapEx GetHandlesBitmap();
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
class SVX_DLLPUBLIC SdrCropViewHdl : public SdrHdl
{
@@ -550,7 +550,7 @@ protected:
virtual void CreateB2dIAObject();
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
#endif // INCLUDED_SVX_SVDHDL_HXX