summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/reffact.hxx
diff options
context:
space:
mode:
authorParis Oplopoios <paris.oplopoios@collabora.com>2023-09-11 23:20:50 +0300
committerSzymon Kłos <szymon.klos@collabora.com>2023-10-27 18:15:38 +0200
commit217f23f6437b1cac10fb4ea09b72fa896d46bd6b (patch)
treed8a26ca82721327f78c892c7c857bb7e355858d9 /sc/source/ui/inc/reffact.hxx
parent334d3aff8d411ee5f2d612c8899a171716b8a3d1 (diff)
tdf#157930 sc: Add easy to use conditional formatting menu
Add menu options that open a dialog that can add conditional formatting in a cell range with common options. Change-Id: Ia54baba08e4b78c4c6e37fa7bff744af8cf06037 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156831 Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/reffact.hxx')
-rw-r--r--sc/source/ui/inc/reffact.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/source/ui/inc/reffact.hxx b/sc/source/ui/inc/reffact.hxx
index d6c2b1d2c788..4fbe965c15d9 100644
--- a/sc/source/ui/inc/reffact.hxx
+++ b/sc/source/ui/inc/reffact.hxx
@@ -165,6 +165,13 @@ private:
SparklineDataRangeDialogWrapper() = delete;
};
+/** Wrapper for the easy conditional format dialog */
+class ConditionalFormatEasyDialogWrapper :
+ public ChildControllerWrapper<SID_EASY_CONDITIONAL_FORMAT_DIALOG>
+{
+private:
+ ConditionalFormatEasyDialogWrapper() = delete;
+};
}
class ScAcceptChgDlgWrapper : public SfxChildWindow