Searched refs:ArrowEnabled (Results 1 – 2 of 2) sorted by relevance
860 const bool bOldUp = ArrowEnabled(KEY_PAGEUP,aPage); in Scroll()861 const bool bOldDown = ArrowEnabled(KEY_PAGEDOWN,aPage); in Scroll()898 if ( (bOldUp != ArrowEnabled(KEY_PAGEUP,aPage)) ||(bOldDown != ArrowEnabled(KEY_PAGEDOWN,aPage)) ) in Scroll()952 bool SwPostItMgr::ArrowEnabled(sal_uInt16 aDirection,unsigned long aPage) const in ArrowEnabled() function in SwPostItMgr970 if (ArrowEnabled(aDirection,aPage)) in GetArrowColor()
183 bool ArrowEnabled(sal_uInt16 aDirection,unsigned long aPage) const;
Completed in 57 milliseconds