LibreOffice Module ucb (master) 1
Variables
UCBDeadPropertyValue.cxx File Reference
#include <sal/log.hxx>
#include <o3tl/string_view.hxx>
#include "UCBDeadPropertyValue.hxx"
Include dependency graph for UCBDeadPropertyValue.cxx:

Go to the source code of this file.

Variables

constexpr OUStringLiteral aTypeString = u"string"
 
constexpr OUStringLiteral aTypeLong = u"long"
 
constexpr OUStringLiteral aTypeShort = u"short"
 
constexpr OUStringLiteral aTypeBoolean = u"boolean"
 
constexpr OUStringLiteral aTypeChar = u"char"
 
constexpr OUStringLiteral aTypeByte = u"byte"
 
constexpr OUStringLiteral aTypeHyper = u"hyper"
 
constexpr OUStringLiteral aTypeFloat = u"float"
 
constexpr OUStringLiteral aTypeDouble = u"double"
 

Variable Documentation

◆ aTypeBoolean

constexpr OUStringLiteral aTypeBoolean = u"boolean"
constexpr

◆ aTypeByte

constexpr OUStringLiteral aTypeByte = u"byte"
constexpr

◆ aTypeChar

constexpr OUStringLiteral aTypeChar = u"char"
constexpr

◆ aTypeDouble

constexpr OUStringLiteral aTypeDouble = u"double"
constexpr

◆ aTypeFloat

constexpr OUStringLiteral aTypeFloat = u"float"
constexpr

◆ aTypeHyper

constexpr OUStringLiteral aTypeHyper = u"hyper"
constexpr

◆ aTypeLong

constexpr OUStringLiteral aTypeLong = u"long"
constexpr

◆ aTypeShort

constexpr OUStringLiteral aTypeShort = u"short"
constexpr

◆ aTypeString

constexpr OUStringLiteral aTypeString = u"string"
constexpr