Top   Module   Use   Manual   Index 

com :: sun :: star :: util ::

constants group NumberFormat


Description
These constants are used to specify the type of a number format.


Constants

const short ALL = = 0;
const short DEFINED = = 1;
const short DATE = = 2;
const short TIME = = 4;
const short CURRENCY = = 8;
const short NUMBER = = 16;
const short SCIENTIFIC = = 32;
const short FRACTION = = 64;
const short PERCENT = = 128;
const short TEXT = = 256;
const short DATETIME = = 6;
const short LOGICAL = = 1024;
const short UNDEFINED = = 2048;
Top of Page