Home
last modified time | relevance | path

Searched refs:m_nRefCount (Results 1 – 25 of 78) sorted by relevance

1234

/trunk/main/embedserv/source/inprocserv/
H A Dadvisesink.cxx32 : m_nRefCount( 0 ) in OleWrapperAdviseSink()
45 : m_nRefCount( 0 ) in OleWrapperAdviseSink()
59 : m_nRefCount( 0 ) in OleWrapperAdviseSink()
82 : m_nRefCount( 0 ) in OleWrapperAdviseSink()
122 return ++m_nRefCount; in STDMETHODIMP_()
127 ULONG nReturn = --m_nRefCount; in STDMETHODIMP_()
128 if ( m_nRefCount == 0 ) in STDMETHODIMP_()
/trunk/main/ucb/workben/cachemap/
H A Dcachemapobject3.cxx44 m_nRefCount(0) in Object3()
54 if (osl_decrementInterlockedCount(&m_nRefCount) == 0) in release()
87 else if (osl_incrementInterlockedCount(&aIt->second->m_nRefCount) > 1) in get()
90 osl_decrementInterlockedCount(&aIt->second->m_nRefCount); in get()
95 osl_decrementInterlockedCount(&aIt->second->m_nRefCount); in get()
/trunk/main/svtools/source/config/
H A Dprintoptions.cxx114 sal_Int32 SvtPrinterOptions::m_nRefCount = 0; member in SvtPrinterOptions
117 sal_Int32 SvtPrintFileOptions::m_nRefCount = 0; member in SvtPrintFileOptions
796 ++m_nRefCount; in SvtPrinterOptions()
816 --m_nRefCount; in ~SvtPrinterOptions()
819 if( m_nRefCount <= 0 ) in ~SvtPrinterOptions()
836 ++m_nRefCount; in SvtPrintFileOptions()
857 --m_nRefCount; in ~SvtPrintFileOptions()
860 if( m_nRefCount <= 0 ) in ~SvtPrintFileOptions()
H A Dmenuoptions.cxx442 sal_Int32 SvtMenuOptions::m_nRefCount = 0 ; member in SvtMenuOptions
452 ++m_nRefCount; in SvtMenuOptions()
471 --m_nRefCount; in ~SvtMenuOptions()
474 if( m_nRefCount <= 0 ) in ~SvtMenuOptions()
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx109 sal_Int32 HandlerCache::m_nRefCount = 0 ; member in framework::HandlerCache
128 if (m_nRefCount==0) in HandlerCache()
137 ++m_nRefCount; in HandlerCache()
155 if( m_nRefCount==1) in ~HandlerCache()
169 --m_nRefCount; in ~HandlerCache()
/trunk/main/store/source/
H A Dobject.cxx49 : m_nRefCount (0) in OStoreObject()
58 OSL_ASSERT(m_nRefCount == 0); in ~OStoreObject()
90 oslInterlockedCount result = osl_incrementInterlockedCount (&m_nRefCount); in acquire()
99 oslInterlockedCount result = osl_decrementInterlockedCount (&m_nRefCount); in release()
/trunk/main/package/inc/
H A Dmutexholder.hxx32 sal_Int32 m_nRefCount; member in SotMutexHolder
35 SotMutexHolder() : m_nRefCount( 0 ) {} in SotMutexHolder()
39 m_nRefCount++; in AddRef()
44 if ( !--m_nRefCount ) in ReleaseRef()
/trunk/main/embeddedobj/source/msole/
H A Dadvisesink.cxx34 : m_nRefCount( 0 ) in OleWrapperAdviseSink()
65 return osl_incrementInterlockedCount( &m_nRefCount); in STDMETHODIMP_()
70 ULONG nReturn = --m_nRefCount; in STDMETHODIMP_()
71 if ( m_nRefCount == 0 ) in STDMETHODIMP_()
H A Dolewrapclient.cxx35 : m_nRefCount( 0 ) in OleWrapperClientSite()
66 return osl_incrementInterlockedCount( &m_nRefCount); in STDMETHODIMP_()
71 ULONG nReturn = --m_nRefCount; in STDMETHODIMP_()
72 if ( m_nRefCount == 0 ) in STDMETHODIMP_()
/trunk/main/dtrans/source/win32/dnd/
H A Didroptarget.cxx35 IDropTargetImpl::IDropTargetImpl( DropTarget& pTarget): m_nRefCount( 0), in IDropTargetImpl()
71 return InterlockedIncrement( &m_nRefCount); in AddRef()
76 LONG count= InterlockedDecrement( &m_nRefCount); in Release()
77 if( m_nRefCount == 0 ) in Release()
/trunk/main/odk/examples/cpp/counter/
H A Dcounter.cxx66 sal_Int32 m_nRefCount; member in MyCounterImpl
71 : m_xServiceManager( xServiceManager ), m_nRefCount( 0 ) in MyCounterImpl()
78 { ++m_nRefCount; } in acquire()
80 { if (! --m_nRefCount) delete this; } in release()
/trunk/main/unotools/source/config/
H A Dworkingsetoptions.cxx311 sal_Int32 SvtWorkingSetOptions::m_nRefCount = 0 ; member in SvtWorkingSetOptions
321 ++m_nRefCount; in SvtWorkingSetOptions()
338 --m_nRefCount; in ~SvtWorkingSetOptions()
341 if( m_nRefCount <= 0 ) in ~SvtWorkingSetOptions()
H A Dstartoptions.cxx356 sal_Int32 SvtStartOptions::m_nRefCount = 0 ; member in SvtStartOptions
366 ++m_nRefCount; in SvtStartOptions()
385 --m_nRefCount; in ~SvtStartOptions()
388 if( m_nRefCount <= 0 ) in ~SvtStartOptions()
H A Dlocalisationoptions.cxx356 sal_Int32 SvtLocalisationOptions::m_nRefCount = 0 ; member in SvtLocalisationOptions
366 ++m_nRefCount; in SvtLocalisationOptions()
385 --m_nRefCount; in ~SvtLocalisationOptions()
388 if( m_nRefCount <= 0 ) in ~SvtLocalisationOptions()
H A Dprintwarningoptions.cxx270 sal_Int32 SvtPrintWarningOptions::m_nRefCount = 0; member in SvtPrintWarningOptions
280 ++m_nRefCount; in SvtPrintWarningOptions()
297 --m_nRefCount; in ~SvtPrintWarningOptions()
300 if( m_nRefCount <= 0 ) in ~SvtPrintWarningOptions()
H A Dfontoptions.cxx391 sal_Int32 SvtFontOptions::m_nRefCount = 0 ; member in SvtFontOptions
401 ++m_nRefCount; in SvtFontOptions()
420 --m_nRefCount; in ~SvtFontOptions()
423 if( m_nRefCount <= 0 ) in ~SvtFontOptions()
H A Dinternaloptions.cxx496 sal_Int32 SvtInternalOptions::m_nRefCount = 0 ; member in SvtInternalOptions
506 ++m_nRefCount; in SvtInternalOptions()
525 --m_nRefCount; in ~SvtInternalOptions()
528 if( m_nRefCount <= 0 ) in ~SvtInternalOptions()
H A Dcacheoptions.cxx359 sal_Int32 SvtCacheOptions::m_nRefCount = 0; member in SvtCacheOptions
369 ++m_nRefCount; in SvtCacheOptions()
385 --m_nRefCount; in ~SvtCacheOptions()
388 if( m_nRefCount <= 0 ) in ~SvtCacheOptions()
H A Dextendedsecurityoptions.cxx429 sal_Int32 SvtExtendedSecurityOptions::m_nRefCount = 0 ; member in SvtExtendedSecurityOptions
439 ++m_nRefCount; in SvtExtendedSecurityOptions()
458 --m_nRefCount; in ~SvtExtendedSecurityOptions()
461 if( m_nRefCount <= 0 ) in ~SvtExtendedSecurityOptions()
H A Dcmdoptions.cxx510 sal_Int32 SvtCommandOptions::m_nRefCount = 0 ; member in SvtCommandOptions
520 ++m_nRefCount; in SvtCommandOptions()
537 --m_nRefCount; in ~SvtCommandOptions()
540 if( m_nRefCount <= 0 ) in ~SvtCommandOptions()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVSession.hxx52 osl_incrementInterlockedCount( &m_nRefCount ); in acquire()
57 if ( osl_decrementInterlockedCount( &m_nRefCount ) == 0 ) in release()
199 : m_xFactory( rFactory ), m_nRefCount( 0 ) {} in DAVSession()
205 oslInterlockedCount m_nRefCount; member in http_dav_ucp::DAVSession
H A DDAVSessionFactory.cxx73 else if ( osl_incrementInterlockedCount( &aIt->second->m_nRefCount ) > 1 ) in createDAVSession()
76 osl_decrementInterlockedCount( &aIt->second->m_nRefCount ); in createDAVSession()
81 osl_decrementInterlockedCount( &aIt->second->m_nRefCount ); in createDAVSession()
/trunk/main/sal/osl/unx/
H A Dsockimpl.h48 oslInterlockedCount m_nRefCount; member
57 sal_Int32 m_nRefCount; member
64 oslInterlockedCount m_nRefCount; member
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerEventHandler.cxx64 : m_nRefCount (0 ) in VistaFilePickerEventHandler()
104 return osl_incrementInterlockedCount(&m_nRefCount); in AddRef()
110 ULONG nReturn = --m_nRefCount; in Release()
111 if ( m_nRefCount == 0 ) in Release()
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx196 oslInterlockedCount m_nRefCount; member
226 if (osl_incrementInterlockedCount( &that->m_nRefCount ) == 1) in binuno_proxy_acquire()
245 if (osl_decrementInterlockedCount( &that->m_nRefCount ) == 0) in binuno_proxy_release()
306 : m_nRefCount( 1 ), in binuno_Proxy()

Completed in 98 milliseconds

1234