Searched refs:bVerSBar (Results 1 – 3 of 3) sorted by relevance
1247 sal_Bool bVerSBar = ( nWindowStyle & WB_VSCROLL ) != 0; in AdjustScrollBars() local1266 if( bVerSBar || nTotalCount > nVisibleCount ) in AdjustScrollBars()1289 ((nTotalCount > nVisibleCount) || bVerSBar) ) in AdjustScrollBars()
1752 bool bVerSBar = (pView->GetStyle() & WB_VSCROLL) ? true : false; in AdjustScrollBars() local1759 if( bVerSBar || ( nVirtHeight > nVisibleHeight) ) in AdjustScrollBars()1784 ( (nVirtHeight > nVisibleHeight) || bVerSBar) ) in AdjustScrollBars()
1482 sal_Bool bVerSBar = ( nWinBits & WB_VSCROLL ) != 0; in AdjustScrollBars() local1491 if( !bNoVerSBar && (bVerSBar || ( nVirtHeight > nVisibleHeight)) ) in AdjustScrollBars()1516 ( !bNoVerSBar && ((nVirtHeight > nVisibleHeight) || bVerSBar)) ) in AdjustScrollBars()
Completed in 96 milliseconds