summaryrefslogtreecommitdiff
path: root/include/vcl/listctrl.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-10-08 01:30:30 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-10-10 19:27:17 +0200
commit47ec4332dde7a8b7a8abb188679e8b13481bd62f (patch)
tree4b8e8ad3bdc2f35923454fbace26b8a3f18a9448 /include/vcl/listctrl.hxx
parentd4ce82b3c9afa522831e582b6bdae211478ab4b2 (diff)
add a method to get all entries from ListControl
Change-Id: I9ff73dab53f5769270e8eb32889314e9c61a1828 Reviewed-on: https://gerrit.libreoffice.org/43254 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/vcl/listctrl.hxx')
-rw-r--r--include/vcl/listctrl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/listctrl.hxx b/include/vcl/listctrl.hxx
index db6dcbe0c08b..6659ccafb3ff 100644
--- a/include/vcl/listctrl.hxx
+++ b/include/vcl/listctrl.hxx
@@ -44,6 +44,7 @@ public:
virtual void dispose() override;
void addEntry(VclPtr<vcl::Window> xEntry, sal_uInt32 nPos = std::numeric_limits<sal_uInt16>::max());
+ std::vector<VclPtr<vcl::Window>> getEntries() const;
void deleteEntry(sal_uInt32 nPos);
virtual Size GetOptimalSize() const override;