Lines Matching refs:_sObjectDescription

922 …nvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDescription, TypeClass …  in getConvertedSourceCodeValueOfObject()  argument
927 … sReturn = _sReturnVariableName + " = AnyConverter.toBoolean(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
930 … 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()
942 … sReturn = _sReturnVariableName + " = AnyConverter.toUnsignedLong(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
945 … sReturn = _sReturnVariableName + " = AnyConverter.toLong(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
948 … sReturn = _sReturnVariableName + " = AnyConverter.toUnsignedInt(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
951 … sReturn = _sReturnVariableName + " = AnyConverter.toInt(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
954 … sReturn = _sReturnVariableName + " = AnyConverter.toShort(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
957 … sReturn = _sReturnVariableName + " = AnyConverter.toUnsignedShort(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
960 … sReturn = _sReturnVariableName + " = AnyConverter.toString(" + _sObjectDescription + ")"; in getConvertedSourceCodeValueOfObject()
965 sReturn = "oUnoObject = " + _sObjectDescription + ";\n\t"; in getConvertedSourceCodeValueOfObject()
968 sReturn = "Object oUnoObject = " + _sObjectDescription + ";\n\t"; in getConvertedSourceCodeValueOfObject()
982 …ing getStructSourceCode(String _sReturnVariableDescription, String _sObjectDescription, String _sM… in getStructSourceCode() argument
983 … return "\t" + _sReturnVariableDescription + " = " + _sObjectDescription + "." + _sMember + ";"; in getStructSourceCode()
1249 …ing getStructSourceCode(String _sReturnVariableDescription, String _sObjectDescription, String _sM… in getStructSourceCode() argument
1250 …opertyValueGetterSourceCode(_sMember, _sReturnVariableDescription, _sObjectDescription, null, "" ); in getStructSourceCode()
1253 …nvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDescription, TypeClass … in getConvertedSourceCodeValueOfObject() argument
1254 return _sReturnVariableName + " = " + _sObjectDescription; in getConvertedSourceCodeValueOfObject()
1545 …ing getStructSourceCode(String _sReturnVariableDescription, String _sObjectDescription, String _sM… in getStructSourceCode() argument
1546 … return "\t" + _sReturnVariableDescription + " = " + _sObjectDescription + "->" + _sMember + ";"; in getStructSourceCode()
1550 …nvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDescription, TypeClass … in getConvertedSourceCodeValueOfObject() argument
1552 return _sObjectDescription + " >>= " + _sReturnVariableName; in getConvertedSourceCodeValueOfObject()