Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dlstbox.cxx791 ImplListBoxWindow* pMain = mpImplLB->GetMainWindow(); in GetIndexForPoint() local
796 aConvPoint = pMain->AbsoluteScreenToOutputPixel( aConvPoint ); in GetIndexForPoint()
797 aConvPoint = pMain->PixelToLogic( aConvPoint ); in GetIndexForPoint()
800 sal_uInt16 nEntry = pMain->GetEntryPosForPoint( aConvPoint ); in GetIndexForPoint()
H A Dcombobox.cxx1588 ImplListBoxWindow* pMain = mpImplLB->GetMainWindow(); in GetIndexForPoint() local
1593 aConvPoint = pMain->AbsoluteScreenToOutputPixel( aConvPoint ); in GetIndexForPoint()
1594 aConvPoint = pMain->PixelToLogic( aConvPoint ); in GetIndexForPoint()
1597 sal_uInt16 nEntry = pMain->GetEntryPosForPoint( aConvPoint ); in GetIndexForPoint()