Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1868 long nVisWidth = 0; in ScrollViewSzChg() local
1874 nVisWidth = rDocRect.GetWidth(); in ScrollViewSzChg()
1879 pHScrollbar->SetVisibleSize( nVisWidth ); in ScrollViewSzChg()
1881 pHScrollbar->SetLineSize( nVisWidth / 10 ); in ScrollViewSzChg()
1882 pHScrollbar->SetPageSize( nVisWidth / 2 ); in ScrollViewSzChg()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2178 const long nVisWidth = mnViewWidth - 2 * nBorder; in CheckViewLayout() local
2186 long nWidthRemain = nVisWidth; in CheckViewLayout()
2312 const long nSizeDiff = nVisWidth > nCurrentRowWidth ? in CheckViewLayout()
2313 ( nVisWidth - nCurrentRowWidth ) / 2 : in CheckViewLayout()
2428 nWidthRemain = nVisWidth; in CheckViewLayout()
/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx1183 SwTwips nVisWidth; in UpdateCols() local
1184 if((nVisWidth = GetVisibleWidth(i)) + nDiff < MINLAY) in UpdateCols()
1186 nAdd += nVisWidth - MINLAY; in UpdateCols()
1191 SetVisibleWidth(i, nVisWidth + nDiff); in UpdateCols()

Completed in 29 milliseconds