summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/simptabl.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index 1238c7c051d6..1e46c0d9a436 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -100,22 +100,15 @@ public:
using SvHeaderTabListBox::SetTabs;
- void ClearHeader();
-
- void ShowTable();
-
void EnableTable();
void DisableTable();
bool IsEnabled() const;
void SortByCol(sal_uInt16, bool bDir=true);
- bool GetSortDirection(){ return bSortDirection;}
sal_uInt16 GetSortedCol(){ return nSortCol;}
SvLBoxItem* GetEntryAtPos( SvTreeListEntry* pEntry, sal_uInt16 nPos ) const;
- const CommandEvent& GetCommandEvent() const { return aCEvt; }
bool IsFocusOnCellEnabled() const { return IsCellFocusEnabled(); }
- void SetCommandHdl( const Link<SvSimpleTable*,void>& rLink ) { aCommandLink = rLink; }
HeaderBar& GetTheHeaderBar() { return *aHeaderBar; }
};