:: com :: sun :: star :: sheet ::
|
unpublished |
constants group FormulaLanguage |
|
|
- Usage Restrictions
- not published
- Description
- Constants designating the formula language used with
XFormulaOpCodeMapper methods.
|
Constants |
ODFF |
Function names and operators as defined by the OASIS
OpenDocument Format (ODF) Formula specification (ODFF aka
OpenFormula).
|
ODF_11 |
Function names and operators as used in ODF documents prior to
the ODFF specification, up to ODF v1.1.
|
ENGLISH |
Function names and operators as used in the English language
user interface.
|
NATIVE |
Function names and operators as used in the current native
language user interface.
|
XL_ENGLISH |
Function names and operators as used in the English version of
Excel. This formula language is also used in VBA formulas and
OOXML import/export.
|
Constants' Details |
ODFF
const long ODFF = 0;
- Description
- Function names and operators as defined by the OASIS
OpenDocument Format (ODF) Formula specification (ODFF aka
OpenFormula).
|
|
ODF_11
const long ODF_11 = 1;
- Description
- Function names and operators as used in ODF documents prior to
the ODFF specification, up to ODF v1.1.
|
|
ENGLISH
const long ENGLISH = 2;
- Description
- Function names and operators as used in the English language
user interface.
|
|
NATIVE
const long NATIVE = 3;
- Description
- Function names and operators as used in the current native
language user interface.
|
|
XL_ENGLISH
const long XL_ENGLISH = 4;
- Description
- Function names and operators as used in the English version of
Excel. This formula language is also used in VBA formulas and
OOXML import/export.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.