Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java930 … sReturn = _sReturnVariableName + " = AnyConverter.toChar(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
933 … sReturn = _sReturnVariableName + " = AnyConverter.toByte(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
936 … sReturn = _sReturnVariableName + " = AnyConverter.toDouble(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
939 … sReturn = _sReturnVariableName + " = AnyConverter.toFloat(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
945 … sReturn = _sReturnVariableName + " = AnyConverter.toLong(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
951 … sReturn = _sReturnVariableName + " = AnyConverter.toInt(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
954 … sReturn = _sReturnVariableName + " = AnyConverter.toShort(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
965 sReturn = "oUnoObject = " + _sObjectDescription + ";\n\t"; in getConvertedSourceCodeValueOfObject()
968 sReturn = "Object oUnoObject = " + _sObjectDescription + ";\n\t"; in getConvertedSourceCodeValueOfObject()
1254 return _sReturnVariableName + " = " + _sObjectDescription; in getConvertedSourceCodeValueOfObject()
[all …]
H A DXLanguageSourceCodeGenerator.java46 …terfaceSourceCode(String _sReturnValueDescription, String _sClassName, String _sObjectDescription); in getqueryInterfaceSourceCode() argument
50 …ing getStructSourceCode(String _sReturnVariableDescription, String _sObjectDescription, String _sM… in getStructSourceCode() argument
90 …nvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDescription, TypeClass … in getConvertedSourceCodeValueOfObject() argument

Completed in 21 milliseconds