Home
last modified time | relevance | path

Searched refs:_xIdlMethods (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/odk/examples/java/Inspector/
H A DInspectorPane.java240 …MethodsToTreeNode(XUnoNode _oGrandParentNode, Object _oUnoParentObject, XIdlMethod[] _xIdlMethods){ in addMethodsToTreeNode() argument
241 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 25 milliseconds