Home
last modified time | relevance | path

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

/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx498 #define DFF_Prop_c3DRotationCenterY 711 // LONG rotation center y (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()
1883 (double)((sal_Int32)GetPropertyValue( DFF_Prop_c3DRotationCenterY, 0 )) / 360.0, in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx2971 … AddOpt( DFF_Prop_c3DRotationCenterY, (sal_Int32)( aExtrusionRotationCenter.DirectionY * 360.0 ) ); in CreateCustomShapeProperties()