Searched refs:nVisWidth (Results 1 – 3 of 3) sorted by relevance
1866 long nVisWidth = 0; in ScrollViewSzChg() local1872 nVisWidth = rDocRect.GetWidth(); in ScrollViewSzChg()1877 pHScrollbar->SetVisibleSize( nVisWidth ); in ScrollViewSzChg()1879 pHScrollbar->SetLineSize( nVisWidth / 10 ); in ScrollViewSzChg()1880 pHScrollbar->SetPageSize( nVisWidth / 2 ); in ScrollViewSzChg()
2178 const long nVisWidth = mnViewWidth - 2 * nBorder; in CheckViewLayout() local2186 long nWidthRemain = nVisWidth; in CheckViewLayout()2312 const long nSizeDiff = nVisWidth > nCurrentRowWidth ? in CheckViewLayout()2313 ( nVisWidth - nCurrentRowWidth ) / 2 : in CheckViewLayout()2428 nWidthRemain = nVisWidth; in CheckViewLayout()
1183 SwTwips nVisWidth; in UpdateCols() local1184 if((nVisWidth = GetVisibleWidth(i)) + nDiff < MINLAY) in UpdateCols()1186 nAdd += nVisWidth - MINLAY; in UpdateCols()1191 SetVisibleWidth(i, nVisWidth + nDiff); in UpdateCols()
Completed in 36 milliseconds