Home
last modified time | relevance | path

Searched refs:SC_SAFE_POOLREF (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocpool.cxx76 #define SC_SAFE_POOLREF (SC_MAX_POOLREF + 20) macro
614 if ( nRef != (sal_uLong) SC_SAFE_POOLREF ) in Remove()
617 SetRefCount( (SfxPoolItem&)rItem, (sal_uLong) SC_SAFE_POOLREF ); in Remove()
632 …=(sal_uLong)SC_MAX_POOLREF+1 || (nRef>=(sal_uLong)SC_SAFE_POOLREF-1 && nRef<=(sal_uLong)SC_SAFE_PO… in CheckRef()
634 SetRefCount( (SfxPoolItem&)rItem, (sal_uLong) SC_SAFE_POOLREF ); in CheckRef()

Completed in 17 milliseconds