Searched refs:bShowButtons (Results 1 – 1 of 1) sorted by relevance
1238 sal_Bool bShowButtons = pVScrollbar->IsVisible(sal_True); in OuterResizePixel() local1239 if(pPageUpBtn && pPageUpBtn->IsVisible() != bShowButtons) in OuterResizePixel()1241 pPageUpBtn->Show(bShowButtons); in OuterResizePixel()1243 pPageDownBtn->Show(bShowButtons); in OuterResizePixel()1245 pNaviBtn->Show(bShowButtons); in OuterResizePixel()1319 sal_Bool bShowButtons = pVScrollbar->IsVisible(sal_True); in UpdateScrollbars() local1320 if(pPageUpBtn && pPageUpBtn->IsVisible() != bShowButtons) in UpdateScrollbars()1322 pPageUpBtn->Show(bShowButtons); in UpdateScrollbars()1324 pPageDownBtn->Show(bShowButtons); in UpdateScrollbars()1326 pNaviBtn->Show(bShowButtons); in UpdateScrollbars()
Completed in 17 milliseconds