Home
last modified time | relevance | path

Searched refs:rPosX (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1794 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 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()
378 if ( rPosX <= 0 ) in lcl_GetHyperlinkCell()
381 --rPosX; // weitersuchen in lcl_GetHyperlinkCell()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx353 SCsCOL& rPosX, SCsROW& rPosY,

Completed in 60 milliseconds