summaryrefslogtreecommitdiff
path: root/include/svtools/valueset.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-06 11:44:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-07 07:18:48 +0100
commitc19e688b1a1c3165e267eea971892869edb89569 (patch)
tree5e2b0ffd1363bec7a3c5c7e57dc8f8d7e20acf65 /include/svtools/valueset.hxx
parentd1d328441118fb978cf3233a461ad95bdb092934 (diff)
loplugin:unusedmethods
Change-Id: I7296b2fc2862d0ad1f68658b19b2a25cb7609df1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88080 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/valueset.hxx')
-rw-r--r--include/svtools/valueset.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index 342d80a615db..7d31ab07e83d 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -298,7 +298,6 @@ public:
const OUString& rStr);
/// Insert an User Drawn item.
void InsertItem(sal_uInt16 nItemId, size_t nPos = VALUESET_APPEND);
- void RemoveItem(sal_uInt16 nItemId);
void Clear();
@@ -329,23 +328,13 @@ public:
return mbNoSelection;
}
- void SetItemImage( sal_uInt16 nItemId, const Image& rImage );
- Image GetItemImage( sal_uInt16 nItemId ) const;
Color GetItemColor( sal_uInt16 nItemId ) const;
- void SetItemData( sal_uInt16 nItemId, void* pData );
- void* GetItemData( sal_uInt16 nItemId ) const;
- void SetItemText( sal_uInt16 nItemId, const OUString& rStr );
OUString GetItemText( sal_uInt16 nItemId ) const;
- void SetColor( const Color& rColor );
bool IsColor() const
{
return maColor.GetTransparency() == 0;
}
- void SetExtraSpacing( sal_uInt16 nNewSpacing );
-
- void SetFormat();
-
void EndSelection();
Size CalcWindowSizePixel(const Size& rItemSize,