| /aoo4110/main/comphelper/source/misc/ | 
| H A D | asyncnotification.cxx | 47         :m_refCount( 0 )  in AnyEvent()59         return osl_incrementInterlockedCount( &m_refCount );  in acquire()
 65         if ( 0 == osl_decrementInterlockedCount( &m_refCount ) )  in release()
 70         return m_refCount;  in release()
 122         oslInterlockedCount m_refCount;  member
 129             :m_refCount( 0 )  in EventNotifierImpl()
 260         return osl_incrementInterlockedCount( &m_pImpl->m_refCount );  in acquire()
 266         if ( 0 == osl_decrementInterlockedCount( &m_pImpl->m_refCount ) )  in release()
 271         return m_pImpl->m_refCount;  in release()
 
 | 
| H A D | weakeventlistener.cxx | 57 			osl_incrementInterlockedCount( &m_refCount );  in OWeakEventListenerAdapter()61 			osl_decrementInterlockedCount( &m_refCount );  in OWeakEventListenerAdapter()
 62 …OSL_ENSURE( m_refCount > 0, "OWeakEventListenerAdapter::OWeakEventListenerAdapter: oops - not to b…  in OWeakEventListenerAdapter()
 
 | 
| /aoo4110/main/comphelper/source/container/ | 
| H A D | enumhelper.cxx | 121     ++m_refCount;  in impl_startDisposeListening()128     --m_refCount;  in impl_startDisposeListening()
 139     ++m_refCount;  in impl_stopDisposeListening()
 146     --m_refCount;  in impl_stopDisposeListening()
 224     ++m_refCount;  in impl_startDisposeListening()
 231     --m_refCount;  in impl_startDisposeListening()
 242     ++m_refCount;  in impl_stopDisposeListening()
 249     --m_refCount;  in impl_stopDisposeListening()
 
 | 
| /aoo4110/main/forms/source/component/ | 
| H A D | FormattedFieldWrapper.cxx | 75 		increment(m_refCount);  in OFormattedFieldWrapper()95 		decrement(m_refCount);  in OFormattedFieldWrapper()
 110 		increment( m_refCount );  in OFormattedFieldWrapper()
 128 		decrement( m_refCount );  in OFormattedFieldWrapper()
 333 	increment(m_refCount);  in read()
 342 	decrement(m_refCount);  in read()
 359 	increment(m_refCount);  in ensureAggregate()
 387 	decrement(m_refCount);  in ensureAggregate()
 
 | 
| /aoo4110/main/dbaccess/source/core/api/ | 
| H A D | RowSetRow.hxx | 47 		oslInterlockedCount			m_refCount;  member in dbaccess::ORowSetOldRowHelper53 		ORowSetOldRowHelper() : m_refCount(0){}  in ORowSetOldRowHelper()
 55 			: m_refCount(0)  in ORowSetOldRowHelper()
 65 			osl_incrementInterlockedCount( &m_refCount );  in acquire()
 69 			if (! osl_decrementInterlockedCount( &m_refCount ))  in release()
 
 | 
| /aoo4110/main/connectivity/inc/connectivity/ | 
| H A D | CommonTools.hxx | 74 		oslInterlockedCount			m_refCount;  member in connectivity::ORefVector83 		ORefVector() : m_refCount(0) {}  in ORefVector()
 84 		ORefVector(size_t _st) : m_vector(_st) , m_refCount(0) {}  in ORefVector()
 85 		ORefVector(const ORefVector& _rRH) : m_vector(_rRH.m_vector),m_refCount(0)  in ORefVector()
 111 			osl_incrementInterlockedCount( &m_refCount );  in acquire()
 115 			if (! osl_decrementInterlockedCount( &m_refCount ))  in release()
 
 | 
| /aoo4110/main/cppuhelper/source/ | 
| H A D | weak.cxx | 145 		oslInterlockedCount n = osl_incrementInterlockedCount( &m_pObject->m_refCount );  in queryAdapted()154 			n = osl_decrementInterlockedCount( &m_pObject->m_refCount );  in queryAdapted()
 158 			n = osl_decrementInterlockedCount( &m_pObject->m_refCount );  in queryAdapted()
 186     : m_refCount( 0 ),  in OWeakObject()
 203 	osl_incrementInterlockedCount( &m_refCount );  in acquire()
 209     if (osl_decrementInterlockedCount( &m_refCount ) == 0) {  in release()
 220 …OSL_PRECOND( m_refCount == 0, "OWeakObject::disposeWeakConnectionPoint: only to be called with a r…  in disposeWeakConnectionPoint()
 
 | 
| /aoo4110/main/vcl/inc/vcl/ | 
| H A D | threadex.hxx | 182         : m_holder(r.m_holder) { ++m_holder->m_refCount; }  in copy_back_wrapper()184         --m_holder->m_refCount;  in ~copy_back_wrapper()
 185         if (m_holder->m_refCount == 0) {  in ~copy_back_wrapper()
 193         sal_Int32 m_refCount;  member
 194         data_holder( T * p ) : m_value(*p), m_ptr(p), m_refCount(1) {}  in data_holder()
 
 | 
| /aoo4110/main/extensions/source/propctrlr/ | 
| H A D | genericpropertyhandler.cxx | 74         oslInterlockedCount                 m_refCount;  member in pcr::EnumRepresentation102         :m_refCount( 0 )  in EnumRepresentation()
 201         return osl_incrementInterlockedCount( &m_refCount );  in acquire()
 207         if ( 0 == osl_decrementInterlockedCount( &m_refCount ) )  in release()
 212         return m_refCount;  in release()
 248         osl_incrementInterlockedCount( &m_refCount );  in DBG_NAME()
 252         osl_decrementInterlockedCount( &m_refCount );  in DBG_NAME()
 253         OSL_ENSURE( m_refCount > 0, "UrlClickHandler::UrlClickHandler: leaking!" );  in DBG_NAME()
 
 | 
| H A D | xsddatatypes.cxx | 99         ,m_refCount( 0 )  in XSDDataType()109         return osl_incrementInterlockedCount( &m_refCount );  in acquire()
 115         if ( 0 == osl_decrementInterlockedCount( &m_refCount ) )  in release()
 120         return m_refCount;  in release()
 
 | 
| /aoo4110/main/framework/inc/helper/ | 
| H A D | shareablemutex.hxx | 50             MutexRef() : m_refCount(0) {}  in MutexRef()53                 osl_incrementInterlockedCount( &m_refCount );  in acquire()
 58                 if ( osl_decrementInterlockedCount( &m_refCount ) == 0 )  in release()
 62             oslInterlockedCount m_refCount;  member
 
 | 
| /aoo4110/main/dbaccess/source/core/misc/ | 
| H A D | apitools.cxx | 97 		if (osl_decrementInterlockedCount( &m_refCount ) == 0 )  in release()114 …      OSL_ENSURE( m_refCount == 1, "OSubComponent::release: invalid ref count (before dispose)!" );  in release()
 120 				OSL_ENSURE( m_refCount == 1, "OSubComponent::release: invalid ref count (after dispose)!" );  in release()
 134 		osl_incrementInterlockedCount( &m_refCount );  in release()
 
 | 
| /aoo4110/main/extensions/source/ole/ | 
| H A D | servprov.cxx | 154 	return osl_incrementInterlockedCount( &m_refCount);  in STDMETHODIMP_()160     ULONG refCount = --m_refCount;  in STDMETHODIMP_()
 161 	if (m_refCount == 0)  in STDMETHODIMP_()
 227 	: m_xInst(xInst), m_refCount(0),  in OneInstanceOleWrapper_Impl()
 300 	return osl_incrementInterlockedCount( &m_refCount);  in STDMETHODIMP_()
 306 	ULONG refCount = --m_refCount;  in STDMETHODIMP_()
 307 	if ( m_refCount == 0)  in STDMETHODIMP_()
 
 | 
| /aoo4110/main/ucb/source/ucp/tdoc/ | 
| H A D | tdoc_stgelems.cxx | 117         osl_incrementInterlockedCount( &m_refCount );  in Storage()128         osl_decrementInterlockedCount( &m_refCount );  in Storage()
 186     osl_incrementInterlockedCount( &m_refCount );  in acquire()
 197     if ( m_refCount == 1 )  in release()
 629         osl_incrementInterlockedCount( &m_refCount );  in OutputStream()
 640         osl_decrementInterlockedCount( &m_refCount );  in OutputStream()
 830         osl_incrementInterlockedCount( &m_refCount );  in Stream()
 841         osl_decrementInterlockedCount( &m_refCount );  in Stream()
 
 | 
| /aoo4110/main/fpicker/source/office/ | 
| H A D | asyncfilepicker.cxx | 45         :m_refCount ( 0        )  in DBG_NAME()65         return osl_incrementInterlockedCount( &m_refCount );  in acquire()
 71         if ( 0 == osl_decrementInterlockedCount( &m_refCount ) )  in release()
 76         return m_refCount;  in release()
 
 | 
| /aoo4110/main/cppu/qa/ | 
| H A D | test_reference.cxx | 48         :m_refCount(0)  in Foo()72         osl_incrementInterlockedCount( &m_refCount );  in acquire()
 77         if ( 0 == osl_decrementInterlockedCount( &m_refCount ) )  in release()
 91     oslInterlockedCount m_refCount;  member in __anonefc76d360111::Foo
 
 | 
| /aoo4110/main/registry/source/ | 
| H A D | keyimpl.hxx | 39 		{ return ++m_refCount; }  in acquire()42 		{ return --m_refCount; }  in release()
 133 					{ return m_refCount; }	  in getRefCount()
 138 	sal_uInt32				m_refCount;  member in ORegKey
 
 | 
| /aoo4110/main/dbaccess/source/core/recovery/ | 
| H A D | subcomponentloader.cxx | 130         osl_incrementInterlockedCount( &m_refCount );  in SubComponentLoader()134         osl_decrementInterlockedCount( &m_refCount );  in SubComponentLoader()
 146         osl_incrementInterlockedCount( &m_refCount );  in SubComponentLoader()
 150         osl_decrementInterlockedCount( &m_refCount );  in SubComponentLoader()
 
 | 
| /aoo4110/main/toolkit/source/helper/ | 
| H A D | accessibilityclient.cxx | 80         oslInterlockedCount m_refCount;  member in toolkit::AccessibleDummyFactory163         return osl_incrementInterlockedCount( &m_refCount );  in acquire()
 169         if ( 0 == osl_decrementInterlockedCount( &m_refCount ) )  in release()
 174         return m_refCount;  in release()
 
 | 
| /aoo4110/main/svx/source/form/ | 
| H A D | fmscriptingenv.cxx | 154         oslInterlockedCount     m_refCount;  member in svxform::FormScriptingEnvironment303         :m_refCount( 0 )  in FormScriptingEnvironment()
 357         return osl_incrementInterlockedCount( &m_refCount );  in acquire()
 363         if ( 0 == osl_decrementInterlockedCount( &m_refCount ) )  in release()
 368         return m_refCount;  in release()
 
 | 
| /aoo4110/main/embedserv/source/inprocserv/ | 
| H A D | dllentry.cxx | 154 	ULONG               m_refCount;  member in inprocserv::InprocEmbedProvider_Impl260 : m_refCount( 0 )  in InprocEmbedProvider_Impl()
 294 	return ++m_refCount;  in STDMETHODIMP_()
 300 	sal_Int32 nCount = --m_refCount;  in STDMETHODIMP_()
 
 | 
| /aoo4110/main/rdbmaker/inc/codemaker/ | 
| H A D | registry.hxx | 39 		: m_refCount(0)  in TypeReader_Impl()66 	sal_Int32			m_refCount;  member
 108 			osl_incrementInterlockedCount(&m_pImpl->m_refCount);  in acquire()
 113 		if (m_pImpl && 0 == osl_decrementInterlockedCount(&m_pImpl->m_refCount))  in release()
 
 | 
| /aoo4110/main/dbaccess/source/core/dataaccess/ | 
| H A D | documenteventnotifier.cxx | 72         oslInterlockedCount                                     m_refCount;  member in dbaccess::DocumentEventNotifier_Impl83             :m_refCount( 0 )  in DocumentEventNotifier_Impl()
 151         osl_incrementInterlockedCount( &m_refCount );  in acquire()
 157         if ( 0 == osl_decrementInterlockedCount( &m_refCount ) )  in release()
 
 | 
| /aoo4110/main/dbaccess/source/ui/browser/ | 
| H A D | dbexchange.cxx | 80 		osl_incrementInterlockedCount( &m_refCount );  in ODataClipboard()86         osl_decrementInterlockedCount( &m_refCount );  in ODataClipboard()
 115         osl_incrementInterlockedCount( &m_refCount );  in ODataClipboard()
 145         osl_decrementInterlockedCount( &m_refCount );  in ODataClipboard()
 
 | 
| /aoo4110/main/salhelper/source/ | 
| H A D | dynload.cxx | 38 	, m_refCount(1)  in ORealDynamicLoader()88 	return ++m_refCount;   in acquire()
 93 	sal_uInt32 nRet = --m_refCount;   in release()
 
 |