Home
last modified time | relevance | path

Searched refs:nScroll (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx271 sal_Int32 nScroll = (GetFirstVisPos() > 0) ? CSV_SCROLL_DIST : 0; in GetNoScrollPos() local
272 nNewPos = Max( nPos, GetFirstVisPos() + nScroll ); in GetNoScrollPos()
276 sal_Int32 nScroll = (GetFirstVisPos() < GetMaxPosOffset()) ? CSV_SCROLL_DIST : 0; in GetNoScrollPos() local
277 nNewPos = Min( nNewPos, GetLastVisPos() - nScroll - sal_Int32( 1 ) ); in GetNoScrollPos()
H A Dcsvgrid.cxx184 sal_Int32 nScroll = (GetFirstVisPos() > 0) ? CSV_SCROLL_DIST : 0; in GetNoScrollCol() local
185 nNewPos = GetFirstVisPos() + nScroll; in GetNoScrollCol()
189 sal_Int32 nScroll = (GetFirstVisPos() < GetMaxPosOffset()) ? CSV_SCROLL_DIST : 0; in GetNoScrollCol() local
190 nNewPos = GetLastVisPos() - nScroll - 1; in GetNoScrollCol()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx2508 short nScroll = 0; in ShowDropPos() local
2518 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()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx426 long nScroll = nRealDelta * (-1); in PageDown() local
427 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()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx519 long nScroll = -aFromRect.GetWidth(); in SetColumnPos() local
528 nScroll *= -1; // reverse direction in SetColumnPos()
534 pDataWin->Scroll( nScroll, 0, aScrollArea ); in SetColumnPos()

Completed in 49 milliseconds