Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java287 XIdlMethod xIdlMethod = _oUnoMethodNode.getXIdlMethod(); in getMethodStatementSourceCode() local
288 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()
H A DInspectorPane.java243 XIdlMethod xIdlMethod = _xIdlMethods[n]; in addMethodsToTreeNode() local
244 … if (!xIdlMethod.getDeclaringClass().getName().equals("com.sun.star.uno.XInterface")){ in addMethodsToTreeNode()
245 XUnoMethodNode oChildNode = addMethodNode(_oUnoParentObject, xIdlMethod); in addMethodsToTreeNode()

Completed in 285 milliseconds