Searched refs:aRotateAnglePair (Results 1 – 2 of 2) sorted by relevance
1865 EnhancedCustomShapeParameterPair aRotateAnglePair; in ApplyCustomShapeGeometryAttributes() local1866 aRotateAnglePair.First.Value <<= fAngleX; in ApplyCustomShapeGeometryAttributes()1867 aRotateAnglePair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()1868 aRotateAnglePair.Second.Value <<= fAngleY; in ApplyCustomShapeGeometryAttributes()1869 aRotateAnglePair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()1871 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()
Completed in 155 milliseconds