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

introduce css::sheet::FormulaLanguage::API

Change-Id: I70624ded4060f50ad820a9590cb461fe58abceb9
üst fcd222d8
......@@ -60,6 +60,19 @@ constants FormulaLanguage
@since LibreOffice 4.2
*/
const long OOXML = 5;
/** Function names and operators as used with XFunctionAccess and
other API context.
Names are mostly identical to ENGLISH and ODF_11, but while
ENGLISH names can be adapted to UI needs and ODF_11 has to stay
error compatible, the API names strive to stay compatible but
may get corrected in case of errors. Earlier versions than
LibreOffice 5.3 always used ODF_11 in API context.
@since LibreOffice 5.3
*/
const long API = 6;
};
......
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