Searched refs:_oUnoReturnObjectDefinition (Results 1 – 1 of 1) sorted by relevance
261 …rtyNode _oUnoPropertyNode, String _sVariableName, UnoObjectDefinition _oUnoReturnObjectDefinition){ in getPropertyStatementSourceCode() argument269 … 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() argument292 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 40 milliseconds