Clean up some whitespace and comment craziness
Change-Id: Id8d5173729a3e290e3d43ea67a6a9d06f244c409
This commit is contained in:
@@ -35,19 +35,17 @@ namespace sdr
|
|||||||
namespace properties
|
namespace properties
|
||||||
{
|
{
|
||||||
class CustomShapeProperties;
|
class CustomShapeProperties;
|
||||||
} // end of namespace properties
|
}
|
||||||
} // end of namespace sdr
|
}
|
||||||
|
|
||||||
class SdrAShapeObjGeoData : public SdrTextObjGeoData
|
class SdrAShapeObjGeoData : public SdrTextObjGeoData
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
bool bMirroredX;
|
bool bMirroredX;
|
||||||
bool bMirroredY;
|
bool bMirroredY;
|
||||||
double fObjectRotation;
|
double fObjectRotation;
|
||||||
|
|
||||||
css::uno::Sequence< css::drawing::EnhancedCustomShapeAdjustmentValue >
|
css::uno::Sequence< css::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq;
|
||||||
aAdjustmentSeq;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class CustomShapeHandleModes
|
enum class CustomShapeHandleModes
|
||||||
@@ -60,6 +58,7 @@ enum class CustomShapeHandleModes
|
|||||||
MOVE_SHAPE = 16,
|
MOVE_SHAPE = 16,
|
||||||
ORTHO4 = 32,
|
ORTHO4 = 32,
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace o3tl
|
namespace o3tl
|
||||||
{
|
{
|
||||||
template<> struct typed_flags<CustomShapeHandleModes> : is_typed_flags<CustomShapeHandleModes, 63> {};
|
template<> struct typed_flags<CustomShapeHandleModes> : is_typed_flags<CustomShapeHandleModes, 63> {};
|
||||||
@@ -72,10 +71,6 @@ struct SdrCustomShapeInteraction
|
|||||||
CustomShapeHandleModes nMode;
|
CustomShapeHandleModes nMode;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// SdrObjCustomShape
|
|
||||||
|
|
||||||
|
|
||||||
class SVX_DLLPUBLIC SdrObjCustomShape : public SdrTextObj
|
class SVX_DLLPUBLIC SdrObjCustomShape : public SdrTextObj
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
@@ -140,7 +135,6 @@ protected:
|
|||||||
Size m_aSuggestedTextFrameSize;
|
Size m_aSuggestedTextFrameSize;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
bool UseNoFillStyle() const;
|
bool UseNoFillStyle() const;
|
||||||
|
|
||||||
bool IsMirroredX() const;
|
bool IsMirroredX() const;
|
||||||
|
Reference in New Issue
Block a user