LibreOffice
LibreOffice 24.8 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Variables
org::libreoffice::embindtest::Constants Constant Group Reference

Variables

const boolean Boolean = True
 
const byte Byte = -12
 
const short Short = -1234
 
const unsigned short UnsignedShort = 54321
 
const long Long = -123456
 
const unsigned long UnsignedLong = 3456789012
 
const hyper Hyper = -123456789
 
const unsigned hyper UnsignedHyper = 9876543210
 
const float Float = -10.25
 
const double Double = 100.5
 

Variable Documentation

const boolean Boolean = True
const byte Byte = -12
const double Double = 100.5
const float Float = -10.25
const hyper Hyper = -123456789
const long Long = -123456
const short Short = -1234
const unsigned hyper UnsignedHyper = 9876543210
const unsigned long UnsignedLong = 3456789012
const unsigned short UnsignedShort = 54321