summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-07-28 20:03:18 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-07-29 21:29:25 -0430
commitd4af0655a3fc765b73dd8b36442f8139e0d1ea03 (patch)
tree8d0619b50cb1b76d9671479f14b54d34ec770c6b /sfx2/inc
parente3bb872add7705ff956056c5a86cbdd1fe8e34c8 (diff)
Add a method to deselect all currently selected items in the view.
Change-Id: I4d05e5b851b028798c75a7767706b5aabb94e4b6
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/thumbnailview.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/sfx2/inc/sfx2/thumbnailview.hxx
index da69b2b815a3..24827ee6efaa 100644
--- a/sfx2/inc/sfx2/thumbnailview.hxx
+++ b/sfx2/inc/sfx2/thumbnailview.hxx
@@ -221,6 +221,14 @@ public:
bool IsItemSelected( sal_uInt16 nItemId ) const
{ return nItemId == mnSelItemId; }
+ /**
+ *
+ * @brief unselect all current selected items.
+ *
+ **/
+
+ void unselectItems ();
+
rtl::OUString GetItemText( sal_uInt16 nItemId ) const;
void SetColor( const Color& rColor );