Home
last modified time | relevance | path

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

/AOO41X/main/tools/inc/tools/
H A Dref.hxx320 #define SV_NO_DELETE_REFCOUNT 0x80000000 macro
332 SvRefBase() { nRefCount = SV_NO_DELETE_REFCOUNT; } in SvRefBase()
334 { nRefCount = SV_NO_DELETE_REFCOUNT; } in SvRefBase()
339 if( nRefCount < SV_NO_DELETE_REFCOUNT ) in RestoreNoDelete()
340 nRefCount += SV_NO_DELETE_REFCOUNT; in RestoreNoDelete()
346 if( nRefCount >= SV_NO_DELETE_REFCOUNT ) in AddRef()
347 nRefCount -= SV_NO_DELETE_REFCOUNT; in AddRef()
/AOO41X/main/tools/source/ref/
H A Dref.cxx44 nRefCount = SV_NO_DELETE_REFCOUNT / 2; in QueryDelete()