Searched refs:bHorSBar (Results 1 – 3 of 3) sorted by relevance
1668 sal_Bool bHorSBar = pImp->HasHorScrollBar(); in PaintEntry1() local1682 if( !bHorSBar && pImp->HasHorScrollBar() ) in PaintEntry1()
1753 bool bHorSBar = (pView->GetStyle() & WB_HSCROLL) ? true : false; in AdjustScrollBars() local1772 if( bHorSBar || (nVirtWidth > nVisibleWidth) ) in AdjustScrollBars()
1483 sal_Bool bHorSBar = ( nWinBits & WB_HSCROLL ) != 0; in AdjustScrollBars() local1504 if( !bNoHorSBar && (bHorSBar || (nVirtWidth > nVisibleWidth)) ) in AdjustScrollBars()
Completed in 116 milliseconds