/aoo4110/main/xmloff/source/core/ |
H A D | xmlehelp.cxx | 234 double fRetval(1.0); in GetConversionFactor() local 255 fRetval = ((25400.0 / 1440.0) / 1000.0); in GetConversionFactor() 262 fRetval = ((25400.0 / 1440.0) / 10000.0); in GetConversionFactor() 269 fRetval = ((1000.0 / 20.0) / 1000.0); in GetConversionFactor() 329 fRetval = ((10.0 / 1.0) / 100.0); in GetConversionFactor() 336 fRetval = ((10.0 / 1.0) / 1000.0); in GetConversionFactor() 343 fRetval = ((72000.0 / 2540.0) / 100.0); in GetConversionFactor() 371 fRetval = ((10.0 / 1.0) / 1000.0); in GetConversionFactor() 378 fRetval = ((10.0 / 1.0) / 10000.0); in GetConversionFactor() 385 fRetval = ((72000.0 / 2540.0) / 1000.0); in GetConversionFactor() [all …]
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 143 double fRetval(0.0); in getSignedArea() local 203 return fRetval; in getSignedArea() 208 double fRetval(0.0); in getArea() local 215 if(fTools::less(fRetval, fZero)) in getArea() 217 fRetval = -fRetval; in getArea() 221 return fRetval; in getArea() 227 double fRetval(0.0); in getEdgeLength() local 238 fRetval = aVector.getLength(); in getEdgeLength() 242 return fRetval; in getEdgeLength() 247 double fRetval(0.0); in getLength() local [all …]
|
H A D | b2dpolypolygontools.cxx | 266 double fRetval(0.0); in getSignedArea() local 273 fRetval += tools::getSignedArea(aCandidate); in getSignedArea() 276 return fRetval; in getSignedArea() 369 double fRetval(DBL_MAX); in getSmallestDistancePointToPolyPolygon() local 380 if(DBL_MAX == fRetval || fNewDistance < fRetval) in getSmallestDistancePointToPolyPolygon() 382 fRetval = fNewDistance; in getSmallestDistancePointToPolyPolygon() 387 if(fTools::equal(fRetval, fZero)) in getSmallestDistancePointToPolyPolygon() 390 fRetval = 0.0; in getSmallestDistancePointToPolyPolygon() 396 return fRetval; in getSmallestDistancePointToPolyPolygon()
|
H A D | b2dpolygontools.cxx | 508 double fRetval(0.0); in getSignedArea() local 525 if(fTools::equalZero(fRetval) || fTools::equalZero(fRetval * fRetval)) in getSignedArea() 527 fRetval = 0.0; in getSignedArea() 531 return fRetval; in getSignedArea() 536 double fRetval(0.0); in getArea() local 545 fRetval = -fRetval; in getArea() 549 return fRetval; in getArea() 582 return fRetval; in getEdgeLength() 625 return fRetval; in getLength() 2616 if(DBL_MAX == fRetval || fEdgeDist < fRetval) in getSmallestDistancePointToPolygon() [all …]
|
/aoo4110/main/svx/source/sdr/animation/ |
H A D | animationstate.cxx | 43 double fRetval(0.0); in getSmallestNextTime() local 62 if(::basegfx::fTools::equalZero(fRetval)) in getSmallestNextTime() 64 fRetval = fNextTime; in getSmallestNextTime() 66 else if(::basegfx::fTools::less(fNextTime, fRetval)) in getSmallestNextTime() 68 fRetval = fNextTime; in getSmallestNextTime() 75 return fRetval; in getSmallestNextTime()
|
/aoo4110/main/sax/source/tools/ |
H A D | converter.cxx | 1833 double fRetval(1.0); in GetConversionFactor() local 1854 fRetval = ((25400.0 / 1440.0) / 1000.0); in GetConversionFactor() 1861 fRetval = ((25400.0 / 1440.0) / 10000.0); in GetConversionFactor() 1868 fRetval = ((1000.0 / 20.0) / 1000.0); in GetConversionFactor() 1928 fRetval = ((10.0 / 1.0) / 100.0); in GetConversionFactor() 1935 fRetval = ((10.0 / 1.0) / 1000.0); in GetConversionFactor() 1942 fRetval = ((72000.0 / 2540.0) / 100.0); in GetConversionFactor() 1970 fRetval = ((10.0 / 1.0) / 1000.0); in GetConversionFactor() 1977 fRetval = ((10.0 / 1.0) / 10000.0); in GetConversionFactor() 1984 fRetval = ((72000.0 / 2540.0) / 1000.0); in GetConversionFactor() [all …]
|
/aoo4110/main/basegfx/inc/basegfx/color/ |
H A D | bcolor.hxx | 181 double fRetval(fDistR < fDistG ? fDistR : fDistG); in getMinimumDistance() local 182 return (fRetval < fDistB ? fRetval : fDistB); in getMinimumDistance() 191 double fRetval(fDistR > fDistG ? fDistR : fDistG); in getMaximumDistance() local 192 return (fRetval > fDistB ? fRetval : fDistB); in getMaximumDistance()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | drawinglayeranimation.cxx | 279 double fRetval(0.0); in GetMixerState() local 290 fRetval = 0.0; in GetMixerState() 292 fRetval = 1.0; in GetMixerState() 301 fRetval = double(nTimeInLoop) / nLoopTime; in GetMixerState() 304 return fRetval; in GetMixerState() 309 double fRetval(0.0); in GetMixerState() local 321 fRetval = pNode->GetStateAtRelativeTime(nRelativeTime); in GetMixerState() 326 fRetval = maVector[maVector.size() - 1L].GetStop(); in GetMixerState() 330 return fRetval; in GetMixerState()
|
/aoo4110/main/basegfx/source/numeric/ |
H A D | ftools.cxx | 68 double fRetval(fmod(v, fWidth)); in snapToZeroRange() local 70 if(fRetval < 0.0) in snapToZeroRange() 72 fRetval += fWidth; in snapToZeroRange() 75 return fRetval; in snapToZeroRange()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgcharacternode.cxx | 751 double fRetval(0.0); in consumeRotation() local 757 fRetval = mpParent->consumeRotation(); in consumeRotation() 761 fRetval = 0.0; in consumeRotation() 770 fRetval = maRotate[mnRotationIndex++]; in consumeRotation() 774 fRetval = maRotate[nSize - 1]; in consumeRotation() 778 return fRetval; in consumeRotation()
|
H A D | svgtools.cxx | 186 double fRetval(mfNumber); in solveNonPercentage() local 190 case Unit_pt: fRetval *= F_SVG_PIXEL_PER_INCH / 72.0; break; in solveNonPercentage() 191 case Unit_pc: fRetval *= F_SVG_PIXEL_PER_INCH / 6.0; break; in solveNonPercentage() 192 case Unit_cm: fRetval *= F_SVG_PIXEL_PER_INCH / 2.54; break; in solveNonPercentage() 194 case Unit_in: fRetval *= F_SVG_PIXEL_PER_INCH; break; in solveNonPercentage() 198 return fRetval; in solveNonPercentage() 239 double fRetval(mfNumber * 0.01); in solve() local 261 fRetval *= aViewPort.getWidth(); in solve() 266 fRetval *= aViewPort.getHeight(); in solve() 276 fRetval *= fCurrentLength; in solve() [all …]
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdotextpathdecomposition.cxx | 159 double fRetval(0.0); in getDisplayLength() local 163 fRetval = aTextLayouter.getTextHeight() * (double)nLength; in getDisplayLength() 167 fRetval = aTextLayouter.getTextWidth(maText, getPortionIndex(nIndex, nLength), nLength); in getDisplayLength() 170 return fRetval; in getDisplayLength() 231 double fRetval(0.0); in getParagraphTextLength() local 240 fRetval += pCandidate->getDisplayLength(0L, pCandidate->getTextLength()); in getParagraphTextLength() 244 return fRetval; in getParagraphTextLength()
|
/aoo4110/main/svx/source/engine3d/ |
H A D | helperminimaldepth3d.cxx | 161 double fRetval(DBL_MAX); in getMinimalDepthInViewCoordinates() local 200 fRetval = aExtractor.getMinimalDepth(); in getMinimalDepthInViewCoordinates() 204 return fRetval; in getMinimalDepthInViewCoordinates()
|
/aoo4110/main/basegfx/source/inc/ |
H A D | hommatrixtemplate.hxx | 471 double fRetval(0.0); in doDeterminant() local 475 fRetval = (double)nParity; in doDeterminant() 483 fRetval *= aWork.get(a, a); in doDeterminant() 487 return fRetval; in doDeterminant()
|
/aoo4110/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 72 double fRetval(fDefValue); in lclDecodeOpacity() local 83 fRetval = std::max(0.0, std::min(1.0, aString.toDouble() / 65536.0)); in lclDecodeOpacity() 87 fRetval = ConversionHelper::decodePercent( aString, fDefValue ); in lclDecodeOpacity() 92 return OptValue< double >(fRetval); in lclDecodeOpacity()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | xexptran.cxx | 187 const SvXMLUnitConverter& rConv, double fRetval, bool bLookForUnits = false) in Imp_GetDoubleChar() argument 233 rConv.convertDouble(fRetval, sNumberString.makeStringAndClear(), true); in Imp_GetDoubleChar() 235 rConv.convertDouble(fRetval, sNumberString.makeStringAndClear()); in Imp_GetDoubleChar() 238 return fRetval; in Imp_GetDoubleChar()
|