Searched refs:bAutoVScroll (Results 1 – 4 of 4) sorted by relevance
138 FASTBOOL bAutoVScroll; // autohide horizontaler Scrollbar member in BrowserDataWin
2451 getDataWindow()->bAutoVScroll = BROWSER_AUTO_VSCROLL == ( nMode & BROWSER_AUTO_VSCROLL ); in SetMode()2457 DBG_ASSERT( !( getDataWindow()->bAutoVScroll && getDataWindow()->bNoVScroll ), in SetMode()2461 if ( getDataWindow()->bAutoVScroll ) in SetMode()
1204 sal_Bool bNeedsVScroll = getDataWindow()->bAutoVScroll in UpdateScrollbars()
203 const sal_Bool bAutoVScroll = ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL; in ImpUpdateSrollBarVis() local204 if ( !bNeedVScroll && bAutoVScroll ) in ImpUpdateSrollBarVis()
Completed in 53 milliseconds