Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/config/
H A Dusrpref.cxx392 … case 20: rParent.SetShowScrollBarTips(bSet); break;// "Window/ShowScrollBarTips", in Load()
/AOO42X/main/sw/inc/
H A Dviewopt.hxx496 void SetShowScrollBarTips( sal_Bool b) in SetShowScrollBarTips() function in SwViewOption
/AOO42X/main/sw/source/ui/uno/
H A Dunomod.cxx691 … case HANDLE_VIEWSET_SCROLLBAR_TIPS : mpViewOption->SetShowScrollBarTips(bVal); break; in _setSingleValue()