Searched refs:rnBlock (Results 1 – 1 of 1) sorted by relevance
2779 inline void lclSplitBlock( double& rfInt, sal_Int32& rnBlock, double fValue, double fSize ) in lclSplitBlock() argument2781 rnBlock = static_cast< sal_Int32 >( modf( (fValue + 0.1) / fSize, &rfInt ) * fSize + 0.1 ); in lclSplitBlock()
Completed in 31 milliseconds