Searched refs:nNewWishWidth (Results 1 – 1 of 1) sorted by relevance
233 long nNewWishWidth = nWishSum + nWishDiff; in ResizeFrameCols() local234 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 120 milliseconds