Lines Matching refs:any
45 sequence<any> methodAny ( [in] sequence<any> aSeq);
63 [attribute] sequence<any> AttrAny;
79 [attribute] any AAny;
96 void testout_methodAny ( [out] any rOut);
119 void testinout_methodAny ( [inout] any rOut);
126 any methodAnyTest1( [in] any rIn);
127 [attribute] any AttrAny2;
162 any in_methodAny ( [in] any rIn);
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);
184 void other_methodAnyOut( [out] any rAny);
185 any other_methodAnyRet();
189 any other_methodAny([in] any rAny, [in] string typeInAny);
219 void outSeqAny( [out] sequence<any> outSeqAny);
221 void outAny( [out] any outAny);
234 [out] sequence<any> outSeqAny,
235 [out] any outAny,
248 void inoutSeqAny( [inout] sequence<any> inoutVal);
249 void inoutAny( [inout] any inoutVal);
262 [inout] sequence<any> aSeq,
263 [inout] any aAny,