Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dpoolitem.hxx44 #define SFX_ITEMS_MAXREF 0xfffffffe macro
209 assert(m_nRefCount <= SFX_ITEMS_MAXREF && "AddRef with non-Pool-Item"); in AddRef()
210 assert(n <= SFX_ITEMS_MAXREF - m_nRefCount && "AddRef: refcount overflow"); in AddRef()
216 assert(m_nRefCount <= SFX_ITEMS_MAXREF && "ReleaseRef with non-Pool-Item"); in ReleaseRef()
239 return pItem && pItem->GetRefCount() > 0 && pItem->GetRefCount() <= SFX_ITEMS_MAXREF; in IsPooledItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dpoolitem.hxx46 #define SFX_ITEMS_MAXREF 0xfffffffe macro
242 assert(m_nRefCount <= SFX_ITEMS_MAXREF && "AddRef with non-Pool-Item"); in AddRef()
243 assert(n <= SFX_ITEMS_MAXREF - m_nRefCount && "AddRef: refcount overflow"); in AddRef()
249 assert(m_nRefCount <= SFX_ITEMS_MAXREF && "ReleaseRef with non-Pool-Item"); in ReleaseRef()
272 return pItem && pItem->GetRefCount() > 0 && pItem->GetRefCount() <= SFX_ITEMS_MAXREF; in IsPooledItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/items/
H A Dpoolitem.cxx482 assert((m_nRefCount == 0 || m_nRefCount > SFX_ITEMS_MAXREF) in ~SfxPoolItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/items/
H A Dpoolitem.cxx480 assert((m_nRefCount == 0 || m_nRefCount > SFX_ITEMS_MAXREF) && "destroying item in use"); in ~SfxPoolItem()