Searched refs:nWishedSum (Results 1 – 1 of 1) sorted by relevance
443 sal_uInt64 nWishedSum = nOriginalSum; in lcl_ModifyBoxes() local444 nWishedSum *= nNew; in lcl_ModifyBoxes()445 nWishedSum /= nOld; in lcl_ModifyBoxes()446 nWishedSum -= nSum; in lcl_ModifyBoxes()447 if( nWishedSum > 0 ) in lcl_ModifyBoxes()449 if( nBox == nWishedSum ) in lcl_ModifyBoxes()453 nBox = nWishedSum; in lcl_ModifyBoxes()
Completed in 57 milliseconds