Lines Matching refs:maLBWindow

2258 	maLBWindow( this, nWinStyle&(~WB_BORDER) )  in ImplListBox()
2276 maLBWindow.SetScrollHdl( LINK( this, ImplListBox, LBWindowScrolled ) ); in ImplListBox()
2277 maLBWindow.SetMRUChangedHdl( LINK( this, ImplListBox, MRUChanged ) ); in ImplListBox()
2278 maLBWindow.SetEdgeBlending(GetEdgeBlending()); in ImplListBox()
2279 maLBWindow.Show(); in ImplListBox()
2295 maLBWindow.Clear(); in Clear()
2298 maLBWindow.GetEntryList()->SetMRUCount( 0 ); in Clear()
2299 maLBWindow.SetSeparatorPos( LISTBOX_ENTRY_NOTFOUND ); in Clear()
2311 sal_uInt16 nNewPos = maLBWindow.InsertEntry( nPos, pNewEntry ); in InsertEntry()
2321 sal_uInt16 nNewPos = maLBWindow.InsertEntry( nPos, pNewEntry ); in InsertEntry()
2331 sal_uInt16 nNewPos = maLBWindow.InsertEntry( nPos, pNewEntry ); in InsertEntry()
2340 maLBWindow.RemoveEntry( nPos ); in RemoveEntry()
2348 maLBWindow.SetEntryFlags( nPos, nFlags ); in SetEntryFlags()
2355 return maLBWindow.GetEntryList()->GetEntryFlags( nPos ); in GetEntryFlags()
2362 maLBWindow.SelectEntry( nPos, bSelect ); in SelectEntry()
2369 maLBWindow.DeselectAll(); in SetNoSelection()
2376 maLBWindow.GrabFocus(); in GetFocus()
2383 return &maLBWindow; in GetPreferredKeyInputWindow()
2520 Size aOutSz = maLBWindow.GetOutputSizePixel(); in ImplInitScrollBars()
2559 sal_Bool bMirroring = maLBWindow.IsMirroring(); in ImplResizeControls()
2561 maLBWindow.SetPosSizePixel( aWinPos, aInnerSz ); in ImplResizeControls()
2615 maLBWindow.SetUpdateMode( bUpdate ); in StateChanged()
2630 maLBWindow.SetZoom( GetZoom() ); in StateChanged()
2635 maLBWindow.SetControlFont( GetControlFont() ); in StateChanged()
2639 maLBWindow.SetControlForeground( GetControlForeground() ); in StateChanged()
2643 maLBWindow.SetControlBackground( GetControlBackground() ); in StateChanged()
2647 maLBWindow.EnableRTL( IsRTLEnabled() ); in StateChanged()
2695 return maLBWindow.GetDisplayBackground(); in GetDisplayBackground()
2724 maLBWindow.RemoveEntry( --n ); in SetMRUEntries()
2735 maLBWindow.GetEntryList()->InsertEntry( nMRUCount++, pNewEntry, sal_False ); in SetMRUEntries()
2742 maLBWindow.GetEntryList()->SetMRUCount( nMRUCount ); in SetMRUEntries()
2769 maLBWindow.SetEdgeBlending(GetEdgeBlending()); in SetEdgeBlending()