LibreOffice Module cli_ure (master) 1
Static Public Attributes | List of all members
climaker::Constants Struct Reference

#include <climaker_share.h>

Static Public Attributes

::System::String sUnoVoid = "void"
 
::System::String sUnoType = "type"
 
::System::String sUnoAny = "any"
 
::System::String sUnoBool = "boolean"
 
::System::String sUnoByte = "byte"
 
::System::String sUnoChar = "char"
 
::System::String sUnoShort = "short"
 
::System::String sUnoUShort = "unsigned short"
 
::System::String sUnoLong = "long"
 
::System::String sUnoULong = "unsigned long"
 
::System::String sUnoHyper = "hyper"
 
::System::String sUnoUHyper = "unsigned hyper"
 
::System::String sUnoString = "string"
 
::System::String sUnoFloat = "float"
 
::System::String sUnoDouble = "double"
 
::System::String sUnoXInterface = "com.sun.star.uno.XInterface"
 
::System::String sBrackets = "[]"
 
static System::String sObject = "System.Object"
 
static System::String sType = "System.Type"
 
static System::String sUnoidl = "unoidl."
 
static System::String sVoid = "System.Void"
 
static System::String sAny = "uno.Any"
 
static System::String sBoolean = "System.Boolean"
 
static System::String sChar = "System.Char"
 
static System::String sByte = "System.Byte"
 
static System::String sInt16 = "System.Int16"
 
static System::String sUInt16 = "System.UInt16"
 
static System::String sInt32 = "System.Int32"
 
static System::String sUInt32 = "System.UInt32"
 
static System::String sInt64 = "System.Int64"
 
static System::String sUInt64 = "System.UInt64"
 
static System::String sString = "System.String"
 
static System::String sSingle = "System.Single"
 
static System::String sDouble = "System.Double"
 
static System::String sComma = gcnew System::String(",")
 

Detailed Description

Definition at line 41 of file climaker_share.h.

Member Data Documentation

◆ sAny

System::String climaker::Constants::sAny = "uno.Any"
static

Definition at line 65 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sBoolean

System::String climaker::Constants::sBoolean = "System.Boolean"
static

Definition at line 66 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sBrackets

::System::String climaker::Constants::sBrackets = "[]"
static

Definition at line 59 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sByte

System::String climaker::Constants::sByte = "System.Byte"
static

Definition at line 68 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sChar

System::String climaker::Constants::sChar = "System.Char"
static

Definition at line 67 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sComma

System::String climaker::Constants::sComma = gcnew System::String(",")
static

Definition at line 78 of file climaker_share.h.

◆ sDouble

System::String climaker::Constants::sDouble = "System.Double"
static

Definition at line 77 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sInt16

System::String climaker::Constants::sInt16 = "System.Int16"
static

Definition at line 69 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sInt32

System::String climaker::Constants::sInt32 = "System.Int32"
static

Definition at line 71 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sInt64

System::String climaker::Constants::sInt64 = "System.Int64"
static

Definition at line 73 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sObject

System::String climaker::Constants::sObject = "System.Object"
static

Definition at line 61 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sSingle

System::String climaker::Constants::sSingle = "System.Single"
static

Definition at line 76 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sString

System::String climaker::Constants::sString = "System.String"
static

Definition at line 75 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sType

System::String climaker::Constants::sType = "System.Type"
static

Definition at line 62 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUInt16

System::String climaker::Constants::sUInt16 = "System.UInt16"
static

Definition at line 70 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUInt32

System::String climaker::Constants::sUInt32 = "System.UInt32"
static

Definition at line 72 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUInt64

System::String climaker::Constants::sUInt64 = "System.UInt64"
static

Definition at line 74 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoAny

::System::String climaker::Constants::sUnoAny = "any"
static

Definition at line 45 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoBool

::System::String climaker::Constants::sUnoBool = "boolean"
static

Definition at line 46 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoByte

::System::String climaker::Constants::sUnoByte = "byte"
static

Definition at line 47 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoChar

::System::String climaker::Constants::sUnoChar = "char"
static

Definition at line 48 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoDouble

::System::String climaker::Constants::sUnoDouble = "double"
static

Definition at line 57 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoFloat

::System::String climaker::Constants::sUnoFloat = "float"
static

Definition at line 56 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoHyper

::System::String climaker::Constants::sUnoHyper = "hyper"
static

Definition at line 53 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoidl

System::String climaker::Constants::sUnoidl = "unoidl."
static

Definition at line 63 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoLong

::System::String climaker::Constants::sUnoLong = "long"
static

Definition at line 51 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoShort

::System::String climaker::Constants::sUnoShort = "short"
static

Definition at line 49 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoString

::System::String climaker::Constants::sUnoString = "string"
static

Definition at line 55 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoType

::System::String climaker::Constants::sUnoType = "type"
static

Definition at line 44 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoUHyper

::System::String climaker::Constants::sUnoUHyper = "unsigned hyper"
static

Definition at line 54 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoULong

::System::String climaker::Constants::sUnoULong = "unsigned long"
static

Definition at line 52 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoUShort

::System::String climaker::Constants::sUnoUShort = "unsigned short"
static

Definition at line 50 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoVoid

::System::String climaker::Constants::sUnoVoid = "void"
static

Definition at line 43 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sUnoXInterface

::System::String climaker::Constants::sUnoXInterface = "com.sun.star.uno.XInterface"
static

Definition at line 58 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().

◆ sVoid

System::String climaker::Constants::sVoid = "System.Void"
static

Definition at line 64 of file climaker_share.h.

Referenced by climaker::mapUnoTypeName().


The documentation for this struct was generated from the following file: