Searched refs:aEffPos (Results 1 – 1 of 1) sorted by relevance
246 Point aEffPos = rPointPixel; in SetCursorAtPoint() local247 if ( aEffPos.X() == 0 ) in SetCursorAtPoint()248 aEffPos.X() = -1; in SetCursorAtPoint()249 if ( aEffPos.Y() == 0 ) in SetCursorAtPoint()250 aEffPos.Y() = -1; in SetCursorAtPoint()255 sal_Bool bRightScroll = ( aEffPos.X() >= aWinSize.Width() ); in SetCursorAtPoint()256 sal_Bool bBottomScroll = ( aEffPos.Y() >= aWinSize.Height() ); in SetCursorAtPoint()257 sal_Bool bNegScroll = ( aEffPos.X() < 0 || aEffPos.Y() < 0 ); in SetCursorAtPoint()262 pViewData->GetPosFromPixel( aEffPos.X(), aEffPos.Y(), GetWhich(), in SetCursorAtPoint()293 if ( aEffPos.X() >= aWinSize.Width() ) in SetCursorAtPoint()[all …]
Completed in 22 milliseconds