Home
last modified time | relevance | path

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

/aoo41x/main/vos/inc/vos/
H A Drefernce.hxx43 typedef oslInterlockedCount RefCount; typedef in vos::IReference
45 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::ORefCount
57 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 …]
H A Drefobj.hxx51 virtual RefCount SAL_CALL acquire() in acquire()
53 virtual RefCount SAL_CALL release() in release()
55 virtual RefCount SAL_CALL referenced() const in referenced()
H A Dexecabl.hxx98 virtual RefCount SAL_CALL acquire() in acquire()
102 virtual RefCount SAL_CALL release() in release()
106 virtual RefCount SAL_CALL referenced() const in referenced()
/aoo41x/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx66 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()
H A Dstyle.hxx69 sal_Int32 RefCount; member
71 HashedStyle() : ContainedElement( NULL ), IsSubStyle( true ), RefCount( 0 ) {} in HashedStyle()
80 RefCount( 0 ) in HashedStyle()
/aoo41x/main/vos/source/
H A Drefernce.cxx47 IReference::RefCount OReference::acquire() in acquire()
52 IReference::RefCount OReference::release() in release()
54 RefCount Count = m_RefCount.release(); in release()
/aoo41x/main/sal/osl/unx/
H A Dfile_volume.cxx110 sal_uInt32 RefCount; member
482 ++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()
H A Dfile_misc.cxx75 sal_uInt32 RefCount;
/aoo41x/main/sal/osl/os2/
H A Dfile_url.h136 sal_uInt32 RefCount; member

Completed in 45 milliseconds