summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 13:00:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 14:31:12 +0200
commit7f6d5dfb2244468e2faa7be05d4258692c6e84dc (patch)
tree8c03b0980c003a66f2a2683920c1557a3ada6e8e /include/svtools
parenttdf#124400 a11y: add accessible ID (diff)
downloadcore-7f6d5dfb2244468e2faa7be05d4258692c6e84dc.tar.gz
core-7f6d5dfb2244468e2faa7be05d4258692c6e84dc.zip
loplugin:unusedmethods
Change-Id: I7b4d2e5e611935284e2902b0089950768dfb7717 Reviewed-on: https://gerrit.libreoffice.org/72036 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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; }
};