| /AOO41X/main/extensions/source/macosx/spotlight/ |
| H A D | main.m | 76 UInt32 refCount; field 127 /* This function returns the IUnknown interface so set the refCount to one. */ 128 theNewInstance->refCount = 1; 136 // the refCount goes to zero. 192 // is requested, bump the refCount for the instance. NOTE: returning the 197 ((MetadataImporterPluginType *)thisInstance )->refCount += 1; 198 return ((MetadataImporterPluginType*) thisInstance)->refCount; 204 // When an interface is released, decrement the refCount. 205 // If the refCount goes to zero, deallocate the instance. 209 ((MetadataImporterPluginType*)thisInstance)->refCount -= 1; [all …]
|
| /AOO41X/main/rdbmaker/source/codemaker/ |
| H A D | typemanager.cxx | 48 sal_Int32 refCount = 0; in release() local 49 if (0 == (refCount = osl_decrementInterlockedCount(&m_pImpl->m_refCount)) ) in release() 53 return refCount;; in release()
|
| /AOO41X/main/cppu/source/uno/ |
| H A D | lbenv.cxx | 77 sal_Int32 refCount; member 189 aNewEntry.refCount = 1; in append() 284 ++pIEntry->refCount; in defenv_registerInterface() 340 ++pIEntry->refCount; in defenv_registerProxyInterface() 419 --entry.refCount; in s_stub_defenv_revokeInterface() 420 if (entry.refCount == 0) in s_stub_defenv_revokeInterface()
|
| /AOO41X/main/extensions/source/ole/ |
| H A D | servprov.cxx | 160 ULONG refCount = --m_refCount; in STDMETHODIMP_() local 166 return refCount; in STDMETHODIMP_() 306 ULONG refCount = --m_refCount; in STDMETHODIMP_() local 312 return refCount; in STDMETHODIMP_()
|
| /AOO41X/main/codemaker/source/codemaker/ |
| H A D | typemanager.cxx | 52 sal_Int32 refCount = 0; in release() local 53 if (0 == (refCount = osl_decrementInterlockedCount(&m_pImpl->m_refCount)) ) in release() 57 return refCount;; in release()
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | strimp.h | 49 #define SAL_STRING_IS_INTERN(a) ((a)->refCount & SAL_STRING_INTERN_FLAG) 50 #define SAL_STRING_IS_STATIC(a) ((a)->refCount & SAL_STRING_STATIC_FLAG)
|
| H A D | strtmpl.c | 947 pData->refCount = 1; in IMPL_RTL_STRINGNAME() 986 osl_incrementInterlockedCount( &((pThis)->refCount) ); \ 1012 if ( pThis->refCount == 1 || in IMPL_RTL_STRINGNAME() 1013 !osl_decrementInterlockedCount( &(pThis->refCount) ) ) in IMPL_RTL_STRINGNAME()
|
| H A D | unload.cxx | 271 sal_uInt32 refCount= it->second.first; in rtl_unloadUnusedModules() local 273 for ( sal_uInt32 i=0; i < refCount; i++) in rtl_unloadUnusedModules()
|
| H A D | ustring.c | 854 osl_decrementInterlockedCount( &(pThis->refCount) ) ) == 0) in internRelease() 863 osl_incrementInterlockedCount( &(pThis->refCount) ) ) == 1 ) in internRelease()
|
| H A D | hash.cxx | 94 pString->refCount |= SAL_STRING_INTERN_FLAG; in rtl_str_hash_intern()
|
| /AOO41X/main/sal/qa/rtl_strings/ |
| H A D | rtl_OString.cxx | 107 pData->refCount == 1 && in test_rtl_OString_ctor_002() 128 pData->refCount == 1 && in test_rtl_OString_ctor_003() 152 pData1->refCount == pData2->refCount && in test_rtl_OString_ctor_004() 176 aStr1->refCount == pData2->refCount && in test_rtl_OString_ctor_005()
|
| /AOO41X/main/bridges/source/jni_uno/ |
| H A D | jni_bridge.cxx | 348 ustr->refCount = 1; in java_exc_occured() 421 ustr->refCount = 1; in get_stack_trace()
|
| H A D | jni_helper.h | 51 ustr->refCount = 1; in jstring_to_ustring()
|
| /AOO41X/main/i18nutil/inc/i18nutil/ |
| H A D | x_rtl_ustring.h | 41 newStr->refCount = 1; in x_rtl_uString_new_WithLength()
|
| /AOO41X/main/javaunohelper/source/ |
| H A D | bootstrap.cxx | 66 ustr->refCount = 1; in jstring_to_oustring()
|
| /AOO41X/main/sal/inc/rtl/ |
| H A D | string.h | 750 oslInterlockedCount refCount; /* opaque */ member
|
| H A D | ustring.h | 1070 oslInterlockedCount refCount; /* opaque */ member
|
| /AOO41X/main/sal/qa/rtl/oustring/ |
| H A D | rtl_OUString2.cxx | 1010 CPPUNIT_ASSERT_MESSAGE("string static flags", (aBaa.pData->refCount & 1<<30) != 0); in construct()
|