Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/ !
H A Dview0.cxx333 aBool.SetValue( pOpt->IsSmoothScroll()); break; in StateViewOptions()
470 bFlag = !pOpt->IsSmoothScroll(); in ExecViewOptions()
/trunk/main/sw/source/ui/config/ !
H A Dcfgitems.cxx210 bSmoothScroll = rVOpt.IsSmoothScroll(); in SwElemItem()
H A Dusrpref.cxx325 … case 10: rVal <<= (sal_Bool) rParent.IsSmoothScroll(); break; // "Window/SmoothScroll", in Commit()
/trunk/main/sw/inc/ !
H A Dviewopt.hxx363 inline sal_Bool IsSmoothScroll() const in IsSmoothScroll() function in SwViewOption
/trunk/main/sw/source/ui/uno/ !
H A Dunomod.cxx918 …case HANDLE_VIEWSET_SMOOTH_SCROLLING : bBoolVal = mpConstViewOption->IsSmoothScroll(); br… in _getSingleValue()
/trunk/main/sw/source/core/view/ !
H A Dviewsh.cxx1337 …oothScrollAllowed(bOnlyYScroll && bEnableSmooth && GetViewOptions()->IsSmoothScroll() && bAllowedW… in SmoothScroll()