Lines Matching refs:GetMainWindow

224 		mpImplLB->GetMainWindow()->AllowGrabFocus( sal_True );  in ImplInit()
299 mpImplLB->GetMainWindow()->ImplClearLayoutData(); in IMPL_LINK()
322 mpImplLB->GetMainWindow()->ImplClearLayoutData(); in IMPL_LINK()
707 Control* pMainWindow = mpImplLB->GetMainWindow(); in FillLayoutData()
775 mpImplLB->GetMainWindow()->EnableSort( ( GetStyle() & WB_SORT ) ? sal_True : sal_False ); in StateChanged()
898 … rNEvt.GetType() == EVENT_MOUSEBUTTONDOWN ) && ( rNEvt.GetWindow() == mpImplLB->GetMainWindow() ) ) in Notify()
1215 Size aOutSz = mpImplLB->GetMainWindow()->GetOutputSizePixel(); in GetMaxVisColumnsAndLines()
1231 mpImplLB->GetMainWindow()->ImplInitSettings( sal_True, sal_True, sal_True ); in Draw()
1235 Font aFont = mpImplLB->GetMainWindow()->GetDrawPixelFont( pDev ); in Draw()
1351 mpImplLB->GetMainWindow()->SetUserItemSize( rSz ); in SetUserItemSize()
1358 return mpImplLB->GetMainWindow()->GetUserItemSize(); in GetUserItemSize()
1365 mpImplLB->GetMainWindow()->EnableUserDraw( bUserDraw ); in EnableUserDraw()
1372 return mpImplLB->GetMainWindow()->IsUserDrawEnabled(); in IsUserDrawEnabled()
1379 DBG_ASSERT( rEvt.GetDevice() == mpImplLB->GetMainWindow(), "DrawEntry?!" ); in DrawEntry()
1380 …mpImplLB->GetMainWindow()->DrawEntry( rEvt.GetItemId(), bDrawImage, bDrawText, bDrawTextAtImagePos… in DrawEntry()
1506 …return mpFloatWin ? Rectangle() : mpImplLB->GetMainWindow()->GetWindowExtentsRelative( const_cast<… in GetListPosSizePixel()
1561 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle()
1562 Rectangle aOffset = mpImplLB->GetMainWindow()->GetWindowExtentsRelative( (Window*)this ); in GetBoundingRectangle()
1590 ImplListBoxWindow* pMain = mpImplLB->GetMainWindow(); in GetIndexForPoint()