Home
last modified time | relevance | path

Searched refs:aExtrusionRotationCenter (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx2978 drawing::Direction3D aExtrusionRotationCenter; in CreateCustomShapeProperties() local
2979 if ( rrProp.Value >>= aExtrusionRotationCenter ) in CreateCustomShapeProperties()
2981 … AddOpt( DFF_Prop_c3DRotationCenterX, (sal_Int32)( aExtrusionRotationCenter.DirectionX * 360.0 ) ); in CreateCustomShapeProperties()
2982 … AddOpt( DFF_Prop_c3DRotationCenterY, (sal_Int32)( aExtrusionRotationCenter.DirectionY * 360.0 ) ); in CreateCustomShapeProperties()
2983 … AddOpt( DFF_Prop_c3DRotationCenterZ, (sal_Int32)( aExtrusionRotationCenter.DirectionZ * 360.0 ) ); in CreateCustomShapeProperties()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx712 drawing::Direction3D aExtrusionRotationCenter; in ImpExportEnhancedGeometry() local
713 if ( rProp.Value >>= aExtrusionRotationCenter ) in ImpExportEnhancedGeometry()
715 …::basegfx::B3DVector aVec3D( aExtrusionRotationCenter.DirectionX, aExtrusionRotationCenter.Directi… in ImpExportEnhancedGeometry()
716 aExtrusionRotationCenter.DirectionZ ); in ImpExportEnhancedGeometry()

Completed in 61 milliseconds