10 module
org { module libreoffice { module embindtest {
14 boolean isBoolean([in]
boolean value);
16 boolean isByte([in] byte value);
18 boolean isShort([in]
short value);
19 unsigned short getUnsignedShort();
20 boolean isUnsignedShort([in]
unsigned short value);
22 boolean isLong([in]
long value);
23 unsigned long getUnsignedLong();
24 boolean isUnsignedLong([in]
unsigned long value);
26 boolean isHyper([in] hyper value);
27 unsigned hyper getUnsignedHyper();
28 boolean isUnsignedHyper([in]
unsigned hyper value);
30 boolean isFloat([in]
float value);
32 boolean isDouble([in]
double value);
34 boolean isChar([in]
char value);
36 boolean isString([in]
string value);
38 boolean isType([in] type value);
40 boolean isEnum([in]
Enum value);
42 boolean isStruct([in]
Struct value);
47 Template<any, StructString> getTemplate();
48 boolean isTemplate([in] Template<any, StructString> value);
50 boolean isAnyVoid([in] any value);
52 boolean isAnyBoolean([in] any value);
54 boolean isAnyByte([in] any value);
56 boolean isAnyShort([in] any value);
57 any getAnyUnsignedShort();
58 boolean isAnyUnsignedShort([in] any value);
60 boolean isAnyLong([in] any value);
61 any getAnyUnsignedLong();
62 boolean isAnyUnsignedLong([in] any value);
64 boolean isAnyHyper([in] any value);
65 any getAnyUnsignedHyper();
66 boolean isAnyUnsignedHyper([in] any value);
68 boolean isAnyFloat([in] any value);
70 boolean isAnyDouble([in] any value);
72 boolean isAnyChar([in] any value);
74 boolean isAnyString([in] any value);
76 boolean isAnyType([in] any value);
78 boolean isAnySequence([in] any value);
80 boolean isAnyEnum([in] any value);
82 boolean isAnyStruct([in] any value);
83 any getAnyException();
84 boolean isAnyException([in] any value);
85 any getAnyInterface();
86 boolean isAnyInterface([in] any value);
87 sequence<boolean> getSequenceBoolean();
88 boolean isSequenceBoolean([in] sequence<boolean> value);
89 sequence<byte> getSequenceByte();
90 boolean isSequenceByte([in] sequence<byte> value);
91 sequence<short> getSequenceShort();
92 boolean isSequenceShort([in] sequence<short> value);
93 sequence<unsigned short> getSequenceUnsignedShort();
94 boolean isSequenceUnsignedShort([in] sequence<unsigned short> value);
95 sequence<long> getSequenceLong();
96 boolean isSequenceLong([in] sequence<long> value);
97 sequence<unsigned long> getSequenceUnsignedLong();
98 boolean isSequenceUnsignedLong([in] sequence<unsigned long> value);
99 sequence<hyper> getSequenceHyper();
100 boolean isSequenceHyper([in] sequence<hyper> value);
101 sequence<unsigned hyper> getSequenceUnsignedHyper();
102 boolean isSequenceUnsignedHyper([in] sequence<unsigned hyper> value);
103 sequence<float> getSequenceFloat();
104 boolean isSequenceFloat([in] sequence<float> value);
105 sequence<double> getSequenceDouble();
106 boolean isSequenceDouble([in] sequence<double> value);
107 sequence<char> getSequenceChar();
108 boolean isSequenceChar([in] sequence<char> value);
109 sequence<string> getSequenceString();
110 boolean isSequenceString([in] sequence<string> value);
111 sequence<type> getSequenceType();
112 boolean isSequenceType([in] sequence<type> value);
113 sequence<any> getSequenceAny();
114 boolean isSequenceAny([in] sequence<any> value);
115 sequence<sequence<string> > getSequenceSequenceString();
116 boolean isSequenceSequenceString([in] sequence<sequence<string> > value);
117 sequence<Enum> getSequenceEnum();
118 boolean isSequenceEnum([in] sequence<Enum> value);
119 sequence<Struct> getSequenceStruct();
120 boolean isSequenceStruct([in] sequence<Struct> value);
122 boolean isNull([in]
XTest value);
124 [out]
boolean value1, [out] byte value2, [out]
short value3, [out]
unsigned short value4,
125 [out]
long value5, [out]
unsigned long value6, [out] hyper value7,
126 [out]
unsigned hyper value8, [out]
float value9, [out]
double value10, [out]
char value11,
127 [out]
string value12, [out] type value13, [out] any value14,
128 [out] sequence<string> value15, [out]
Enum value16, [out]
Struct value17,
129 [out]
XTest value18);
130 void throwRuntimeException();
136 boolean testSolarMutex();
Definition: Struct.idl:12
Definition: SyncDbusSessionHelper.idl:10
Definition: XAttributes.idl:12
Definition: StructString.idl:12
specifies a job which is to be executed synchronously
Definition: XJob.idl:33
Definition: StructLong.idl:12
Enum
Definition: Enum.idl:12
base interface of all UNO interfaces
Definition: XInterface.idl:45
string StringAttribute
Definition: XTest.idl:135
starts action for any triggered event from outside
Definition: XJobExecutor.idl:36