Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx721 …long lOffset = -1 * GetScrollSize() * (aVisiblePostItList.size() - aAvailableHeight / GetScrollSiz… in LayoutPostIts()
855 DBG_ASSERT((lScroll % GetScrollSize() )==0,"SwPostItMgr::Scroll: scrolling by wrong value"); in Scroll()
919 …oll = bBottom ? (aDiff + ( GetScrollSize() - (aDiff % GetScrollSize()))) : (aDiff - (GetScrollSize in AutoScroll()
1598 Scroll( GetScrollSize(),aPage); in ScrollbarHit()
1600 Scroll( -1*GetScrollSize(), aPage); in ScrollbarHit()
1607 Scroll(GetScrollSize(), aPage); in ScrollbarHit()
1609 Scroll(-1*GetScrollSize(), aPage); in ScrollbarHit()
1803 sal_Int32 SwPostItMgr::GetScrollSize() const in GetScrollSize() function in SwPostItMgr
/trunk/main/sw/inc/
H A DPostItMgr.hxx189 sal_Int32 GetScrollSize() const;

Completed in 20 milliseconds