| /aoo41x/main/embedserv/source/inprocserv/ | 
| H A D | advisesink.cxx | 32 : 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_()
 
 | 
| /aoo41x/main/ucb/workben/cachemap/ | 
| H A D | cachemapobject3.cxx | 44     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()
 
 | 
| /aoo41x/main/svtools/source/config/ | 
| H A D | printoptions.cxx | 114 sal_Int32				SvtPrinterOptions::m_nRefCount = 0;  member in SvtPrinterOptions117 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 D | menuoptions.cxx | 442 sal_Int32				SvtMenuOptions::m_nRefCount			= 0		;  member in SvtMenuOptions452 	++m_nRefCount;  in SvtMenuOptions()
 471 	--m_nRefCount;  in ~SvtMenuOptions()
 474     if( m_nRefCount <= 0 )  in ~SvtMenuOptions()
 
 | 
| /aoo41x/main/store/source/ | 
| H A D | object.cxx | 49 	: 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()
 
 | 
| /aoo41x/main/framework/source/fwi/classes/ | 
| H A D | protocolhandlercache.cxx | 109 sal_Int32    HandlerCache::m_nRefCount = 0   ;  member in framework::HandlerCache128         if (m_nRefCount==0)  in HandlerCache()
 137         ++m_nRefCount;  in HandlerCache()
 155         if( m_nRefCount==1)  in ~HandlerCache()
 169         --m_nRefCount;  in ~HandlerCache()
 
 | 
| /aoo41x/main/package/inc/ | 
| H A D | mutexholder.hxx | 32 	sal_Int32	 m_nRefCount;  member in SotMutexHolder35 	SotMutexHolder() : m_nRefCount( 0 ) {}  in SotMutexHolder()
 39 		m_nRefCount++;  in AddRef()
 44 		if ( !--m_nRefCount )  in ReleaseRef()
 
 | 
| /aoo41x/main/embeddedobj/source/msole/ | 
| H A D | advisesink.cxx | 34 : 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 D | olewrapclient.cxx | 35 : 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_()
 
 | 
| /aoo41x/main/dtrans/source/win32/dnd/ | 
| H A D | idroptarget.cxx | 35 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()
 
 | 
| /aoo41x/main/odk/examples/cpp/counter/ | 
| H A D | counter.cxx | 66 	sal_Int32 m_nRefCount;  member in MyCounterImpl71 		: m_xServiceManager( xServiceManager ), m_nRefCount( 0 )  in MyCounterImpl()
 78 		{ ++m_nRefCount; }  in acquire()
 80 		{ if (! --m_nRefCount) delete this; }  in release()
 
 | 
| /aoo41x/main/unotools/source/config/ | 
| H A D | workingsetoptions.cxx | 311 sal_Int32					SvtWorkingSetOptions::m_nRefCount		= 0		;  member in SvtWorkingSetOptions321 	++m_nRefCount;  in SvtWorkingSetOptions()
 338 	--m_nRefCount;  in ~SvtWorkingSetOptions()
 341     if( m_nRefCount <= 0 )  in ~SvtWorkingSetOptions()
 
 | 
| H A D | localisationoptions.cxx | 356 sal_Int32						SvtLocalisationOptions::m_nRefCount			= 0		;  member in SvtLocalisationOptions366 	++m_nRefCount;  in SvtLocalisationOptions()
 385 	--m_nRefCount;  in ~SvtLocalisationOptions()
 388     if( m_nRefCount <= 0 )  in ~SvtLocalisationOptions()
 
 | 
| H A D | startoptions.cxx | 356 sal_Int32				SvtStartOptions::m_nRefCount		= 0		;  member in SvtStartOptions366 	++m_nRefCount;  in SvtStartOptions()
 385 	--m_nRefCount;  in ~SvtStartOptions()
 388     if( m_nRefCount <= 0 )  in ~SvtStartOptions()
 
 | 
| H A D | fontoptions.cxx | 391 sal_Int32				SvtFontOptions::m_nRefCount			= 0		;  member in SvtFontOptions401 	++m_nRefCount;  in SvtFontOptions()
 420 	--m_nRefCount;  in ~SvtFontOptions()
 423     if( m_nRefCount <= 0 )  in ~SvtFontOptions()
 
 | 
| H A D | internaloptions.cxx | 496 sal_Int32					SvtInternalOptions::m_nRefCount			= 0		;  member in SvtInternalOptions506 	++m_nRefCount;  in SvtInternalOptions()
 525 	--m_nRefCount;  in ~SvtInternalOptions()
 528     if( m_nRefCount <= 0 )  in ~SvtInternalOptions()
 
 | 
| H A D | printwarningoptions.cxx | 270 sal_Int32				        SvtPrintWarningOptions::m_nRefCount = 0;  member in SvtPrintWarningOptions280 	++m_nRefCount;  in SvtPrintWarningOptions()
 297 	--m_nRefCount;  in ~SvtPrintWarningOptions()
 300     if( m_nRefCount <= 0 )  in ~SvtPrintWarningOptions()
 
 | 
| H A D | cacheoptions.cxx | 359 sal_Int32				SvtCacheOptions::m_nRefCount = 0;  member in SvtCacheOptions369 	++m_nRefCount;  in SvtCacheOptions()
 385 	--m_nRefCount;  in ~SvtCacheOptions()
 388     if( m_nRefCount <= 0 )  in ~SvtCacheOptions()
 
 | 
| H A D | extendedsecurityoptions.cxx | 429 sal_Int32							SvtExtendedSecurityOptions::m_nRefCount			= 0		;  member in SvtExtendedSecurityOptions439 	++m_nRefCount;  in SvtExtendedSecurityOptions()
 458 	--m_nRefCount;  in ~SvtExtendedSecurityOptions()
 461     if( m_nRefCount <= 0 )  in ~SvtExtendedSecurityOptions()
 
 | 
| H A D | cmdoptions.cxx | 510 sal_Int32                   SvtCommandOptions::m_nRefCount      = 0     ;  member in SvtCommandOptions520 	++m_nRefCount;  in SvtCommandOptions()
 537 	--m_nRefCount;  in ~SvtCommandOptions()
 540     if( m_nRefCount <= 0 )  in ~SvtCommandOptions()
 
 | 
| /aoo41x/main/ucb/source/ucp/webdav/ | 
| H A D | DAVSession.hxx | 52         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 D | DAVSessionFactory.cxx | 73     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()
 
 | 
| /aoo41x/main/sal/osl/unx/ | 
| H A D | sockimpl.h | 48 	oslInterlockedCount m_nRefCount;  member57 	sal_Int32 m_nRefCount;  member
 64 	oslInterlockedCount m_nRefCount;  member
 
 | 
| /aoo41x/main/fpicker/source/win32/filepicker/ | 
| H A D | VistaFilePickerEventHandler.cxx | 64     : 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()
 
 | 
| /aoo41x/main/stoc/source/proxy_factory/ | 
| H A D | proxyfac.cxx | 196     oslInterlockedCount m_nRefCount;  member226     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()
 
 |