Lines Matching refs:in

8  * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
35 sequence<byte> methodByte( [in] sequence<byte> aSeq );
36 sequence<float> methodFloat( [in] sequence<float> aSeq);
37 sequence<double> methodDouble( [in] sequence<double> aSeq);
38 sequence<boolean> methodBool( [in] sequence<boolean> aSeq);
39 sequence<short> methodShort( [in] sequence<short> aSeq);
40 sequence<unsigned short> methodUShort( [in] sequence<unsigned short> aSeq);
41 sequence<long> methodLong( [in] sequence<long> aSeq);
42 sequence<unsigned long> methodULong( [in] sequence<unsigned long> aSeq);
43 sequence<string> methodString( [in] sequence<string> aSeq);
44 sequence<char> methodChar( [in] sequence<char> aSeq);
45 sequence<any> methodAny ( [in] sequence<any> aSeq);
46 sequence<type> methodType ( [in] sequence<type> aSeq);
47 …sequence<com::sun::star::uno::XInterface> methodXInterface ( [in] sequence<com::sun::star::uno::XI…
48 sequence< sequence <long> > methodSequence( [in] sequence< sequence< long > > aSeq);
49 …sequence< sequence <sequence <long> > > methodSequence2( [in] sequence< sequence< sequence<long> >…
50 …sequence< com::sun::star::lang::XEventListener > methodXEventListeners( [in] sequence<com::sun::st…
51 …sequence< sequence< com::sun::star::lang::XEventListener > > methodXEventListenersMul( [in] sequen…
104 void testout_methodMulParams3( [in] string sin, [out] string sout);
105 …void testout_methodMulParams4( [in] float in1, [out] float out1, [in] long in2, [out] long out2, [
126 any methodAnyTest1( [in] any rIn);
133 void methodStruct( [in] com::sun::star::beans::Property aProp);
139 com::sun::star::beans::Property methodStruct2( [in] com::sun::star::beans::Property aProp);
150 byte in_methodByte( [in] byte rIn );
151 float in_methodFloat( [in] float rIn);
152 double in_methodDouble( [in] double rIn);
153 boolean in_methodBool( [in] boolean rIn);
154 short in_methodShort( [in] short rIn);
155 unsigned short in_methodUShort( [in] unsigned short rIn);
156 long in_methodLong( [in] long rIn);
157 unsigned long in_methodULong( [in] unsigned long rIn);
158 hyper in_methodHyper( [in] hyper rIn);
159 unsigned hyper in_methodUHyper( [in] unsigned hyper rIn);
160 string in_methodString( [in] string rIn);
161 char in_methodChar( [in] char rIn);
162 any in_methodAny ( [in] any rIn);
163 type in_methodType ( [in] type rIn);
164 com::sun::star::uno::XInterface in_methodXInterface([in] com::sun::star::uno::XInterface rIn);
165 …com::sun::star::script::XInvocation in_methodInvocation( [in] com::sun::star::script::XInvocation …
166 SimpleStruct in_methodStruct( [in] SimpleStruct aStruct);
167 void in_methodAll( [in] byte b, [in] float f, [in] double d, [in] boolean abool, [in]short sh,
168 [in] unsigned short us, [in] long l, [in] unsigned long ul,
169 …[in] string s, [in] char c, [in] any a, [in] type t, [in] com::sun::star::script::XInvocation inv);
183 void other_methodAnyIn( [in] any rAny);
186 void in_float( [in] float val);
187 //typeInAny determines what type must be in rAny. If rAny contains
189 any other_methodAny([in] any rAny, [in] string typeInAny);
195 void func( [in] string message);
201 void func2( [in] string message);
207 void func3( [in] string message);
230 void outValuesMixed( [in] long lval, [out] long outval, [in] string sval);
275 void inValues( [in] char aChar, [in] long aLong, [in] string aString);
276 void inSeqByte( [in] sequence<byte> val);
277 void inSeqXEventListener( [in] sequence<com::sun::star::lang::XEventListener> listener, [in]
291 void testInterface( [in] oletest::XCallback xCallback, [in] long mode);
292 void testInterface2( [in] oletest::XSimple xSimple, [in] long mode);
297 void setObject([in] com::sun::star::uno::XInterface val);
298 boolean isSame( [in] com::sun::star::uno::XInterface val);