Searched refs:SetRefCount (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/svl/source/items/ |
H A D | itempool.cxx | 370 (*( pDefaults + n ))->SetRefCount( 0 ); in ReleaseDefaults() 595 SetRefCount( **ppDefaultItem, 0 ); in Delete() 627 SetRefCount( **ppDefaultItem, 0 ); in Delete() 701 (*ppOldDefault)->SetRefCount(0); in SetPoolDefaultItem() 727 (*ppOldDefault)->SetRefCount(0); in ResetPoolDefaultItem()
|
H A D | poolio.cxx | 459 SetRefCount( *rpNewItem, 0 ); in readTheItems() 947 SetRefCount( *rpNewItem, 0 ); in Load1_Impl()
|
/aoo42x/main/svl/inc/svl/ |
H A D | itempool.hxx | 153 static inline void SetRefCount( SfxPoolItem& rItem, sal_uLong n ); 282 inline void SfxItemPool::SetRefCount( SfxPoolItem& rItem, sal_uLong n ) in SetRefCount() function in SfxItemPool 284 rItem.SetRefCount(n); in SetRefCount()
|
H A D | poolitem.hxx | 187 inline void SetRefCount( sal_uLong n ); 294 inline void SfxPoolItem::SetRefCount( sal_uLong n ) in SetRefCount() function in SfxPoolItem
|
/aoo42x/main/sc/source/core/data/ |
H A D | docpool.cxx | 381 SetRefCount( *ppPoolDefaults[i], 0 ); in ~ScDocumentPool() 617 SetRefCount( (SfxPoolItem&)rItem, (sal_uLong) SC_SAFE_POOLREF ); in Remove() 634 SetRefCount( (SfxPoolItem&)rItem, (sal_uLong) SC_SAFE_POOLREF ); in CheckRef()
|
/aoo42x/main/svtools/source/misc/ |
H A D | itemdel.cxx | 95 pItem->SetRefCount( 0 ); in ~SfxItemDesruptor_Impl()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 706 pTempModel->SetRefCount( 0 ); in SvLBox() 728 pTempModel->SetRefCount( 0 ); in SvLBox() 777 pNewModel->SetRefCount( 0 ); // else this will never be deleted in DisconnectFromModel()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | msgpool.cxx | 98 SetRefCount( *ppPoolDefaults[i], 0 ); in ~ScMessagePool()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | xpool.cxx | 223 SetRefCount( **ppDefaultItem, 0 ); in ~XOutdevItemPool()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ChartItemPool.cxx | 202 SetRefCount(*ppPoolDefaults[i], 0); in ~ChartItemPool()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 308 void SetRefCount( sal_uInt16 nRef ) { nRefCount = nRef; } in SetRefCount() function in SvTreeList
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdattr.cxx | 367 SetRefCount(*mppLocalPoolDefaults[i],0); in ~SdrItemPool()
|
Completed in 156 milliseconds