From f85991efc2ef6a624360ce6225f5ad50f7fd4034 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 3 Aug 2016 15:07:57 +0200 Subject: introduce css::sheet::FormulaLanguage::API Change-Id: I70624ded4060f50ad820a9590cb461fe58abceb9 --- offapi/com/sun/star/sheet/FormulaLanguage.idl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/sheet/FormulaLanguage.idl b/offapi/com/sun/star/sheet/FormulaLanguage.idl index aaea3884a1ed..f6b810f3885d 100644 --- a/offapi/com/sun/star/sheet/FormulaLanguage.idl +++ b/offapi/com/sun/star/sheet/FormulaLanguage.idl @@ -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; }; -- cgit