summaryrefslogtreecommitdiffstats
path: root/starmath/source/ooxmlimport.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-11-29 19:58:24 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-11-29 21:20:28 +0100
commit6e91e7d4e7c283e40ae3f6a3fe520da392d84bb5 (patch)
tree3adf20dacb0220c02143ea5581b5660615b4a07b /starmath/source/ooxmlimport.hxx
parentfix reading when the next tag can be one of several (diff)
downloadcore-6e91e7d4e7c283e40ae3f6a3fe520da392d84bb5.tar.gz
core-6e91e7d4e7c283e40ae3f6a3fe520da392d84bb5.zip
implement m:func, m:limLow, m:limUpp
Diffstat (limited to 'starmath/source/ooxmlimport.hxx')
-rw-r--r--starmath/source/ooxmlimport.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/source/ooxmlimport.hxx b/starmath/source/ooxmlimport.hxx
index a32cda34e325..af7d1ca964bc 100644
--- a/starmath/source/ooxmlimport.hxx
+++ b/starmath/source/ooxmlimport.hxx
@@ -50,6 +50,9 @@ private:
rtl::OUString handleD();
rtl::OUString handleE();
rtl::OUString handleF();
+ rtl::OUString handleFunc();
+ enum LimLowUpp_t { LimLow, LimUpp };
+ rtl::OUString handleLimLowUpp( LimLowUpp_t limlowupp );
rtl::OUString handleR();
rtl::OUString readOMathArg();
oox::formulaimport::XmlStream& stream;