Searched refs:ArrowEnabled (Results 1 – 2 of 2) sorted by relevance
862 const bool bOldUp = ArrowEnabled(KEY_PAGEUP,aPage); in Scroll()863 const bool bOldDown = ArrowEnabled(KEY_PAGEDOWN,aPage); in Scroll()900 if ( (bOldUp != ArrowEnabled(KEY_PAGEUP,aPage)) ||(bOldDown != ArrowEnabled(KEY_PAGEDOWN,aPage)) ) in Scroll()954 bool SwPostItMgr::ArrowEnabled(sal_uInt16 aDirection,unsigned long aPage) const in ArrowEnabled() function in SwPostItMgr972 if (ArrowEnabled(aDirection,aPage)) in GetArrowColor()
183 bool ArrowEnabled(sal_uInt16 aDirection,unsigned long aPage) const;
Completed in 26 milliseconds