Lines Matching refs:append

92     inline void append(
181 inline void ObjectEntry::append( in append() function in __anon279591370111::ObjectEntry
274 pOEntry->append( that, *ppInterface, pTypeDescr, 0 ); in defenv_registerInterface()
296 pOEntry->append( that, *ppInterface, pTypeDescr, 0 ); in defenv_registerInterface()
322 pOEntry->append( that, *ppInterface, pTypeDescr, freeProxy ); in defenv_registerProxyInterface()
354 pOEntry->append( that, *ppInterface, pTypeDescr, freeProxy ); in defenv_registerProxyInterface()
728 buf.append( pEnv->pTypeName ); in uno_dumpEnvironment()
737 buf.append( pEnv->pTypeName ); in uno_dumpEnvironment()
754 buf.append( pOEntry->nRef, 10 ); in uno_dumpEnvironment()
756 buf.append( pOEntry->oid ); in uno_dumpEnvironment()
757 buf.append( (sal_Unicode) '\"' ); in uno_dumpEnvironment()
766 buf.append( in uno_dumpEnvironment()
772 buf.append( in uno_dumpEnvironment()
780 buf.append( in uno_dumpEnvironment()
818 buf.append( pEnvDcp ); in uno_dumpEnvironmentByName()
841 aRet.append( (sal_Int64)info.Ident, 16 ); in unoenv_getStaticOIdPart()
851 aRet.append( (sal_Unicode)';' ); in unoenv_getStaticOIdPart()
853 aRet.append( (sal_Int32)ar[i], 16 ); in unoenv_getStaticOIdPart()
885 oid.append( reinterpret_cast< sal_Int64 >(pUnoI), 16 ); in unoenv_computeObjectIdentifier()
886 oid.append( static_cast< sal_Unicode >(';') ); in unoenv_computeObjectIdentifier()
888 oid.append( ((uno_Environment *) pEnv)->pTypeName ); in unoenv_computeObjectIdentifier()
889 oid.append( static_cast< sal_Unicode >('[') ); in unoenv_computeObjectIdentifier()
890 oid.append( reinterpret_cast< sal_Int64 >( in unoenv_computeObjectIdentifier()
894 oid.append( unoenv_getStaticOIdPart() ); in unoenv_computeObjectIdentifier()
1116 aLibName.append( envTypeName ); in initDefaultEnvironment()