Searched refs:sReturnObjectVariableDefinition (Results 1 – 1 of 1) sorted by relevance
262 String sReturnObjectVariableDefinition = ""; in getPropertyStatementSourceCode() local269 … sReturnObjectVariableDefinition = getVariableInitialization(_oUnoReturnObjectDefinition, false); in getPropertyStatementSourceCode()270 …tement += m_xLanguageSourceCodeGenerator.getStructSourceCode(sReturnObjectVariableDefinition, oUno… in getPropertyStatementSourceCode()276 … sReturnObjectVariableDefinition = getVariableInitialization(_oUnoReturnObjectDefinition, true); in getPropertyStatementSourceCode()278 …odeGenerator.getPropertyValueGetterSourceCode(sPropertyName, sReturnObjectVariableDefinition, oUno… in getPropertyStatementSourceCode()285 String sReturnObjectVariableDefinition = ""; in getMethodStatementSourceCode() local293 …sReturnObjectVariableDefinition = getVariableInitialization(_oUnoReturnObjectDefinition, false) + … in getMethodStatementSourceCode()298 …sStatement += "\t" + sReturnObjectVariableDefinition + oUnoObjectDefinition.getVariableName() + sS… in getMethodStatementSourceCode()
Completed in 13 milliseconds