Lines Matching refs:GetMainWindow
222 mpImplLB->GetMainWindow()->AllowGrabFocus( sal_True ); in ImplInit()
297 mpImplLB->GetMainWindow()->ImplClearLayoutData(); in IMPL_LINK()
320 mpImplLB->GetMainWindow()->ImplClearLayoutData(); in IMPL_LINK()
705 Control* pMainWindow = mpImplLB->GetMainWindow(); in FillLayoutData()
773 mpImplLB->GetMainWindow()->EnableSort( ( GetStyle() & WB_SORT ) ? sal_True : sal_False ); in StateChanged()
896 … rNEvt.GetType() == EVENT_MOUSEBUTTONDOWN ) && ( rNEvt.GetWindow() == mpImplLB->GetMainWindow() ) ) in Notify()
1213 Size aOutSz = mpImplLB->GetMainWindow()->GetOutputSizePixel(); in GetMaxVisColumnsAndLines()
1229 mpImplLB->GetMainWindow()->ImplInitSettings( sal_True, sal_True, sal_True ); in Draw()
1233 Font aFont = mpImplLB->GetMainWindow()->GetDrawPixelFont( pDev ); in Draw()
1349 mpImplLB->GetMainWindow()->SetUserItemSize( rSz ); in SetUserItemSize()
1356 return mpImplLB->GetMainWindow()->GetUserItemSize(); in GetUserItemSize()
1363 mpImplLB->GetMainWindow()->EnableUserDraw( bUserDraw ); in EnableUserDraw()
1370 return mpImplLB->GetMainWindow()->IsUserDrawEnabled(); in IsUserDrawEnabled()
1377 DBG_ASSERT( rEvt.GetDevice() == mpImplLB->GetMainWindow(), "DrawEntry?!" ); in DrawEntry()
1378 …mpImplLB->GetMainWindow()->DrawEntry( rEvt.GetItemId(), bDrawImage, bDrawText, bDrawTextAtImagePos… in DrawEntry()
1504 …return mpFloatWin ? Rectangle() : mpImplLB->GetMainWindow()->GetWindowExtentsRelative( const_cast<… in GetListPosSizePixel()
1559 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle()
1560 Rectangle aOffset = mpImplLB->GetMainWindow()->GetWindowExtentsRelative( (Window*)this ); in GetBoundingRectangle()
1588 ImplListBoxWindow* pMain = mpImplLB->GetMainWindow(); in GetIndexForPoint()