Home
last modified time | relevance | path

Searched refs:nDifY (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx99 SCsROW nDifY; in TestDetective() local
103 nDifY = nStartRow - nCurY; in TestDetective()
108 nDifY = nEndRow - nCurY; in TestDetective()
110 pViewShell->MoveCursorRel( nDifX, nDifY, SC_FOLLOW_JUMP, sal_False ); in TestDetective()
/trunk/main/sc/source/core/data/
H A Dsortparam.cxx240 SCsROW nDifY = ((SCsROW) nDestRow) - ((SCsROW) nRow1); in MoveToDest() local
243 nRow1 = sal::static_int_cast<SCROW>( nRow1 + nDifY ); in MoveToDest()
245 nRow2 = sal::static_int_cast<SCROW>( nRow2 + nDifY ); in MoveToDest()
250 nField[i] += nDifY; in MoveToDest()
/trunk/main/sc/source/core/tool/
H A Dqueryparam.cxx301 SCsROW nDifY = ((SCsROW) nDestRow) - ((SCsROW) nRow1); in MoveToDest() local
305 nRow1 = sal::static_int_cast<SCROW>( nRow1 + nDifY ); in MoveToDest()
307 nRow2 = sal::static_int_cast<SCROW>( nRow2 + nDifY ); in MoveToDest()
H A Ddbcolect.cxx403 long nDifY = ((long) nRow1) - ((long) nStartRow); in MoveTo() local
405 long nSortDif = bByRow ? nDifX : nDifY; in MoveTo()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx341 void ScrollPixel( long nDifX, long nDifY );
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx4425 void ScGridWindow::ScrollPixel( long nDifX, long nDifY ) in ScrollPixel() argument
4434 Scroll( nDifX, nDifY, SCROLL_CHILDREN ); in ScrollPixel()

Completed in 59 milliseconds