Home
last modified time | relevance | path

Searched refs:maLBWindow (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dilstbox.cxx2279 maLBWindow.Show(); in ImplListBox()
2295 maLBWindow.Clear(); in Clear()
2340 maLBWindow.RemoveEntry( nPos ); in RemoveEntry()
2348 maLBWindow.SetEntryFlags( nPos, nFlags ); in SetEntryFlags()
2362 maLBWindow.SelectEntry( nPos, bSelect ); in SelectEntry()
2369 maLBWindow.DeselectAll(); in SetNoSelection()
2376 maLBWindow.GrabFocus(); in GetFocus()
2383 return &maLBWindow; in GetPreferredKeyInputWindow()
2615 maLBWindow.SetUpdateMode( bUpdate ); in StateChanged()
2630 maLBWindow.SetZoom( GetZoom() ); in StateChanged()
[all …]
/trunk/main/vcl/inc/
H A Dilstbox.hxx404 ImplListBoxWindow maLBWindow; member in ImplListBox
438 ImplListBoxWindow* GetMainWindow() { return &maLBWindow; } in GetMainWindow()
456 void ResetCurrentPos() { maLBWindow.ResetCurrentPos(); } in ResetCurrentPos()
466 sal_uInt16 GetTopEntry() const { return maLBWindow.GetTopEntry(); } in GetTopEntry()
474 long GetLeftIndent() const { return maLBWindow.GetLeftIndent(); } in GetLeftIndent()
476 void ScrollHorz( short nDiff ) { maLBWindow.ScrollHorz( nDiff ); } in ScrollHorz()
488 void SetReadOnly( sal_Bool b ) { maLBWindow.SetReadOnly( b ); } in SetReadOnly()
489 sal_Bool IsReadOnly() const { return maLBWindow.IsReadOnly(); } in IsReadOnly()
493 long GetEntryHeight() const { return maLBWindow.GetEntryHeight(); } in GetEntryHeight()
521 { return maLBWindow.GetDisplayLineCount(); } in GetDisplayLineCount()
[all …]

Completed in 32 milliseconds