Kaydet (Commit) 98c94047 authored tarafından Caolán McNamara's avatar Caolán McNamara

all the related methods are redirected to *Table() methods

Change-Id: I9a45b7b023d7b01d8b5c35dab0cde07d7b5fc3a3
üst 8f028bc6
...@@ -99,33 +99,18 @@ public: ...@@ -99,33 +99,18 @@ public:
void ClearHeader(); void ClearHeader();
// to be removed all calls of the related methods are redirected to *Table() methods
using Window::Show;
using Window::Hide;
using Window::Enable;
using Window::Disable;
using Window::ToTop;
void Show();
void Hide();
void Enable();
void Disable();
void ToTop();
// remove until this line
void ShowTable(); void ShowTable();
void HideTable(); void HideTable();
sal_Bool IsVisible() const; sal_Bool IsVisible() const;
void EnableTable(); void EnableTable();
void DisableTable(); void DisableTable();
sal_Bool IsEnabled() const; sal_Bool IsEnabled() const;
sal_uInt16 GetSelectedCol(); sal_uInt16 GetSelectedCol();
void SortByCol(sal_uInt16,sal_Bool bDir=sal_True); void SortByCol(sal_uInt16,sal_Bool bDir=sal_True);
sal_Bool GetSortDirection(){ return bSortDirection;} sal_Bool GetSortDirection(){ return bSortDirection;}
sal_uInt16 GetSortedCol(){ return nSortCol;} sal_uInt16 GetSortedCol(){ return nSortCol;}
SvLBoxItem* GetEntryAtPos( SvTreeListEntry* pEntry, sal_uInt16 nPos ) const; SvLBoxItem* GetEntryAtPos( SvTreeListEntry* pEntry, sal_uInt16 nPos ) const;
CommandEvent GetCommandEvent()const; CommandEvent GetCommandEvent()const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment