Searched refs:rPosY (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1813 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 D | gridwin.cxx | 370 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()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 353 SCsCOL& rPosX, SCsROW& rPosY, 488 SCROW & rPosY, SCROW nEndRow, double nPPTY, 497 SCROW & rPosY, SCROW nStartRow, double nPPTY,
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen3.cxx | 1605 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 62 milliseconds