Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx233 long nNewWishWidth = nWishSum + nWishDiff; in ResizeFrameCols() local
234 if(nNewWishWidth > 0xffffl) in ResizeFrameCols()
237 long nScale = (0xffffl << 8)/ nNewWishWidth; in ResizeFrameCols()
251 lcl_Scale(nNewWishWidth, nScale); in ResizeFrameCols()
254 rCol.SetWishWidth( (sal_uInt16) (nNewWishWidth) ); in ResizeFrameCols()

Completed in 20 milliseconds