Home
last modified time | relevance | path

Searched refs:fIndex (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/drawinglayer/source/primitive2d/
H A Danimatedprimitive2d.cxx175 const double fIndex(fState * (double)(nSize - 1L)); in get2DDecomposition() local
176 const sal_uInt32 nIndA(sal_uInt32(floor(fIndex))); in get2DDecomposition()
177 const double fOffset(fIndex - (double)nIndA); in get2DDecomposition()
/aoo42x/main/basegfx/source/curve/
H A Db2dbeziertools.cxx147 const double fIndex(fRelative * static_cast< double >(mnEdgeCount)); in relativeToDistance()
149 const double fFractIndex(modf(fIndex, &fIntIndex)); in relativeToDistance()
/aoo42x/main/sc/source/core/tool/
H A Dinterpr1.cxx6192 double fIndex = ::rtl::math::approxFloor( GetDouble() ) - 1.0; in CalculateLookup() local
6226 …if ( fIndex < 0.0 || (HLookup ? (pMat ? (fIndex >= nR) : (fIndex+nRow1 > nRow2)) : (pMat ? (fIndex in CalculateLookup()
6231 SCROW nZIndex = static_cast<SCROW>(fIndex); in CalculateLookup()
6232 SCCOL nSpIndex = static_cast<SCCOL>(fIndex); in CalculateLookup()

Completed in 78 milliseconds