diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2023-03-17 14:42:20 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2023-03-22 10:16:12 +0000 |
commit | ca487e3f4c0f97c14bcff3a5372717d47f32ee94 (patch) | |
tree | 1bee86f997dd7ce854518f260c2e3f9c135e28ef /sc/inc | |
parent | debf3e06bc5330b227dc9dd55e49930cb3da522a (diff) |
sc drawstyles: Add a dialog for style editing
Change-Id: I7e62251024df8f24bd6fe318f5c0262bbd6a1a11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149279
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 9901d48bd610..1868964e9bd0 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -43,6 +43,7 @@ class ScTabViewShell; class ScConditionalFormat; class ScConditionalFormatList; class Date; +class SdrView; enum class CreateNameFlags; enum class CellShiftDisabledFlags; @@ -551,6 +552,10 @@ public: SfxStyleSheetBase& rStyleBase, bool bPage /*true : page, false: para*/) = 0; + virtual VclPtr<SfxAbstractTabDialog> CreateScDrawStyleDlg(weld::Window* pParent, + SfxStyleSheetBase& rStyleBase, + SdrView* pView) = 0; + virtual VclPtr<SfxAbstractTabDialog> CreateScSubTotalDlg(weld::Window* pParent, const SfxItemSet& rArgSet) = 0; |