Searched refs:xIdlMethod (Results 1 – 2 of 2) sorted by relevance
287 XIdlMethod xIdlMethod = _oUnoMethodNode.getXIdlMethod(); in getMethodStatementSourceCode() local288 TypeClass aReturnTypeClass = xIdlMethod.getReturnType().getTypeClass(); in getMethodStatementSourceCode()290 String sVariableStemName = this.generateVariableNameFromMethod(xIdlMethod); in getMethodStatementSourceCode()298 …ableDefinition + oUnoObjectDefinition.getVariableName() + sSeparator + xIdlMethod.getName() + "(" … in getMethodStatementSourceCode()300 addExceptions(xIdlMethod); in getMethodStatementSourceCode()
243 XIdlMethod xIdlMethod = _xIdlMethods[n]; in addMethodsToTreeNode() local244 … if (!xIdlMethod.getDeclaringClass().getName().equals("com.sun.star.uno.XInterface")){ in addMethodsToTreeNode()245 XUnoMethodNode oChildNode = addMethodNode(_oUnoParentObject, xIdlMethod); in addMethodsToTreeNode()
Completed in 71 milliseconds