Searched refs:nScroll (Results 1 – 5 of 5) sorted by relevance
271 sal_Int32 nScroll = (GetFirstVisPos() > 0) ? CSV_SCROLL_DIST : 0; in GetNoScrollPos() local272 nNewPos = Max( nPos, GetFirstVisPos() + nScroll ); in GetNoScrollPos()276 sal_Int32 nScroll = (GetFirstVisPos() < GetMaxPosOffset()) ? CSV_SCROLL_DIST : 0; in GetNoScrollPos() local277 nNewPos = Min( nNewPos, GetLastVisPos() - nScroll - sal_Int32( 1 ) ); in GetNoScrollPos()
184 sal_Int32 nScroll = (GetFirstVisPos() > 0) ? CSV_SCROLL_DIST : 0; in GetNoScrollCol() local185 nNewPos = GetFirstVisPos() + nScroll; in GetNoScrollCol()189 sal_Int32 nScroll = (GetFirstVisPos() < GetMaxPosOffset()) ? CSV_SCROLL_DIST : 0; in GetNoScrollCol() local190 nNewPos = GetLastVisPos() - nScroll - 1; in GetNoScrollCol()
2508 short nScroll = 0; in ShowDropPos() local2518 nScroll = 1; in ShowDropPos()2527 nScroll = -1; in ShowDropPos()2539 nScroll = -1; in ShowDropPos()2545 if ( mbDropPos && (nNewDropPos == mnDropPos) && !nScroll ) in ShowDropPos()2553 if ( nScroll ) in ShowDropPos()2556 SetFirstPageId( GetPageId( mnFirstPos+nScroll ) ); in ShowDropPos()
426 long nScroll = nRealDelta * (-1); in PageDown() local427 pView->NotifyScrolling( nScroll ); in PageDown()429 nScroll = pView->GetEntryHeight()*nRealDelta; in PageDown()430 nScroll = -nScroll; in PageDown()432 pView->Scroll( 0, nScroll, aArea, SCROLL_NOCHILDREN ); in PageDown()
519 long nScroll = -aFromRect.GetWidth(); in SetColumnPos() local528 nScroll *= -1; // reverse direction in SetColumnPos()534 pDataWin->Scroll( nScroll, 0, aScrollArea ); in SetColumnPos()
Completed in 45 milliseconds