Searched refs:_xIdlMethods (Results 1 – 1 of 1) sorted by relevance
240 …MethodsToTreeNode(XUnoNode _oGrandParentNode, Object _oUnoParentObject, XIdlMethod[] _xIdlMethods){ in addMethodsToTreeNode() argument241 if (this.m_oIntrospector.isValid(_xIdlMethods)){ in addMethodsToTreeNode()242 for ( int n = 0; n < _xIdlMethods.length; n++ ) { in addMethodsToTreeNode()243 XIdlMethod xIdlMethod = _xIdlMethods[n]; in addMethodsToTreeNode()
Completed in 18 milliseconds