(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.