Lines Matching refs:_sTypeName

305 …ceSourceCode(UnoObjectDefinition _oUnoObjectDefinition, String _sVariableName,  String _sTypeName){  in addQueryInterfaceSourceCode()  argument
310 …tatement += m_xLanguageSourceCodeGenerator.getqueryInterfaceSourceCode(_sTypeName, sObjectVariable… in addQueryInterfaceSourceCode()
446 …private String getTypeString(String _sTypeName, TypeClass _aTypeClass, boolean _bAsHeaderSourceCod… in getTypeString() argument
487 … XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(_sTypeName); in getTypeString()
504 …sTypeString = m_xLanguageSourceCodeGenerator.getObjectTypeDescription(_sTypeName, _bAsHeaderSource… in getTypeString()
580 public UnoObjectDefinition(Object _oUnoObject, String _sTypeName, TypeClass _aTypeClass){ in UnoObjectDefinition() argument
582 m_sTypeName = _sTypeName; in UnoObjectDefinition()
588 public UnoObjectDefinition(Object _oUnoObject, String _sTypeName){ in UnoObjectDefinition() argument
590 m_sTypeName = _sTypeName; in UnoObjectDefinition()
643 public void setTypeName(String _sTypeName){ in setTypeName() argument
645 m_sTypeName = _sTypeName; in setTypeName()
922 …String _sReturnVariableName, String _sObjectDescription, TypeClass _aTypeClass, String _sTypeName){ in getConvertedSourceCodeValueOfObject() argument
963 String sShortTypeName = Introspector.getShortClassName(_sTypeName); in getConvertedSourceCodeValueOfObject()
1009 …tring _sReturnVariableName, String _sIncomingObjectName, TypeClass _aTypeClass, String _sTypeName){ in getPropertyValueGetterSourceCode() argument
1011 …nvertedSourceCodeValueOfObject(_sReturnVariableName, sObjectDescription, _aTypeClass, _sTypeName); in getPropertyValueGetterSourceCode()
1244 …tring _sReturnVariableName, String _sIncomingObjectName, TypeClass _aTypeClass, String _sTypeName){ in getPropertyValueGetterSourceCode() argument
1253 …String _sReturnVariableName, String _sObjectDescription, TypeClass _aTypeClass, String _sTypeName){ in getConvertedSourceCodeValueOfObject() argument
1526 …tring _sReturnVariableName, String _sIncomingObjectName, TypeClass _aTypeClass, String _sTypeName){ in getPropertyValueGetterSourceCode() argument
1540 …edSourceCodeValueOfObject(sReturnVariableName, sObjectDescription, _aTypeClass, _sTypeName) + ";"; in getPropertyValueGetterSourceCode()
1550 …String _sReturnVariableName, String _sObjectDescription, TypeClass _aTypeClass, String _sTypeName){ in getConvertedSourceCodeValueOfObject() argument