Home
last modified time | relevance | path

Searched refs:aSkewParaPair (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx100 ::com::sun::star::drawing::EnhancedCustomShapeParameterPair aSkewParaPair; in GetSkew()
103 …if ( ! ( pAny && ( *pAny >>= aSkewParaPair ) && ( aSkewParaPair.First.Value >>= rSkewAmount ) && (… in GetSkew()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx737 com::sun::star::drawing::EnhancedCustomShapeParameterPair aSkewParaPair; in ImpExportEnhancedGeometry() local
738 if ( rProp.Value >>= aSkewParaPair ) in ImpExportEnhancedGeometry()
740 ExportParameter( aStrBuffer, aSkewParaPair.First ); in ImpExportEnhancedGeometry()
741 ExportParameter( aStrBuffer, aSkewParaPair.Second ); in ImpExportEnhancedGeometry()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2997 com::sun::star::drawing::EnhancedCustomShapeParameterPair aSkewParaPair; in CreateCustomShapeProperties() local
2998 …if ( ( rrProp.Value >>= aSkewParaPair ) && ( aSkewParaPair.First.Value >>= fSkewAmount ) && ( aSke… in CreateCustomShapeProperties()

Completed in 104 milliseconds