summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2015-03-18 10:30:18 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2015-03-21 16:19:09 +0100
commit89399a6ba7c1817dfdc7676603f3fa1106d398c5 (patch)
tree087f78ab7799b2cdad78074f48980646104cbf8c /include/unotools
parent15931deb7e4689cd885ff05439bab381f0478b2f (diff)
Char highlight: option about export LO character background to MSO formats
Export as highlighting or shading. Highlighting is the default. Change-Id: Ib2a38e4cd0d49317288bb565383b690d4222c8ed
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/fltrcfg.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/unotools/fltrcfg.hxx b/include/unotools/fltrcfg.hxx
index c64ce01be72b..8ae33d17abd5 100644
--- a/include/unotools/fltrcfg.hxx
+++ b/include/unotools/fltrcfg.hxx
@@ -87,6 +87,11 @@ public:
bool IsEnableCalcPreview() const;
bool IsEnableWordPreview() const;
+ bool IsCharBackground2Highlighting() const;
+ bool IsCharBackground2Shading() const;
+ void SetCharBackground2Highlighting();
+ void SetCharBackground2Shading();
+
static SvtFilterOptions& Get();
};