diff options
author | Eike Rathke <erack@redhat.com> | 2016-08-03 15:07:57 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-08-03 15:16:49 +0200 |
commit | f85991efc2ef6a624360ce6225f5ad50f7fd4034 (patch) | |
tree | 3a2796b5ec49d2230424ba4f7c3d1edfa54a4132 /offapi | |
parent | fcd222d8ccb061fd044b98f6f6180a92b8f0d912 (diff) |
introduce css::sheet::FormulaLanguage::API
Change-Id: I70624ded4060f50ad820a9590cb461fe58abceb9
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/FormulaLanguage.idl | 13 |
1 files changed, 13 insertions, 0 deletions
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; }; |