Searched refs:RefCount (Results 1 – 9 of 9) sorted by relevance
43 typedef oslInterlockedCount RefCount; typedef in vos::IReference45 virtual RefCount SAL_CALL acquire()=0;46 virtual RefCount SAL_CALL release()=0;48 virtual RefCount SAL_CALL referenced() const=0;54 typedef IReference::RefCount RefCount; typedef in vos::ORefCount57 ORefCount(RefCount n) { m_RefCount = n; } in ORefCount()69 RefCount SAL_CALL referenced() const in referenced()73 RefCount m_RefCount;87 virtual RefCount SAL_CALL acquire();88 virtual RefCount SAL_CALL release();[all …]
51 virtual RefCount SAL_CALL acquire() in acquire()53 virtual RefCount SAL_CALL release() in release()55 virtual RefCount SAL_CALL referenced() const in referenced()
98 virtual RefCount SAL_CALL acquire() in acquire()102 virtual RefCount SAL_CALL release() in release()106 virtual RefCount SAL_CALL referenced() const in referenced()
66 rFound.RefCount++; in impl_getStyleId()76 rNew.RefCount = 1; in impl_getStyleId()108 if( it->second.RefCount == 1 ) in setProperties()121 it->second.RefCount--; in setProperties()137 m_aIdToStyle[ nRet ].RefCount++; in setProperties()145 rNew.RefCount = 1; in setProperties()
69 sal_Int32 RefCount; member71 HashedStyle() : ContainedElement( NULL ), IsSubStyle( true ), RefCount( 0 ) {} in HashedStyle()80 RefCount( 0 ) in HashedStyle()
47 IReference::RefCount OReference::acquire() in acquire()52 IReference::RefCount OReference::release() in release()54 RefCount Count = m_RefCount.release(); in release()
110 sal_uInt32 RefCount; member482 ++pItem->RefCount; in osl_acquireVolumeDeviceHandle()505 --pItem->RefCount; in osl_releaseVolumeDeviceHandle()507 if ( pItem->RefCount == 0 ) in osl_releaseVolumeDeviceHandle()536 pHandle->RefCount = 1; in osl_newVolumeDeviceHandleImpl()
75 sal_uInt32 RefCount;
136 sal_uInt32 RefCount; member
Completed in 49 milliseconds