Home
last modified time | relevance | path

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

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