Home
last modified time | relevance | path

Searched refs:GetRefCount (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/sal/qa/systools/
H A Dtest_comtools.cxx68 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 Ditempool.cxx291 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 Dpoolio.cxx238 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 Dslstitm.cxx284 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 Dcintitem.hxx88 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 Dpoolitem.hxx238 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 Dszitem.hxx68 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
H A Dflagitem.hxx68 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
H A Dptitem.hxx63 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
H A Drectitem.hxx63 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
H A Dcustritm.hxx82 DBG_ASSERT(GetRefCount() == 0, in SetValue()
H A Ddateitem.hxx69 DBG_ASSERT( GetRefCount() == 0, in SetDateTime()
H A Dcenumitm.hxx120 DBG_ASSERT(GetRefCount() == 0, "CntEnumItem::SetValue(): Pooled item"); in SetValue()
H A Dintitem.hxx106 DBG_ASSERT(GetRefCount() == 0, "SfxInt16Item::SetValue(); Pooled item"); in SetValue()
/trunk/main/editeng/inc/editeng/
H A Dfwdtitem.hxx76 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 Dfhgtitem.hxx94 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 Ditemdel.cxx65 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 Dmsgnodei.hxx91 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 Dglyphcache.cxx329 || (pServerFont->GetRefCount() > 0) ) // font still used in GarbageCollect()
336 DBG_ASSERT( (pServerFont->GetRefCount() == 0), in GarbageCollect()
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx98 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 De3ditem.hxx58 DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); in SetValue()
/trunk/main/idl/source/cmptools/
H A Dhash.cxx169 DBG_ASSERT( pPos->GetRefCount() == 1, "Reference count != 1" ); in ~SvStringHashTable()
/trunk/main/sw/inc/
H A Dauthfld.hxx52 sal_uInt16 GetRefCount() { return nRefCount; } in GetRefCount() function in SwAuthEntry
/trunk/main/sc/source/core/data/
H A Ddocpool.cxx611 sal_uLong nRef = rItem.GetRefCount(); in Remove()
627 sal_uLong nRef = rItem.GetRefCount(); in CheckRef()
/trunk/main/vcl/inc/
H A Dglyphcache.hxx213 long GetRefCount() const { return mnRefCount; } in GetRefCount() function in ServerFont

Completed in 134 milliseconds

12