Lines Matching refs:rPosY
1794 SCsCOL& rPosX, SCsROW& rPosY, in GetPosFromPixel() argument
1813 rPosY = nStartPosY; in GetPosFromPixel()
1836 AddPixelsWhile( nScrY, nClickY, rPosY, MAXROW, nPPTY, pDoc, nTabNo ); in GetPosFromPixel()
1840 while ( rPosY>0 && nClickY < nScrY ) in GetPosFromPixel()
1842 --rPosY; in GetPosFromPixel()
1843 nScrY -= ToPixel( pDoc->GetRowHeight( rPosY, nTabNo ), nPPTY ); in GetPosFromPixel()
1856 if ( rPosY == nStartPosY && nClickY > 0 ) in GetPosFromPixel()
1861 ++rPosY; in GetPosFromPixel()
1867 if (rPosY<0) rPosY=0; in GetPosFromPixel()
1868 if (rPosY>MAXROW) rPosY=MAXROW; in GetPosFromPixel()
1875 while (pDoc->IsHorOverlapped( rPosX, rPosY, nTabNo )) in GetPosFromPixel()
1878 while (pDoc->IsVerOverlapped( rPosX, rPosY, nTabNo )) in GetPosFromPixel()
1879 { --rPosY; bVOver=sal_True; } in GetPosFromPixel()
1884 pDoc->GetAttr( rPosX, rPosY, nTabNo, ATTR_MERGE ); in GetPosFromPixel()
3106 void ScViewData::AddPixelsWhile( long & rScrY, long nEndPixels, SCROW & rPosY, in AddPixelsWhile() argument
3109 SCROW nRow = rPosY; in AddPixelsWhile()
3139 if (nRow > rPosY) in AddPixelsWhile()
3141 rPosY = nRow; in AddPixelsWhile()
3147 SCROW & rPosY, SCROW nStartRow, double nPPTY, const ScDocument * pDoc, in AddPixelsWhileBackward() argument
3150 SCROW nRow = rPosY; in AddPixelsWhileBackward()
3180 if (nRow < rPosY) in AddPixelsWhileBackward()
3182 rPosY = nRow; in AddPixelsWhileBackward()