Searched refs:aConvPoint (Results 1 – 2 of 2) sorted by relevance
794 Point aConvPoint = LogicToPixel( rPoint ); in GetIndexForPoint() local795 aConvPoint = OutputToAbsoluteScreenPixel( aConvPoint ); in GetIndexForPoint()796 aConvPoint = pMain->AbsoluteScreenToOutputPixel( aConvPoint ); in GetIndexForPoint()797 aConvPoint = pMain->PixelToLogic( aConvPoint ); in GetIndexForPoint()800 sal_uInt16 nEntry = pMain->GetEntryPosForPoint( aConvPoint ); in GetIndexForPoint()807 aConvPoint = LogicToPixel( rPoint ); in GetIndexForPoint()808 aConvPoint = OutputToAbsoluteScreenPixel( aConvPoint ); in GetIndexForPoint()809 aConvPoint = mpImplWin->AbsoluteScreenToOutputPixel( aConvPoint ); in GetIndexForPoint()813 …if( aConvPoint.X() >= 0 && aConvPoint.Y() >= 0 && aConvPoint.X() < aImplWinSize.Width() && aConvPo… in GetIndexForPoint()
1593 Point aConvPoint = LogicToPixel( rPoint ); in GetIndexForPoint() local1594 aConvPoint = OutputToAbsoluteScreenPixel( aConvPoint ); in GetIndexForPoint()1595 aConvPoint = pMain->AbsoluteScreenToOutputPixel( aConvPoint ); in GetIndexForPoint()1596 aConvPoint = pMain->PixelToLogic( aConvPoint ); in GetIndexForPoint()1599 sal_uInt16 nEntry = pMain->GetEntryPosForPoint( aConvPoint ); in GetIndexForPoint()
Completed in 30 milliseconds