Kaydet (Commit) 41ae9244 authored tarafından Radek Doulik's avatar Radek Doulik

fixed remaining issues with ooxml custom shapes scaling

üst 959302bf
...@@ -92,8 +92,6 @@ class EnhancedCustomShape2d : public SfxItemSet ...@@ -92,8 +92,6 @@ class EnhancedCustomShape2d : public SfxItemSet
double fXScale; double fXScale;
double fYScale; double fYScale;
double fXScaleOOXML;
double fYScaleOOXML;
double fXRatio; double fXRatio;
double fYRatio; double fYRatio;
...@@ -136,7 +134,7 @@ class EnhancedCustomShape2d : public SfxItemSet ...@@ -136,7 +134,7 @@ class EnhancedCustomShape2d : public SfxItemSet
void AdaptObjColor(SdrPathObj& rObj, const SfxItemSet& rCustomShapeSet, void AdaptObjColor(SdrPathObj& rObj, const SfxItemSet& rCustomShapeSet,
sal_uInt32& nColorIndex, sal_uInt32 nColorCount); sal_uInt32& nColorIndex, sal_uInt32 nColorCount);
sal_Bool GetParameter( double& rParameterReturnValue, const com::sun::star::drawing::EnhancedCustomShapeParameter&, sal_Bool GetParameter( double& rParameterReturnValue, const com::sun::star::drawing::EnhancedCustomShapeParameter&,
const sal_Bool bReplaceGeoWidth, const sal_Bool bReplaceGeoHeight, sal_Bool& bNormal ) const; const sal_Bool bReplaceGeoWidth, const sal_Bool bReplaceGeoHeight ) const;
Point GetPoint( const com::sun::star::drawing::EnhancedCustomShapeParameterPair&, Point GetPoint( const com::sun::star::drawing::EnhancedCustomShapeParameterPair&,
const sal_Bool bScale = sal_True, const sal_Bool bReplaceGeoSize = sal_False ) const; const sal_Bool bScale = sal_True, const sal_Bool bReplaceGeoSize = sal_False ) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment