Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java90 …UnoObjectDefinition oUnoReturnObjectDefinition = getUnoObjectDefinition(_xTreepathProvider, oUnoMe… in addSourceCodeOfUnoObject() local
91 …if (!isVariableDeclared(oUnoReturnObjectDefinition, this.generateVariableNameFromMethod(oUnoMethod… in addSourceCodeOfUnoObject()
93 … += "\n" + getMethodStatementSourceCode(oUnoMethodNode, sVariableName, oUnoReturnObjectDefinition); in addSourceCodeOfUnoObject()
95 sVariableName = oUnoReturnObjectDefinition.getVariableName(); in addSourceCodeOfUnoObject()
101 … UnoObjectDefinition oUnoReturnObjectDefinition = new UnoObjectDefinition(oReturnObject); in addSourceCodeOfUnoObject() local
102 … if (!isVariableDeclared(oUnoReturnObjectDefinition, oUnoPropertyNode.getProperty().Name)){ in addSourceCodeOfUnoObject()
104 …"\n" + getPropertyStatementSourceCode(oUnoPropertyNode, sVariableName, oUnoReturnObjectDefinition); in addSourceCodeOfUnoObject()
106 sVariableName = oUnoReturnObjectDefinition.getVariableName(); in addSourceCodeOfUnoObject()

Completed in 21 milliseconds