Searched refs:nClickY (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1793 sal_Bool ScViewData::GetPosFromPixel( long nClickX, long nClickY, ScSplitPos eWhich, in GetPosFromPixel() argument 1835 if (nClickY > 0) in GetPosFromPixel() 1836 AddPixelsWhile( nScrY, nClickY, rPosY, MAXROW, nPPTY, pDoc, nTabNo ); in GetPosFromPixel() 1840 while ( rPosY>0 && nClickY < nScrY ) in GetPosFromPixel() 1856 if ( rPosY == nStartPosY && nClickY > 0 ) in GetPosFromPixel() 1860 if ( nClickY > aScrSize.Height() ) in GetPosFromPixel()
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 352 sal_Bool GetPosFromPixel( long nClickX, long nClickY, ScSplitPos eWhich,
|
Completed in 33 milliseconds