constants group reservedWords in module com::sun::star::i18n::

(Global Index)

Syntax

constants group reservedWords;

Constants Summary

TRUE_WORD

FALSE_WORD

QUARTER1_WORD

QUARTER2_WORD

QUARTER3_WORD

QUARTER4_WORD

ABOVE_WORD

BELOW_WORD

COUNT

Field Details



TRUE_WORD

Syntax

const short  TRUE_WORD = 0;

FALSE_WORD

Syntax

const short  FALSE_WORD = 1;

QUARTER1_WORD

Syntax

const short  QUARTER1_WORD = 2;

QUARTER2_WORD

Syntax

const short  QUARTER2_WORD = 3;

QUARTER3_WORD

Syntax

const short  QUARTER3_WORD = 4;

QUARTER4_WORD

Syntax

const short  QUARTER4_WORD = 5;

ABOVE_WORD

Syntax

const short  ABOVE_WORD = 6;

BELOW_WORD

Syntax

const short  BELOW_WORD = 7;

COUNT

Syntax

const short  COUNT = 8;
Top of Page