Searched refs:aDepthParaPair (Results 1 – 4 of 4) sorted by relevance
113 ::com::sun::star::drawing::EnhancedCustomShapeParameterPair aDepthParaPair; in GetExtrusionDepth()117 …if ( pAny && ( *pAny >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepth… in GetExtrusionDepth()
560 com::sun::star::drawing::EnhancedCustomShapeParameterPair aDepthParaPair; in ImpExportEnhancedGeometry() local561 if ( rProp.Value >>= aDepthParaPair ) in ImpExportEnhancedGeometry()564 if ( aDepthParaPair.First.Value >>= fDepth ) in ImpExportEnhancedGeometry()567 ExportParameter( aStrBuffer, aDepthParaPair.Second ); in ImpExportEnhancedGeometry()
1715 EnhancedCustomShapeParameterPair aDepthParaPair; in ApplyCustomShapeGeometryAttributes() local1716 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()
2832 com::sun::star::drawing::EnhancedCustomShapeParameterPair aDepthParaPair; in CreateCustomShapeProperties() local2833 …if ( ( rrProp.Value >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthP… in CreateCustomShapeProperties()
Completed in 86 milliseconds