Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dlstbox.cxx794 Point aConvPoint = LogicToPixel( rPoint ); in GetIndexForPoint() local
795 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()
H A Dcombobox.cxx1593 Point aConvPoint = LogicToPixel( rPoint ); in GetIndexForPoint() local
1594 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 19 milliseconds