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()
1591 Point aConvPoint = LogicToPixel( rPoint ); in GetIndexForPoint() local1592 aConvPoint = OutputToAbsoluteScreenPixel( aConvPoint ); in GetIndexForPoint()1593 aConvPoint = pMain->AbsoluteScreenToOutputPixel( aConvPoint ); in GetIndexForPoint()1594 aConvPoint = pMain->PixelToLogic( aConvPoint ); in GetIndexForPoint()1597 sal_uInt16 nEntry = pMain->GetEntryPosForPoint( aConvPoint ); in GetIndexForPoint()