LibreOffice Module xmloff (master) 1
Classes | Namespaces | Enumerations | Variables
xmlnumfi.hxx File Reference
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <sal/types.h>
#include <xmloff/xmlstyle.hxx>
#include <rtl/ustrbuf.hxx>
#include <i18nlangtag/lang.h>
#include <memory>
#include <vector>
Include dependency graph for xmlnumfi.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SvXMLNumFmtHelper
 
class  SvXMLNumFmtDefaults
 
struct  MyCondition
 
class  SvXMLNumFormatContext
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 #file
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::util
 
namespace  com::sun::star::xml
 
namespace  com::sun::star::xml::sax
 

Enumerations

enum class  SvXMLStylesTokens {
  NUMBER_STYLE ,
  CURRENCY_STYLE ,
  PERCENTAGE_STYLE ,
  DATE_STYLE ,
  TIME_STYLE ,
  BOOLEAN_STYLE ,
  TEXT_STYLE
}
 
enum  SvXMLDateElementAttributes {
  XML_DEA_NONE ,
  XML_DEA_ANY ,
  XML_DEA_SHORT ,
  XML_DEA_LONG ,
  XML_DEA_TEXTSHORT ,
  XML_DEA_TEXTLONG
}
 

Variables

constexpr OUStringLiteral XML_NUMBERSTYLES = u"NumberStyles"
 

Enumeration Type Documentation

◆ SvXMLDateElementAttributes

Enumerator
XML_DEA_NONE 
XML_DEA_ANY 
XML_DEA_SHORT 
XML_DEA_LONG 
XML_DEA_TEXTSHORT 
XML_DEA_TEXTLONG 

Definition at line 49 of file xmlnumfi.hxx.

◆ SvXMLStylesTokens

enum class SvXMLStylesTokens
strong
Enumerator
NUMBER_STYLE 
CURRENCY_STYLE 
PERCENTAGE_STYLE 
DATE_STYLE 
TIME_STYLE 
BOOLEAN_STYLE 
TEXT_STYLE 

Definition at line 38 of file xmlnumfi.hxx.

Variable Documentation

◆ XML_NUMBERSTYLES

constexpr OUStringLiteral XML_NUMBERSTYLES = u"NumberStyles"
inlineconstexpr

Definition at line 36 of file xmlnumfi.hxx.