Lines Matching refs:append

80         buffer->append(RTL_CONSTASCII_STRINGPARAM("[]"));  in appendUnoName()
82 buffer->append(nucleus.replace('/', '.')); in appendUnoName()
84 buffer->append('<'); in appendUnoName()
89 buffer->append(','); in appendUnoName()
100 buffer->append('>'); in appendUnoName()
180 descriptor->append('['); in translateUnoTypeToDescriptor()
183 signature->append('['); in translateUnoTypeToDescriptor()
195 descriptor->append( in translateUnoTypeToDescriptor()
200 signature->append( in translateUnoTypeToDescriptor()
213 descriptor->append('L'); in translateUnoTypeToDescriptor()
214 descriptor->append(nucleus); in translateUnoTypeToDescriptor()
215 descriptor->append(';'); in translateUnoTypeToDescriptor()
218 signature->append('L'); in translateUnoTypeToDescriptor()
219 signature->append(nucleus); in translateUnoTypeToDescriptor()
221 signature->append('<'); in translateUnoTypeToDescriptor()
230 signature->append('>'); in translateUnoTypeToDescriptor()
233 signature->append(';'); in translateUnoTypeToDescriptor()
308 descriptor->append(s); in translateUnoTypeToDescriptor()
311 signature->append(s); in translateUnoTypeToDescriptor()
403 m_descriptorStart.append('('); in MethodDescriptor()
404 m_signatureStart.append('('); in MethodDescriptor()
406 descEnd.append(')'); in MethodDescriptor()
408 sigEnd.append(')'); in MethodDescriptor()
430 m_descriptorStart.append(RTL_CONSTASCII_STRINGPARAM("Ljava/lang/Object;")); in addTypeParameter()
431 m_signatureStart.append('T'); in addTypeParameter()
432 m_signatureStart.append(name); in addTypeParameter()
433 m_signatureStart.append(';'); in addTypeParameter()
439 buf.append(m_descriptorEnd); in getDescriptor()
446 buf.append(m_signatureEnd); in getSignature()
775 msg.append(RTL_CONSTASCII_STRINGPARAM("Cannot create ")); in writeClassFile()
776 msg.append(filename); in writeClassFile()
777 msg.append(RTL_CONSTASCII_STRINGPARAM(" from temporary file ")); in writeClassFile()
778 msg.append(tempname); in writeClassFile()
869 buf.append('L'); in handleEnumType()
870 buf.append(className); in handleEnumType()
871 buf.append(';'); in handleEnumType()
1039 buf.append('T'); in addField()
1040 buf.append(type); in addField()
1041 buf.append(';'); in addField()
1896 buf.append('<'); in handleAggregatingType()
1908 buf.append(name); in handleAggregatingType()
1909 buf.append(RTL_CONSTASCII_STRINGPARAM(":Ljava/lang/Object;")); in handleAggregatingType()
1920 buf.append(RTL_CONSTASCII_STRINGPARAM(">Ljava/lang/Object;")); in handleAggregatingType()
2571 buf.append('/'); in handleModule()
2768 msg.append( in addConstructor()
2771 msg.append(unoName); in addConstructor()
2772 msg.append(RTL_CONSTASCII_STRINGPARAM(" of type ")); in addConstructor()
2773 msg.append(realJavaBaseName); in addConstructor()
2774 msg.append(RTL_CONSTASCII_STRINGPARAM(": ")); in addConstructor()
3007 msg.append( in handleService()
3010 msg.append(unoName); in handleService()
3011 msg.append(RTL_CONSTASCII_STRINGPARAM(" of type ")); in handleService()
3012 msg.append(realJavaBaseName); in handleService()
3198 msg.append( in handleSingleton()
3201 msg.append(unoName); in handleSingleton()
3202 msg.append(RTL_CONSTASCII_STRINGPARAM(" of type ")); in handleSingleton()
3203 msg.append(realJavaBaseName); in handleSingleton()