Home
last modified time | relevance | path

Searched refs:rPosY (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1813 rPosY = nStartPosY; in GetPosFromPixel()
1842 --rPosY; in GetPosFromPixel()
1861 ++rPosY; in GetPosFromPixel()
1867 if (rPosY<0) rPosY=0; in GetPosFromPixel()
1868 if (rPosY>MAXROW) rPosY=MAXROW; in GetPosFromPixel()
3109 SCROW nRow = rPosY; in AddPixelsWhile()
3139 if (nRow > rPosY) in AddPixelsWhile()
3141 rPosY = nRow; in AddPixelsWhile()
3150 SCROW nRow = rPosY; in AddPixelsWhileBackward()
3180 if (nRow < rPosY) in AddPixelsWhileBackward()
[all …]
H A Dgridwin.cxx370 sal_Bool lcl_GetHyperlinkCell(ScDocument* pDoc, SCCOL& rPosX, SCROW& rPosY, SCTAB nTab, ScBaseCell*… in lcl_GetHyperlinkCell() argument
375 pDoc->GetCell( rPosX, rPosY, nTab, rpCell ); in lcl_GetHyperlinkCell()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx353 SCsCOL& rPosX, SCsROW& rPosY,
488 SCROW & rPosY, SCROW nEndRow, double nPPTY,
497 SCROW & rPosY, SCROW nStartRow, double nPPTY,
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1605 bool lcl_AddTwipsWhile( long & rTwips, long nStopTwips, SCROW & rPosY, SCROW nEndRow, const ScTable… in lcl_AddTwipsWhile() argument
1607 SCROW nRow = rPosY; in lcl_AddTwipsWhile()
1639 if (nRow > rPosY) in lcl_AddTwipsWhile()
1644 rPosY = nRow; in lcl_AddTwipsWhile()

Completed in 64 milliseconds