summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlgentry.hxx
diff options
context:
space:
mode:
authorRoman Kuznetsov <antilibreoffice@gmail.com>2018-10-23 22:47:11 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2018-11-10 09:39:20 +0100
commitb907fe59a819aaba75518dc1534eb71d9e378b74 (patch)
tree34c983f4f28fe241113bbaaaa8b7317a820be052 /sc/source/ui/inc/condformatdlgentry.hxx
parente3560f4770487c8d38463fb4a9a63325abc385f9 (diff)
tdf#117719: add Minimum and Maximum labels to color bar CF
Change-Id: I38d02cb771363f5012a18f41c5bf5c6fe728bd49 Reviewed-on: https://gerrit.libreoffice.org/62261 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/condformatdlgentry.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlgentry.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx
index 0f9773039c9b..f949b0c15b38 100644
--- a/sc/source/ui/inc/condformatdlgentry.hxx
+++ b/sc/source/ui/inc/condformatdlgentry.hxx
@@ -180,6 +180,9 @@ class ScColorScale2FrmtEntry : public ScCondFrmtEntry
VclPtr<SvxColorListBox> maLbColMin;
VclPtr<SvxColorListBox> maLbColMax;
+ VclPtr<FixedText> maFtMin;
+ VclPtr<FixedText> maFtMax;
+
ScFormatEntry* createColorscaleEntry() const;
virtual OUString GetExpressionString() override;
@@ -215,6 +218,9 @@ class ScColorScale3FrmtEntry : public ScCondFrmtEntry
VclPtr<SvxColorListBox> maLbColMiddle;
VclPtr<SvxColorListBox> maLbColMax;
+ VclPtr<FixedText> maFtMin;
+ VclPtr<FixedText> maFtMax;
+
ScFormatEntry* createColorscaleEntry() const;
virtual OUString GetExpressionString() override;
@@ -244,6 +250,9 @@ class ScDataBarFrmtEntry : public ScCondFrmtEntry
VclPtr<PushButton> maBtOptions;
+ VclPtr<FixedText> maFtMin;
+ VclPtr<FixedText> maFtMax;
+
std::unique_ptr<ScDataBarFormatData> mpDataBarData;
ScFormatEntry* createDatabarEntry() const;