summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2017-04-28 21:00:23 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2017-05-04 13:19:56 +0200
commitd294c6d749c1f3281df0b384a3793a2ed681e4b4 (patch)
tree48565a90f69c0cf0c07312e7de86f81e174a7b7a /writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
parent463d408f3555b57c4af8cbd006812f269944b092 (diff)
AutoText: Reading multiple entries
+ each entry is placed in a separate section + extended model and dmapper to react on docPart mark Change-Id: I7e5213a09ae7352d1d09369bd0a209b6d4e18e82 Reviewed-on: https://gerrit.libreoffice.org/37107 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index d0df17fcb30d..f986c76029ae 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -168,6 +168,8 @@ public:
void alignH(const OUString & sText);
void alignV(const OUString & sText);
void positivePercentage(const OUString& rText);
+ void startGlossaryEntry();
+ void endGlossaryEntry();
void startTxbxContent();
void endTxbxContent();
void propagateCharacterProperties();