Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Descherex.cxx2967 com::sun::star::drawing::EnhancedCustomShapeParameterPair aRotateAnglePair; in CreateCustomShapeProperties() local
2968 …if ( ( rrProp.Value >>= aRotateAnglePair ) && ( aRotateAnglePair.First.Value >>= fExtrusionAngleX … in CreateCustomShapeProperties()
H A Dmsdffimp.cxx1865 EnhancedCustomShapeParameterPair aRotateAnglePair; in ApplyCustomShapeGeometryAttributes() local
1866 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()

Completed in 70 milliseconds