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

(Global Index)

Syntax

constants group KNumberFormatType;

Description

Attribute of number format. LeastSignificantBit is used to distinguish between positive or negative and second LSB is used for Long or Short format.

Constants Summary

SHORT

MEDIUM

LONG

Field Details



SHORT

Syntax

const short  SHORT =1;

MEDIUM

Syntax

const short  MEDIUM =2;

LONG

Syntax

const short  LONG =3;
Top of Page