diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-03 16:57:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 09:21:03 +0000 |
commit | 98c94047387179ae3445a4ab56a169b46987b9b5 (patch) | |
tree | edb03a87158087075951ba1d35c2237627f773cb /include | |
parent | 8f028bc6f184c7148d6b817864bfa9e533b6e813 (diff) |
all the related methods are redirected to *Table() methods
Change-Id: I9a45b7b023d7b01d8b5c35dab0cde07d7b5fc3a3
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/simptabl.hxx | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx index 7c5368a51d5d..765d0bf47ab7 100644 --- a/include/svtools/simptabl.hxx +++ b/include/svtools/simptabl.hxx @@ -99,33 +99,18 @@ public: 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 HideTable(); - sal_Bool IsVisible() const; + sal_Bool IsVisible() const; void EnableTable(); 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); - sal_Bool GetSortDirection(){ return bSortDirection;} - sal_uInt16 GetSortedCol(){ return nSortCol;} + sal_Bool GetSortDirection(){ return bSortDirection;} + sal_uInt16 GetSortedCol(){ return nSortCol;} SvLBoxItem* GetEntryAtPos( SvTreeListEntry* pEntry, sal_uInt16 nPos ) const; CommandEvent GetCommandEvent()const; |