Lines Matching refs:maLBWindow

404 	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()->SetEntryData( … 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.ProcessKeyInput( rKEvt ); } 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()
466 sal_uInt16 GetTopEntry() const { return maLBWindow.GetTopEntry(); } in GetTopEntry()
467 void ShowProminentEntry( sal_uInt16 nPos ) { maLBWindow.ShowProminentEntry( nPos ); } in ShowProminentEntry()
469 sal_Bool IsVisible( sal_uInt16 nEntry ) const { return maLBWindow.IsVisible( nEntry ); } in IsVisible()
471 …void SetProminentEntryType( ProminentEntry eType ) { maLBWindow.SetProminentEntryType( … in SetProminentEntryType()
472 ProminentEntry GetProminentEntryType() const { return maLBWindow.GetProminentEntryType(); } in GetProminentEntryType()
474 long GetLeftIndent() const { return maLBWindow.GetLeftIndent(); } in GetLeftIndent()
475 void SetLeftIndent( sal_uInt16 n ) { maLBWindow.SetLeftIndent( n ); } in SetLeftIndent()
476 void ScrollHorz( short nDiff ) { maLBWindow.ScrollHorz( nDiff ); } in ScrollHorz()
478 …void SetTravelSelect( sal_Bool bTravelSelect ) { maLBWindow.SetTravelSelect( bTravelSel… in SetTravelSelect()
479 sal_Bool IsTravelSelect() const { return maLBWindow.IsTravelSelect(); } in IsTravelSelect()
480 sal_Bool IsTrackingSelect() const { return maLBWindow.IsTrackingSelect(); } in IsTrackingSelect()
482 …void EnableMultiSelection( sal_Bool bMulti, sal_Bool bStackMode ) { maLBWindow.EnableMultiSelect… in EnableMultiSelection()
483 sal_Bool IsMultiSelectionEnabled() const { return maLBWindow.IsMultiSelectionEnabled(); } in IsMultiSelectionEnabled()
485 …void SetMultiSelectionSimpleMode( sal_Bool bSimple ) { maLBWindow.SetMultiSelectionSimpleMode( b… in SetMultiSelectionSimpleMode()
486 sal_Bool IsMultiSelectionSimpleMode() const { return maLBWindow.IsMultiSelectionSimpleMode(); } in IsMultiSelectionSimpleMode()
488 void SetReadOnly( sal_Bool b ) { maLBWindow.SetReadOnly( b ); } in SetReadOnly()
489 sal_Bool IsReadOnly() const { return maLBWindow.IsReadOnly(); } in IsReadOnly()
492 Size CalcSize( sal_uInt16 nMaxLines ) const { return maLBWindow.CalcSize( nMaxLines ); } in CalcSize()
493 long GetEntryHeight() const { return maLBWindow.GetEntryHeight(); } in GetEntryHeight()
494 long GetMaxEntryWidth() const { return maLBWindow.GetMaxEntryWidth(); } in GetMaxEntryWidth()
498 void SetSelectHdl( const Link& rLink ) { maLBWindow.SetSelectHdl( rLink ); } in SetSelectHdl()
499 const Link& GetSelectHdl() const { return maLBWindow.GetSelectHdl(); } in GetSelectHdl()
500 void SetCancelHdl( const Link& rLink ) { maLBWindow.SetCancelHdl( rLink ); } in SetCancelHdl()
501 const Link& GetCancelHdl() const { return maLBWindow.GetCancelHdl(); } in GetCancelHdl()
502 void SetDoubleClickHdl( const Link& rLink ) { maLBWindow.SetDoubleClickHdl( rLink ); } in SetDoubleClickHdl()
503 const Link& GetDoubleClickHdl() const { return maLBWindow.GetDoubleClickHdl(); } in GetDoubleClickHdl()
504 void SetUserDrawHdl( const Link& rLink ) { maLBWindow.SetUserDrawHdl( rLink ); } in SetUserDrawHdl()
505 const Link& GetUserDrawHdl() const { return maLBWindow.GetUserDrawHdl(); } in GetUserDrawHdl()
507 void SetFocusHdl( const Link& rLink ) { maLBWindow.SetFocusHdl( rLink ); } in SetFocusHdl()
508 const Link& GetFocusHdl() const { return maLBWindow.GetFocusHdl(); } in GetFocusHdl()
509 void SetListItemSelectHdl( const Link& rLink ) { maLBWindow.SetListItemSelectHdl( rLink ); } in SetListItemSelectHdl()
510 const Link& GetListItemSelectHdl() const { return maLBWindow.GetListItemSelectHdl(); } in GetListItemSelectHdl()
511 …void SetSelectionChangedHdl( const Link& rLnk ) { maLBWindow.GetEntryList()->SetSelectionChanged… in SetSelectionChangedHdl()
512 …void SetCallSelectionChangedHdl( sal_Bool bCall ) { maLBWindow.GetEntryList()->SetCallSelectionC… in SetCallSelectionChangedHdl()
513 sal_Bool IsSelectionChanged() const { return maLBWindow.IsSelectionChanged(); } in IsSelectionChanged()
514 sal_uInt16 GetSelectModifier() const { return maLBWindow.GetSelectModifier(); } in GetSelectModifier()
518 void SetMaxMRUCount( sal_uInt16 n ) { maLBWindow.GetEntryList()->SetMaxMRUCount( n ); } in SetMaxMRUCount()
519 sal_uInt16 GetMaxMRUCount() const { return maLBWindow.GetEntryList()->GetMaxMRUCount(); } in GetMaxMRUCount()
521 { return maLBWindow.GetDisplayLineCount(); } in GetDisplayLineCount()
527 inline void EnableMirroring() { maLBWindow.EnableMirroring(); } in EnableMirroring()