Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx1238 sal_Bool bShowButtons = pVScrollbar->IsVisible(sal_True); in OuterResizePixel() local
1239 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() local
1320 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 19 milliseconds