LibreOffice Module ucb (master) 1
Variables
cmis_strings.hxx File Reference
#include <rtl/ustring.hxx>
Include dependency graph for cmis_strings.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

constexpr OUStringLiteral CMIS_TYPE_STRING = u"String"
 
constexpr OUStringLiteral CMIS_TYPE_INTEGER = u"Integer"
 
constexpr OUStringLiteral CMIS_TYPE_DECIMAL = u"Decimal"
 
constexpr OUStringLiteral CMIS_TYPE_DATETIME = u"Datetime"
 
constexpr OUStringLiteral CMIS_TYPE_BOOL = u"Bool"
 

Variable Documentation

◆ CMIS_TYPE_BOOL

constexpr OUStringLiteral CMIS_TYPE_BOOL = u"Bool"
inlineconstexpr

Definition at line 21 of file cmis_strings.hxx.

◆ CMIS_TYPE_DATETIME

constexpr OUStringLiteral CMIS_TYPE_DATETIME = u"Datetime"
inlineconstexpr

Definition at line 20 of file cmis_strings.hxx.

◆ CMIS_TYPE_DECIMAL

constexpr OUStringLiteral CMIS_TYPE_DECIMAL = u"Decimal"
inlineconstexpr

Definition at line 19 of file cmis_strings.hxx.

◆ CMIS_TYPE_INTEGER

constexpr OUStringLiteral CMIS_TYPE_INTEGER = u"Integer"
inlineconstexpr

Definition at line 18 of file cmis_strings.hxx.

◆ CMIS_TYPE_STRING

constexpr OUStringLiteral CMIS_TYPE_STRING = u"String"
inlineconstexpr

Definition at line 17 of file cmis_strings.hxx.