Home
last modified time | relevance | path

Searched refs:rScreenPosPixel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dtabview.cxx2184 sal_Bool lcl_MouseIsOverWin( const Point& rScreenPosPixel, Window* pWin ) in lcl_MouseIsOverWin() argument
2191 Point aRel = pWin->NormalizedScreenToOutputPixel( rScreenPosPixel ); in lcl_MouseIsOverWin()
2200 void ScTabView::SnapSplitPos( Point& rScreenPosPixel ) in SnapSplitPos() argument
2205 if (lcl_MouseIsOverWin(rScreenPosPixel,pGridWin[i])) in SnapSplitPos()
2226 Point aMouse = pWin->NormalizedScreenToOutputPixel( rScreenPosPixel ); in SnapSplitPos()
2239 rScreenPosPixel = pWin->OutputToNormalizedScreenPixel( aMouse ); in SnapSplitPos()
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx504 void SnapSplitPos( Point& rScreenPosPixel );

Completed in 27 milliseconds