Searched refs:rPosX (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1794 SCsCOL& rPosX, SCsROW& rPosY, in GetPosFromPixel() argument 1812 rPosX = nStartPosX; in GetPosFromPixel() 1822 ++rPosX; in GetPosFromPixel() 1824 --rPosX; in GetPosFromPixel() 1828 while ( rPosX>0 && nClickX < nScrX ) in GetPosFromPixel() 1830 --rPosX; in GetPosFromPixel() 1849 if ( rPosX == nStartPosX && nClickX > 0 ) in GetPosFromPixel() 1854 ++rPosX; in GetPosFromPixel() 1865 if (rPosX<0) rPosX=0; in GetPosFromPixel() 1866 if (rPosX>MAXCOL) rPosX=MAXCOL; in GetPosFromPixel() [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() 378 if ( rPosX <= 0 ) in lcl_GetHyperlinkCell() 381 --rPosX; // weitersuchen in lcl_GetHyperlinkCell()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 353 SCsCOL& rPosX, SCsROW& rPosY,
|
Completed in 66 milliseconds