Lines Matching refs:ImplListBox

2256 ImplListBox::ImplListBox( Window* pParent, WinBits nWinStyle ) :  in ImplListBox()  function in ImplListBox
2267 Link aLink( LINK( this, ImplListBox, ScrollBarHdl ) ); in ImplListBox()
2276 maLBWindow.SetScrollHdl( LINK( this, ImplListBox, LBWindowScrolled ) ); in ImplListBox()
2277 maLBWindow.SetMRUChangedHdl( LINK( this, ImplListBox, MRUChanged ) ); in ImplListBox()
2284 ImplListBox::~ImplListBox() in ~ImplListBox()
2293 void ImplListBox::Clear() in Clear()
2308 sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const XubString& rStr ) in InsertEntry()
2318 sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const Image& rImage ) in InsertEntry()
2328 sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const XubString& rStr, const Image& rImage ) in InsertEntry()
2338 void ImplListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
2346 void ImplListBox::SetEntryFlags( sal_uInt16 nPos, long nFlags ) in SetEntryFlags()
2353 long ImplListBox::GetEntryFlags( sal_uInt16 nPos ) const in GetEntryFlags()
2360 void ImplListBox::SelectEntry( sal_uInt16 nPos, sal_Bool bSelect ) in SelectEntry()
2367 void ImplListBox::SetNoSelection() in SetNoSelection()
2374 void ImplListBox::GetFocus() in GetFocus()
2381 Window* ImplListBox::GetPreferredKeyInputWindow() in GetPreferredKeyInputWindow()
2388 void ImplListBox::Resize() in Resize()
2398 IMPL_LINK( ImplListBox, MRUChanged, void*, EMPTYARG ) in IMPL_LINK() argument
2406 IMPL_LINK( ImplListBox, LBWindowScrolled, void*, EMPTYARG ) in IMPL_LINK() argument
2422 IMPL_LINK( ImplListBox, ScrollBarHdl, ScrollBar*, pSB ) in IMPL_LINK() argument
2435 void ImplListBox::ImplCheckScrollBars() in ImplCheckScrollBars()
2518 void ImplListBox::ImplInitScrollBars() in ImplInitScrollBars()
2542 void ImplListBox::ImplResizeControls() in ImplResizeControls()
2606 void ImplListBox::StateChanged( StateChangedType nType ) in StateChanged()
2658 void ImplListBox::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
2672 long ImplListBox::Notify( NotifyEvent& rNEvt ) in Notify()
2693 const Wallpaper& ImplListBox::GetDisplayBackground() const in GetDisplayBackground()
2700 sal_Bool ImplListBox::HandleWheelAsCursorTravel( const CommandEvent& rCEvt ) in HandleWheelAsCursorTravel()
2718 void ImplListBox::SetMRUEntries( const XubString& rEntries, xub_Unicode cSep ) in SetMRUEntries()
2750 XubString ImplListBox::GetMRUEntries( xub_Unicode cSep ) const in GetMRUEntries()
2764 void ImplListBox::SetEdgeBlending(bool bNew) in SetEdgeBlending()