Lines Matching refs:Any
41 m_args = new Any[] {new Any(typeof(ucss.uno.XComponentContext), ctx)}; in Component()
46 public Component(ucss.uno.XComponentContext ctx, uno.Any[] args) { in Component()
47 m_args = new Any[args.Length + 1]; in Component()
48 m_args[0] = new Any(typeof(ucss.uno.XComponentContext), ctx); in Component()
54 public Any[] Args {
115 Type aType, uno.Any aAny, in inParameters()
149 out Type aType, out uno.Any aAny, in outParameters()
185 ref Type aType, ref uno.Any aAny, in inoutParameters()
243 Any _any = aAny; in inoutParameters()
333 public uno.Any retAny() in retAny()
492 public Any attrAny
556 Any[] m_args;
575 Any m_Any;