Searched refs:oUnoReturnObjectDefinition (Results 1 – 1 of 1) sorted by relevance
90 …UnoObjectDefinition oUnoReturnObjectDefinition = getUnoObjectDefinition(_xTreepathProvider, oUnoMe… in addSourceCodeOfUnoObject() local91 …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() local102 … if (!isVariableDeclared(oUnoReturnObjectDefinition, oUnoPropertyNode.getProperty().Name)){ in addSourceCodeOfUnoObject()104 …"\n" + getPropertyStatementSourceCode(oUnoPropertyNode, sVariableName, oUnoReturnObjectDefinition); in addSourceCodeOfUnoObject()106 sVariableName = oUnoReturnObjectDefinition.getVariableName(); in addSourceCodeOfUnoObject()
Completed in 103 milliseconds