Searched refs:aRotateAnglePair (Results 1 – 2 of 2) sorted by relevance
1862 EnhancedCustomShapeParameterPair aRotateAnglePair; in ApplyCustomShapeGeometryAttributes() local1863 aRotateAnglePair.First.Value <<= fAngleX; in ApplyCustomShapeGeometryAttributes()1864 aRotateAnglePair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()1865 aRotateAnglePair.Second.Value <<= fAngleY; in ApplyCustomShapeGeometryAttributes()1866 aRotateAnglePair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()1868 aProp.Value <<= aRotateAnglePair; in ApplyCustomShapeGeometryAttributes()
2967 … com::sun::star::drawing::EnhancedCustomShapeParameterPair aRotateAnglePair; in CreateCustomShapeProperties() local2968 …if ( ( rrProp.Value >>= aRotateAnglePair ) && ( aRotateAnglePair.First.Value >>= fExtrusionAngleX … in CreateCustomShapeProperties()