Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1247 sal_Bool bVerSBar = ( nWindowStyle & WB_VSCROLL ) != 0; in AdjustScrollBars() local
1266 if( bVerSBar || nTotalCount > nVisibleCount ) in AdjustScrollBars()
1289 ((nTotalCount > nVisibleCount) || bVerSBar) ) in AdjustScrollBars()
H A Dsvimpicn.cxx1752 bool bVerSBar = (pView->GetStyle() & WB_VSCROLL) ? true : false; in AdjustScrollBars() local
1759 if( bVerSBar || ( nVirtHeight > nVisibleHeight) ) in AdjustScrollBars()
1784 ( (nVirtHeight > nVisibleHeight) || bVerSBar) ) in AdjustScrollBars()
H A Dimivctl1.cxx1482 sal_Bool bVerSBar = ( nWinBits & WB_VSCROLL ) != 0; in AdjustScrollBars() local
1491 if( !bNoVerSBar && (bVerSBar || ( nVirtHeight > nVisibleHeight)) ) in AdjustScrollBars()
1516 ( !bNoVerSBar && ((nVirtHeight > nVisibleHeight) || bVerSBar)) ) in AdjustScrollBars()

Completed in 66 milliseconds