Searched refs:nWishedSum (Results 1 – 1 of 1) sorted by relevance
377 sal_uInt64 nWishedSum = nOriginalSum; in lcl_ModifyBoxes() local378 nWishedSum *= nNew; in lcl_ModifyBoxes()379 nWishedSum /= nOld; in lcl_ModifyBoxes()380 nWishedSum -= nSum; in lcl_ModifyBoxes()381 if( nWishedSum > 0 ) in lcl_ModifyBoxes()383 if( nBox == nWishedSum ) in lcl_ModifyBoxes()387 nBox = nWishedSum; in lcl_ModifyBoxes()
Completed in 28 milliseconds