LibreOffice Module svl (master) 1
Namespaces | Enumerations
nfsymbol.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  svt
 

Enumerations

enum  svt::NfSymbolType {
  svt::NF_SYMBOLTYPE_STRING = -1 ,
  svt::NF_SYMBOLTYPE_DEL = -2 ,
  svt::NF_SYMBOLTYPE_BLANK = -3 ,
  svt::NF_SYMBOLTYPE_STAR = -4 ,
  svt::NF_SYMBOLTYPE_DIGIT = -5 ,
  svt::NF_SYMBOLTYPE_DECSEP = -6 ,
  svt::NF_SYMBOLTYPE_THSEP = -7 ,
  svt::NF_SYMBOLTYPE_EXP = -8 ,
  svt::NF_SYMBOLTYPE_FRAC = -9 ,
  svt::NF_SYMBOLTYPE_EMPTY = -10 ,
  svt::NF_SYMBOLTYPE_FRACBLANK = -11 ,
  svt::NF_SYMBOLTYPE_CURRENCY = -12 ,
  svt::NF_SYMBOLTYPE_CURRDEL = -13 ,
  svt::NF_SYMBOLTYPE_CURREXT = -14 ,
  svt::NF_SYMBOLTYPE_CALENDAR = -15 ,
  svt::NF_SYMBOLTYPE_CALDEL = -16 ,
  svt::NF_SYMBOLTYPE_DATESEP = -17 ,
  svt::NF_SYMBOLTYPE_TIMESEP = -18 ,
  svt::NF_SYMBOLTYPE_TIME100SECSEP = -19 ,
  svt::NF_SYMBOLTYPE_PERCENT = -20 ,
  svt::NF_SYMBOLTYPE_FRAC_FDIV = -21
}
 Number formatter's symbol types of a token, if not key words, which are >0. More...