summaryrefslogtreecommitdiff
path: root/include/formula/FormulaCompiler.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-02 20:18:43 +0100
committerEike Rathke <erack@redhat.com>2013-12-02 22:06:22 +0100
commit5a5b35c979acf303d99a365b6735148d4f0ab817 (patch)
tree51afd5c56e31563c819e5990cab736f82177a0c9 /include/formula/FormulaCompiler.hxx
parent2dcee42f4e8e8ca8821e37b5ec9d24aeb4b736c1 (diff)
added isOOXML()
Change-Id: I9e088e1d6679297884d71604b03537b73ee3387c
Diffstat (limited to 'include/formula/FormulaCompiler.hxx')
-rw-r--r--include/formula/FormulaCompiler.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/formula/FormulaCompiler.hxx b/include/formula/FormulaCompiler.hxx
index a90bc82dede1..591103a1deaf 100644
--- a/include/formula/FormulaCompiler.hxx
+++ b/include/formula/FormulaCompiler.hxx
@@ -156,6 +156,9 @@ public:
/// Is it an ODFF / ODF 1.2 mapping?
inline bool isODFF() const { return FormulaGrammar::isODFF( meGrammar); }
+ /// Is it an OOXML mapping?
+ inline bool isOOXML() const { return FormulaGrammar::isOOXML( meGrammar); }
+
/// Does it have external symbol/name mappings?
inline bool hasExternals() const { return !mpExternalHashMap->empty(); }