Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dinterpr2.cxx2779 inline void lclSplitBlock( double& rfInt, sal_Int32& rnBlock, double fValue, double fSize ) in lclSplitBlock() argument
2781 rnBlock = static_cast< sal_Int32 >( modf( (fValue + 0.1) / fSize, &rfInt ) * fSize + 0.1 ); in lclSplitBlock()

Completed in 31 milliseconds