Top   Module   Use   Manual   Index 

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

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

const short SHORT = =1;
const short MEDIUM = =2;
const short LONG = =3;
Top of Page