Kaydet (Commit) 9bff49e2 authored tarafından Eike Rathke's avatar Eike Rathke

added GRAM_ENGLISH_XL_OOX, FormulaLanguage::XL_ENGLISH with CONV_XL_OOX

Change-Id: Idabf46bfdfa6092b0ae27fe4116382eaa00d5db9
üst d715b404
...@@ -129,6 +129,11 @@ public: ...@@ -129,6 +129,11 @@ public:
((CONV_XL_R1C1 + ((CONV_XL_R1C1 +
kConventionOffset) << kConventionShift) | kConventionOffset) << kConventionShift) |
kEnglishBit, kEnglishBit,
/// English with Excel OOXML reference style.
GRAM_ENGLISH_XL_OOX = ::com::sun::star::sheet::FormulaLanguage::XL_ENGLISH |
((CONV_XL_OOX +
kConventionOffset) << kConventionShift) |
kEnglishBit,
/// Central definition of the default grammar to be used. /// Central definition of the default grammar to be used.
GRAM_DEFAULT = GRAM_NATIVE_UI, GRAM_DEFAULT = GRAM_NATIVE_UI,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment