Home
last modified time | relevance | path

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

/AOO42X/main/vcl/inc/
H A Dilstbox.hxx404 ImplListBoxWindow maLBWindow; member in ImplListBox
437 const ImplEntryList* GetEntryList() const { return maLBWindow.GetEntryList(); } in GetEntryList()
438 ImplListBoxWindow* GetMainWindow() { return &maLBWindow; } in GetMainWindow()
448 …void SetEntryData( sal_uInt16 nPos, void* pNewData ) { maLBWindow.GetEntryList()->SetEn… in SetEntryData()
456 void ResetCurrentPos() { maLBWindow.ResetCurrentPos(); } in ResetCurrentPos()
457 sal_uInt16 GetCurrentPos() const { return maLBWindow.GetCurrentPos(); } in GetCurrentPos()
459 …sal_Bool ProcessKeyInput( const KeyEvent& rKEvt ) { return maLBWindow.ProcessKeyInpu… in ProcessKeyInput()
462 void SetSeparatorPos( sal_uInt16 n ) { maLBWindow.SetSeparatorPos( n ); } in SetSeparatorPos()
463 sal_uInt16 GetSeparatorPos() const { return maLBWindow.GetSeparatorPos(); } in GetSeparatorPos()
465 void SetTopEntry( sal_uInt16 nTop ) { maLBWindow.SetTopEntry( nTop ); } in SetTopEntry()
[all …]
/AOO42X/main/vcl/source/control/
H A Dilstbox.cxx2258 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()
[all …]