/trunk/main/sal/qa/systools/ |
H A D | test_comtools.cxx | 68 ULONG GetRefCount() const in GetRefCount() function in COMObject 87 return (p->GetRefCount() == expectedRefCountOnReturn); in comObjectSink() 118 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r.get())->GetRefCount() == 1) << "Wrong reference count 1… in TEST_F() 124 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r.get())->GetRefCount() == 1) << "Wrong reference count 1… in TEST_F() 134 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r.get())->GetRefCount() == 1) << "Wrong reference count 1… in TEST_F() 141 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r2.get())->GetRefCount() == 2) << "Wrong reference count … in TEST_F() 148 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r.get())->GetRefCount() == 1) << "Wrong reference count 1… in TEST_F() 155 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r.get())->GetRefCount() == 1) << "Wrong reference count 1… in TEST_F() 167 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r.get())->GetRefCount() == 1) << "Wrong reference count, … in TEST_F() 174 …ASSERT_TRUE(reinterpret_cast<COMObject*>(r2.get())->GetRefCount() == 2) << "Wrong reference count … in TEST_F() [all …]
|
/trunk/main/svl/source/items/ |
H A D | itempool.cxx | 291 DBG_ASSERT( (*ppStaticDefaults)->GetRefCount() == 0 || in SetDefaults() 586 ReleaseRef( **ppHtArr, (*ppHtArr)->GetRefCount() ); in Delete() 618 ReleaseRef( **ppHtArr, (*ppHtArr)->GetRefCount() ); in Delete() 664 if ( *ppHtArr && !(*ppHtArr)->GetRefCount() ) in Cleanup() 682 if ( *ppHtArr && !(*ppHtArr)->GetRefCount() ) in Cleanup() 909 SFX_ASSERT( rItem.GetRefCount(), rItem.Which(), "RefCount == 0, Remove unmoeglich" ); in Remove() 923 if ( (*ppHtArr)->GetRefCount() ) //! in Remove() 938 if ( 0 == (*ppHtArr)->GetRefCount() && nWhich < 4000 ) in Remove()
|
H A D | poolio.cxx | 238 if ( pItem && pItem->GetRefCount() ) //! siehe anderes MI-REF in Store() 242 if ( pItem->GetRefCount() == SFX_ITEMS_SPECIAL ) in Store() 246 rStream << (sal_uInt16) pItem->GetRefCount(); in Store() 247 if( pItem->GetRefCount() > SFX_ITEMS_OLD_MAXREF ) in Store() 458 AddRef( *pOldItem, rpNewItem->GetRefCount() ); in readTheItems() 946 AddRef( *pOldItem, rpNewItem->GetRefCount() ); in Load1_Impl()
|
H A D | slstitm.cxx | 284 DBG_ASSERT(GetRefCount()==0,"SetString:RefCount!=0"); in SetString() 355 DBG_ASSERT(GetRefCount()==0,"Sort:RefCount!=0"); in Sort() 363 DBG_ASSERT(GetRefCount()==0,"SetString:RefCount!=0"); in SetStringList()
|
/trunk/main/svl/inc/svl/ |
H A D | cintitem.hxx | 88 DBG_ASSERT(GetRefCount() == 0, "CntByteItem::SetValue(): Pooled item"); in SetValue() 150 DBG_ASSERT(GetRefCount() == 0, "CntUInt16Item::SetValue(): Pooled item"); in SetValue() 212 DBG_ASSERT(GetRefCount() == 0, "CntInt32Item::SetValue(): Pooled item"); in SetValue() 274 DBG_ASSERT(GetRefCount() == 0, "CntUInt32Item::SetValue(): Pooled item"); in SetValue()
|
H A D | poolitem.hxx | 238 sal_uLong GetRefCount() const { return nRefCount; } in GetRefCount() function in SfxPoolItem 344 return pItem && pItem->GetRefCount() > 0 && pItem->GetRefCount() <= SFX_ITEMS_MAXREF; in IsPooledItem()
|
H A D | szitem.hxx | 68 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
|
H A D | flagitem.hxx | 68 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
|
H A D | ptitem.hxx | 63 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
|
H A D | rectitem.hxx | 63 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
|
H A D | custritm.hxx | 82 DBG_ASSERT(GetRefCount() == 0, in SetValue()
|
H A D | dateitem.hxx | 69 DBG_ASSERT( GetRefCount() == 0, in SetDateTime()
|
H A D | cenumitm.hxx | 120 DBG_ASSERT(GetRefCount() == 0, "CntEnumItem::SetValue(): Pooled item"); in SetValue()
|
H A D | intitem.hxx | 106 DBG_ASSERT(GetRefCount() == 0, "SfxInt16Item::SetValue(); Pooled item"); in SetValue()
|
/trunk/main/editeng/inc/editeng/ |
H A D | fwdtitem.hxx | 76 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetWidth() 85 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetWidthValue() 91 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetProp()
|
H A D | fhgtitem.hxx | 94 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetHeightValue() 101 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetProp()
|
/trunk/main/svtools/source/misc/ |
H A D | itemdel.cxx | 65 DBG_ASSERT( 0 == pItem->GetRefCount(), "desrupting pooled item" ); in SfxItemDesruptor_Impl() 111 DBG_ASSERT( 0 == pItem->GetRefCount(), "deleting item in use" ); in DeleteItemOnIdle()
|
/trunk/main/sfx2/inc/ |
H A D | msgnodei.hxx | 91 sal_uIntPtr GetRefCount() const { return nRef; } in GetRefCount() function in SfxMsgReceiverList_Impl 145 sal_uIntPtr GetRefCount() const { return nRef; } in GetRefCount() function in SfxMsgAttachFileList_Impl
|
/trunk/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 329 || (pServerFont->GetRefCount() > 0) ) // font still used in GarbageCollect() 336 DBG_ASSERT( (pServerFont->GetRefCount() == 0), in GarbageCollect()
|
/trunk/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 98 if( rRef->GetRefCount() > 1 ) in CheckParentsOnDelete() 915 << ByteString::CreateFromInt64( GetRefCount() ).GetBuffer() in Dump() 1083 if ( pParent && 1 == pParent->GetRefCount() ) in GarbageCollection()
|
/trunk/main/svx/inc/svx/ |
H A D | e3ditem.hxx | 58 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
|
/trunk/main/idl/source/cmptools/ |
H A D | hash.cxx | 169 DBG_ASSERT( pPos->GetRefCount() == 1, "Reference count != 1" ); in ~SvStringHashTable()
|
/trunk/main/sw/inc/ |
H A D | authfld.hxx | 52 sal_uInt16 GetRefCount() { return nRefCount; } in GetRefCount() function in SwAuthEntry
|
/trunk/main/sc/source/core/data/ |
H A D | docpool.cxx | 611 sal_uLong nRef = rItem.GetRefCount(); in Remove() 627 sal_uLong nRef = rItem.GetRefCount(); in CheckRef()
|
/trunk/main/vcl/inc/ |
H A D | glyphcache.hxx | 213 long GetRefCount() const { return mnRefCount; } in GetRefCount() function in ServerFont
|