summaryrefslogtreecommitdiff
path: root/include/svtools/valueset.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-27 09:33:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-27 15:51:55 +0100
commita439167552c1d9e02f3b50759fdbfbea0a3a5709 (patch)
tree87708ab77944f3d07a98d2755da1ed6f21cdfc26 /include/svtools/valueset.hxx
parent556c689a2167d2e383dc896a9b0627b02027338a (diff)
weld LayoutToolbarMenu
Change-Id: I779f631a1c6de42357b53a56582680cf3a7f559d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87507 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools/valueset.hxx')
-rw-r--r--include/svtools/valueset.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index ad5d408475f9..0044f74d3f72 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -514,7 +514,15 @@ public:
void EnableFullItemMode( bool bFullMode );
void SetColCount( sal_uInt16 nNewCols = 1 );
+ sal_uInt16 GetColCount() const
+ {
+ return mnUserCols;
+ }
void SetLineCount( sal_uInt16 nNewLines = 0 );
+ sal_uInt16 GetLineCount() const
+ {
+ return mnUserVisLines;
+ }
void SetItemWidth( long nItemWidth );
void SetItemHeight( long nLineHeight );