From c8afb4000f178badaf63c2f38fd3fbc12ec832f3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 26 Nov 2019 14:05:56 +0000 Subject: tdf#129037 add a way to select multiple entries of a ListBox together MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I362a9e9e644e15f0dd3aeb691973a0979d17eeb0 Reviewed-on: https://gerrit.libreoffice.org/83771 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/lstbox.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx index 4ff5cf071790..9c519b6919dc 100644 --- a/include/vcl/lstbox.hxx +++ b/include/vcl/lstbox.hxx @@ -164,6 +164,7 @@ public: void SelectEntry( const OUString& rStr, bool bSelect = true ); void SelectEntryPos( sal_Int32 nPos, bool bSelect = true ); + void SelectEntriesPos( const std::vector& rPositions, bool bSelect = true ); sal_Int32 GetSelectedEntryCount() const; OUString GetSelectedEntry( sal_Int32 nSelIndex = 0 ) const; -- cgit v1.2.3