Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/uiview/
H A Dviewtab.cxx232 long nWishDiff = (nWishSum * 100/nOldWidth * nNewWidth) / 100 - nWishSum; in ResizeFrameCols() local
233 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 55 milliseconds