Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dcombobox.cxx1590 ImplListBoxWindow* pMain = mpImplLB->GetMainWindow(); in GetIndexForPoint() local
1595 aConvPoint = pMain->AbsoluteScreenToOutputPixel( aConvPoint ); in GetIndexForPoint()
1596 aConvPoint = pMain->PixelToLogic( aConvPoint ); in GetIndexForPoint()
1599 sal_uInt16 nEntry = pMain->GetEntryPosForPoint( aConvPoint ); in GetIndexForPoint()
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()

Completed in 35 milliseconds