Home
last modified time | relevance | path

Searched refs:aDepthParaPair (Results 1 – 4 of 4) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx2832 com::sun::star::drawing::EnhancedCustomShapeParameterPair aDepthParaPair; in CreateCustomShapeProperties() local
2833 …if ( ( rrProp.Value >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthP… in CreateCustomShapeProperties()
H A Dmsdffimp.cxx1715 EnhancedCustomShapeParameterPair aDepthParaPair; in ApplyCustomShapeGeometryAttributes() local
1716 aDepthParaPair.First.Value <<= fDepth; in ApplyCustomShapeGeometryAttributes()
1717 aDepthParaPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()
1718 aDepthParaPair.Second.Value <<= fFraction; in ApplyCustomShapeGeometryAttributes()
1719 aDepthParaPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()
1721 aProp.Value <<= aDepthParaPair; in ApplyCustomShapeGeometryAttributes()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx113 ::com::sun::star::drawing::EnhancedCustomShapeParameterPair aDepthParaPair; in GetExtrusionDepth()
117 …if ( pAny && ( *pAny >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepth… in GetExtrusionDepth()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx560 com::sun::star::drawing::EnhancedCustomShapeParameterPair aDepthParaPair; in ImpExportEnhancedGeometry() local
561 if ( rProp.Value >>= aDepthParaPair ) in ImpExportEnhancedGeometry()
564 if ( aDepthParaPair.First.Value >>= fDepth ) in ImpExportEnhancedGeometry()
567 ExportParameter( aStrBuffer, aDepthParaPair.Second ); in ImpExportEnhancedGeometry()

Completed in 83 milliseconds