Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
 
:: 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.
   | 
| 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.
 
 
 
 | 
 
 
 | 
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.