Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: i18n ::

constants group reservedWords
Description
Offsets into the sequence of strings returned by XLocaleData::getReservedWord().
See also
XLocaleData
for links to DTD of XML locale data files.

Constants
TRUE_WORD "true" 
FALSE_WORD "false" 
QUARTER1_WORD "1st quarter" 
QUARTER2_WORD "2nd quarter" 
QUARTER3_WORD "3rd quarter" 
QUARTER4_WORD "4th quarter" 
ABOVE_WORD "above" 
BELOW_WORD "below" 
QUARTER1_ABBREVIATION "Q1" 
QUARTER2_ABBREVIATION "Q2" 
QUARTER3_ABBREVIATION "Q3" 
QUARTER4_ABBREVIATION "Q4" 
COUNT Count of known reserved words. 
Constants' Details
TRUE_WORD
const short TRUE_WORD = 0;
Description
"true"
FALSE_WORD
const short FALSE_WORD = 1;
Description
"false"
QUARTER1_WORD
const short QUARTER1_WORD = 2;
Description
"1st quarter"
QUARTER2_WORD
const short QUARTER2_WORD = 3;
Description
"2nd quarter"
QUARTER3_WORD
const short QUARTER3_WORD = 4;
Description
"3rd quarter"
QUARTER4_WORD
const short QUARTER4_WORD = 5;
Description
"4th quarter"
ABOVE_WORD
const short ABOVE_WORD = 6;
Description
"above"
BELOW_WORD
const short BELOW_WORD = 7;
Description
"below"
QUARTER1_ABBREVIATION
const short QUARTER1_ABBREVIATION = 8;
Description
"Q1"
QUARTER2_ABBREVIATION
const short QUARTER2_ABBREVIATION = 9;
Description
"Q2"
QUARTER3_ABBREVIATION
const short QUARTER3_ABBREVIATION = 10;
Description
"Q3"
QUARTER4_ABBREVIATION
const short QUARTER4_ABBREVIATION = 11;
Description
"Q4"
COUNT
const short COUNT = 12;
Description
Count of known reserved words.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.