Home
last modified time | relevance | path

Searched refs:fFraction (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1714 double fFraction = fDepth != 0.0 ? fForeDepth / fDepth : 0; in ApplyCustomShapeGeometryAttributes() local
1718 aDepthParaPair.Second.Value <<= fFraction; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx2831 double fFraction = 0; in CreateCustomShapeProperties() local
2833 …r ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthParaPair.Second.Value >>= fFraction ) ) in CreateCustomShapeProperties()
2835 double fForeDepth = fDepth * fFraction; in CreateCustomShapeProperties()
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx309 double fFraction = 0.0; in impl_execute() local
313 aDepthPropPair.Second.Value <<= fFraction; in impl_execute()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx114 double fDepth = 0, fFraction = 0; in GetExtrusionDepth() local
117 …r ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthParaPair.Second.Value >>= fFraction ) ) in GetExtrusionDepth()
119 rForwardDepth = fDepth * fFraction; in GetExtrusionDepth()
/trunk/main/scaddins/source/analysis/
H A Dfinancial.cxx380 double fFraction = GetYearFrac( xOpt, nSettle, nMat, 0 ); // method: USA 30/360 in getTbillprice() local
383 if( modf( fFraction, &fDummy ) == 0.0 ) in getTbillprice()
386 double fRet = 100.0 * ( 1.0 - fDisc * fFraction ); in getTbillprice()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx376 double fFraction = (nUnit[fraction] <= 0 ? 0.0 : in ConvertStringToValue() local
384 … fValue += ((nUnit[hour] * 3600) + (nUnit[minute] * 60) + nUnit[second] + fFraction) / 86400.0; in ConvertStringToValue()
/trunk/main/sax/source/tools/
H A Dconverter.cxx863 double fFraction = sDoubleStr.toDouble(); in convertDuration() local
868 fTempTime += fFraction / (24 * 60 * 60); in convertDuration()

Completed in 110 milliseconds