| /AOO41X/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() 278 fRetval = ((100000.0 / 1440.0) / 100000.0); in GetConversionFactor() 291 fRetval = ( 25.4 / 72.0 ); in GetConversionFactor() 297 fRetval = ( 2.54 / 72.0 ); in GetConversionFactor() 303 fRetval = 20.0; // 1440.0 / 72.0 in GetConversionFactor() 311 fRetval = ( 1.0 / 72.0 ); in GetConversionFactor() 329 fRetval = ((10.0 / 1.0) / 100.0); in GetConversionFactor() [all …]
|
| /AOO41X/main/basegfx/source/polygon/ |
| H A D | b3dpolygontools.cxx | 143 double fRetval(0.0); in getSignedArea() local 172 fRetval += aPreviousPoint.getZ() * aCurrentPoint.getY(); in getSignedArea() 173 fRetval -= aPreviousPoint.getY() * aCurrentPoint.getZ(); in getSignedArea() 176 fRetval += aPreviousPoint.getX() * aCurrentPoint.getZ(); in getSignedArea() 177 fRetval -= aPreviousPoint.getZ() * aCurrentPoint.getX(); in getSignedArea() 180 fRetval += aPreviousPoint.getX() * aCurrentPoint.getY(); in getSignedArea() 181 fRetval -= aPreviousPoint.getY() * aCurrentPoint.getX(); in getSignedArea() 192 fRetval /= 2.0 * aAbsNormal.getX(); in getSignedArea() 195 fRetval /= 2.0 * aAbsNormal.getY(); in getSignedArea() 198 fRetval /= 2.0 * aAbsNormal.getZ(); in getSignedArea() [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 518 fRetval += aPreviousPoint.getX() * aCurrentPoint.getY(); in getSignedArea() 519 fRetval -= aPreviousPoint.getY() * aCurrentPoint.getX(); in getSignedArea() 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 540 fRetval = getSignedArea(rCandidate); in getArea() 543 if(fTools::less(fRetval, fZero)) in getArea() 545 fRetval = -fRetval; in getArea() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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() 1877 fRetval = ((100000.0 / 1440.0) / 100000.0); in GetConversionFactor() 1890 fRetval = ( 25.4 / 72.0 ); in GetConversionFactor() 1896 fRetval = ( 2.54 / 72.0 ); in GetConversionFactor() 1902 fRetval = 20.0; // 1440.0 / 72.0 in GetConversionFactor() 1910 fRetval = ( 1.0 / 72.0 ); in GetConversionFactor() 1928 fRetval = ((10.0 / 1.0) / 100.0); in GetConversionFactor() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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() 193 case Unit_mm: fRetval *= 0.1 * 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() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|