Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java261 …rtyNode _oUnoPropertyNode, String _sVariableName, UnoObjectDefinition _oUnoReturnObjectDefinition){ in getPropertyStatementSourceCode() argument
269 … sReturnObjectVariableDefinition = getVariableInitialization(_oUnoReturnObjectDefinition, false); in getPropertyStatementSourceCode()
275 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getPropertyStatementSourceCode()
276 … sReturnObjectVariableDefinition = getVariableInitialization(_oUnoReturnObjectDefinition, true); in getPropertyStatementSourceCode()
278 … oUnoObjectDefinition.getVariableName(), _oUnoReturnObjectDefinition.getTypeClass(), _oUnoReturnOb… in getPropertyStatementSourceCode()
284 …ethodNode _oUnoMethodNode, String _sVariableName, UnoObjectDefinition _oUnoReturnObjectDefinition){ in getMethodStatementSourceCode() argument
292 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getMethodStatementSourceCode()
293 …sReturnObjectVariableDefinition = getVariableInitialization(_oUnoReturnObjectDefinition, false) + … in getMethodStatementSourceCode()
295 Object[] oParamObjects = _oUnoReturnObjectDefinition.getParameterObjects(); in getMethodStatementSourceCode()

Completed in 17 milliseconds