Searched refs:nWishDiff (Results 1 – 1 of 1) sorted by relevance
232 long nWishDiff = (nWishSum * 100/nOldWidth * nNewWidth) / 100 - nWishSum; in ResizeFrameCols() local233 long nNewWishWidth = nWishSum + nWishDiff; in ResizeFrameCols()252 lcl_Scale(nWishDiff, nScale); in ResizeFrameCols()257 rArr[0]->SetWishWidth(rArr[0]->GetWishWidth() + (sal_uInt16)nWishDiff); in ResizeFrameCols()259 rArr[rArr.Count()-1]->SetWishWidth(rArr[rArr.Count()-1]->GetWishWidth() + (sal_uInt16)nWishDiff); in ResizeFrameCols()
Completed in 23 milliseconds