Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/docvw/
H A DPostItMgr.cxx723 …long lOffset = -1 * GetScrollSize() * (aVisiblePostItList.size() - aAvailableHeight / GetScrollSiz… in LayoutPostIts()
857 DBG_ASSERT((lScroll % GetScrollSize() )==0,"SwPostItMgr::Scroll: scrolling by wrong value"); in Scroll()
921 …oll = bBottom ? (aDiff + ( GetScrollSize() - (aDiff % GetScrollSize()))) : (aDiff - (GetScrollSize in AutoScroll()
1600 Scroll( GetScrollSize(),aPage); in ScrollbarHit()
1602 Scroll( -1*GetScrollSize(), aPage); in ScrollbarHit()
1609 Scroll(GetScrollSize(), aPage); in ScrollbarHit()
1611 Scroll(-1*GetScrollSize(), aPage); in ScrollbarHit()
1805 sal_Int32 SwPostItMgr::GetScrollSize() const in GetScrollSize() function in SwPostItMgr
/aoo41x/main/sw/inc/
H A DPostItMgr.hxx189 sal_Int32 GetScrollSize() const;

Completed in 36 milliseconds