summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-12-20 00:06:19 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2024-12-20 07:15:56 +0100
commitbb7baf41229f2ef6bc7e43a5355a7a32e3ff9276 (patch)
tree64f3bca0abe9a94ac9421dd70d5f0b49e92c252b /include
parent78a27033548ad931932dbc91f2be5637337135d8 (diff)
tdf#130857 vcl: Move extract* helpers to BuilderBase
This will allow reusing them in QtBuilder in upcoming commits. Change-Id: I74d1cbf936d832443efccaaba4eb6625d32d1437 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178851 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/vcl/builderbase.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/builderbase.hxx b/include/vcl/builderbase.hxx
index eb3aa847199f..2632dd6417af 100644
--- a/include/vcl/builderbase.hxx
+++ b/include/vcl/builderbase.hxx
@@ -45,6 +45,7 @@ public:
typedef stringmap Adjustment;
typedef stringmap TextBuffer;
+ static OUString extractActionName(stringmap& rMap);
static sal_Int32 extractActive(stringmap& rMap);
static bool extractResizable(stringmap& rMap);
@@ -88,6 +89,7 @@ protected:
static bool extractHeadersVisible(stringmap& rMap);
static bool extractEntry(stringmap& rMap);
static OUString extractIconName(stringmap& rMap);
+ static OUString extractLabel(stringmap& rMap);
static bool extractShowExpanders(stringmap& rMap);
static OUString extractTitle(stringmap& rMap);
static OUString extractTooltipText(stringmap& rMap);