Home
last modified time | relevance | path

Searched refs:DFF_Prop_c3DRotationCenterX (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx497 #define DFF_Prop_c3DRotationCenterX 710 // LONG rotation center x (16.16 or g… macro
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1879 …if ( IsProperty( DFF_Prop_c3DRotationCenterX ) || IsProperty( DFF_Prop_c3DRotationCenterY ) || IsP… in ApplyCustomShapeGeometryAttributes()
1882 (double)((sal_Int32)GetPropertyValue( DFF_Prop_c3DRotationCenterX, 0 )) / 360.0, in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx2970 … AddOpt( DFF_Prop_c3DRotationCenterX, (sal_Int32)( aExtrusionRotationCenter.DirectionX * 360.0 ) ); in CreateCustomShapeProperties()