LibreOffice Module svx (master) 1
Classes | Macros | Enumerations
numfmtsh.hxx File Reference
#include <i18nlangtag/lang.h>
#include <svx/svxdllapi.h>
#include <svl/zforlist.hxx>
#include <vector>
Include dependency graph for numfmtsh.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SvxNumberFormatShell
 

Macros

#define SELPOS_NONE   -1
 
#define NUMBERFORMAT_ENTRY_NEW_CURRENCY   NUMBERFORMAT_ENTRY_NOT_FOUND-1
 

Enumerations

enum class  SvxNumberValueType {
  Undefined ,
  Number ,
  String
}
 
enum  SvxNumberFormatCategory {
  CAT_ALL = 0 ,
  CAT_USERDEFINED ,
  CAT_NUMBER ,
  CAT_PERCENT ,
  CAT_CURRENCY ,
  CAT_DATE ,
  CAT_TIME ,
  CAT_SCIENTIFIC ,
  CAT_FRACTION ,
  CAT_BOOLEAN ,
  CAT_TEXT
}
 

Macro Definition Documentation

◆ NUMBERFORMAT_ENTRY_NEW_CURRENCY

#define NUMBERFORMAT_ENTRY_NEW_CURRENCY   NUMBERFORMAT_ENTRY_NOT_FOUND-1

Definition at line 58 of file numfmtsh.hxx.

◆ SELPOS_NONE

#define SELPOS_NONE   -1

Definition at line 56 of file numfmtsh.hxx.

Enumeration Type Documentation

◆ SvxNumberFormatCategory

Enumerator
CAT_ALL 
CAT_USERDEFINED 
CAT_NUMBER 
CAT_PERCENT 
CAT_CURRENCY 
CAT_DATE 
CAT_TIME 
CAT_SCIENTIFIC 
CAT_FRACTION 
CAT_BOOLEAN 
CAT_TEXT 

Definition at line 41 of file numfmtsh.hxx.

◆ SvxNumberValueType

enum class SvxNumberValueType
strong
Enumerator
Undefined 
Number 
String 

Definition at line 33 of file numfmtsh.hxx.