Home
last modified time | relevance | path

Searched refs:m_refCount (Results 1 – 25 of 266) sorted by relevance

1234567891011

/trunk/main/comphelper/source/misc/
H A Dasyncnotification.cxx47 :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 Dweakeventlistener.cxx57 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()
/trunk/main/comphelper/source/container/
H A Denumhelper.cxx121 ++m_refCount; in impl_startDisposeListening()
128 --m_refCount; in impl_startDisposeListening()
139 ++m_refCount; in impl_stopDisposeListening()
146 --m_refCount; in impl_stopDisposeListening()
223 ++m_refCount; in impl_startDisposeListening()
230 --m_refCount; in impl_startDisposeListening()
241 ++m_refCount; in impl_stopDisposeListening()
248 --m_refCount; in impl_stopDisposeListening()
/trunk/main/forms/source/component/
H A DFormattedFieldWrapper.cxx75 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()
/trunk/main/dbaccess/source/core/api/
H A DRowSetRow.hxx47 oslInterlockedCount m_refCount; member in dbaccess::ORowSetOldRowHelper
53 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()
/trunk/main/connectivity/inc/connectivity/
H A DCommonTools.hxx74 oslInterlockedCount m_refCount; member in connectivity::ORefVector
83 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()
/trunk/main/cppuhelper/source/
H A Dweak.cxx145 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()
/trunk/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx74 oslInterlockedCount m_refCount; member in pcr::EnumRepresentation
102 :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 Dxsddatatypes.cxx99 ,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()
/trunk/main/vcl/inc/vcl/
H A Dthreadex.hxx182 : 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()
/trunk/main/framework/inc/helper/
H A Dshareablemutex.hxx50 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
/trunk/main/extensions/source/ole/
H A Dservprov.cxx154 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_()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx117 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()
/trunk/main/dbaccess/source/core/misc/
H A Dapitools.cxx97 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()
/trunk/main/cppu/qa/
H A Dtest_reference.cxx48 :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 __anon10b597e50111::Foo
/trunk/main/fpicker/source/office/
H A Dasyncfilepicker.cxx45 :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()
/trunk/main/registry/source/
H A Dkeyimpl.hxx39 { 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
/trunk/main/svx/source/form/
H A Dfmscriptingenv.cxx154 oslInterlockedCount m_refCount; member in svxform::FormScriptingEnvironment
303 :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()
/trunk/main/dbaccess/source/core/recovery/
H A Dsubcomponentloader.cxx130 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()
/trunk/main/toolkit/source/helper/
H A Daccessibilityclient.cxx80 oslInterlockedCount m_refCount; member in toolkit::AccessibleDummyFactory
163 return osl_incrementInterlockedCount( &m_refCount ); in acquire()
169 if ( 0 == osl_decrementInterlockedCount( &m_refCount ) ) in release()
174 return m_refCount; in release()
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx39 : 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()
/trunk/main/embedserv/source/inprocserv/
H A Ddllentry.cxx154 ULONG m_refCount; member in inprocserv::InprocEmbedProvider_Impl
260 : m_refCount( 0 ) in InprocEmbedProvider_Impl()
294 return ++m_refCount; in STDMETHODIMP_()
300 sal_Int32 nCount = --m_refCount; in STDMETHODIMP_()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventnotifier.cxx72 oslInterlockedCount m_refCount; member in dbaccess::DocumentEventNotifier_Impl
83 :m_refCount( 0 ) in DocumentEventNotifier_Impl()
151 osl_incrementInterlockedCount( &m_refCount ); in acquire()
157 if ( 0 == osl_decrementInterlockedCount( &m_refCount ) ) in release()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbexchange.cxx80 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()
/trunk/main/svtools/source/misc/
H A Dsvtaccessiblefactory.cxx77 oslInterlockedCount m_refCount; member in svt::__anone65419360111::AccessibleDummyFactory
241 return osl_incrementInterlockedCount( &m_refCount ); in acquire()
247 if ( 0 == osl_decrementInterlockedCount( &m_refCount ) ) in release()
252 return m_refCount; in release()

Completed in 106 milliseconds

1234567891011