Searched refs:aExtrusionRotationCenter (Results 1 – 2 of 2) sorted by relevance
712 drawing::Direction3D aExtrusionRotationCenter; in ImpExportEnhancedGeometry() local713 if ( rProp.Value >>= aExtrusionRotationCenter ) in ImpExportEnhancedGeometry()715 …::basegfx::B3DVector aVec3D( aExtrusionRotationCenter.DirectionX, aExtrusionRotationCenter.Directi… in ImpExportEnhancedGeometry()716 aExtrusionRotationCenter.DirectionZ ); in ImpExportEnhancedGeometry()
2967 drawing::Direction3D aExtrusionRotationCenter; in CreateCustomShapeProperties() local2968 if ( rrProp.Value >>= aExtrusionRotationCenter ) in CreateCustomShapeProperties()2970 … AddOpt( DFF_Prop_c3DRotationCenterX, (sal_Int32)( aExtrusionRotationCenter.DirectionX * 360.0 ) ); in CreateCustomShapeProperties()2971 … AddOpt( DFF_Prop_c3DRotationCenterY, (sal_Int32)( aExtrusionRotationCenter.DirectionY * 360.0 ) ); in CreateCustomShapeProperties()2972 … AddOpt( DFF_Prop_c3DRotationCenterZ, (sal_Int32)( aExtrusionRotationCenter.DirectionZ * 360.0 ) ); in CreateCustomShapeProperties()
Completed in 33 milliseconds