Lines Matching refs:_sReturnVariableName

922 …public String getConvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDesc…  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()
971 …sReturn += _sReturnVariableName + " = (" + sShortTypeName + ") AnyConverter.toObject(" + sShortTyp… in getConvertedSourceCodeValueOfObject()
1003 …public String getqueryInterfaceSourceCode(String _sClassName, String _sReturnVariableName, String … in getqueryInterfaceSourceCode() argument
1005 …return "\t" + _sReturnVariableName + " = (" + sShortClassName + ") UnoRuntime.queryInterface(" + … in getqueryInterfaceSourceCode()
1009 …ng getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName, String _sI… in getPropertyValueGetterSourceCode() argument
1011 …String sReturn = getConvertedSourceCodeValueOfObject(_sReturnVariableName, sObjectDescription, _a… in getPropertyValueGetterSourceCode()
1239 …public String getqueryInterfaceSourceCode(String _sClassName, String _sReturnVariableName, String … in getqueryInterfaceSourceCode() argument
1244 …ng getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName, String _sI… in getPropertyValueGetterSourceCode() argument
1245 … return "\t" + _sReturnVariableName + " = " + _sIncomingObjectName + "." + _sPropertyName; in getPropertyValueGetterSourceCode()
1253 …public String getConvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDesc… in getConvertedSourceCodeValueOfObject() argument
1254 return _sReturnVariableName + " = " + _sObjectDescription; in getConvertedSourceCodeValueOfObject()
1521 …public String getqueryInterfaceSourceCode(String _sClassName, String _sReturnVariableName, String … in getqueryInterfaceSourceCode() argument
1522 …return "\t" + _sReturnVariableName + "( " + _sIncomingObjectName + ", " + getCSSNameSpaceString() … in getqueryInterfaceSourceCode()
1526 …ng getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName, String _sI… in getPropertyValueGetterSourceCode() argument
1528 String sReturnVariableName = _sReturnVariableName; in getPropertyValueGetterSourceCode()
1530 String[] sVarDefinition = _sReturnVariableName.split("="); in getPropertyValueGetterSourceCode()
1550 …public String getConvertedSourceCodeValueOfObject(String _sReturnVariableName, String _sObjectDesc… in getConvertedSourceCodeValueOfObject() argument
1552 return _sObjectDescription + " >>= " + _sReturnVariableName; in getConvertedSourceCodeValueOfObject()