Home
last modified time | relevance | path

Searched refs:osl_decrementInterlockedCount (Results 26 – 50 of 227) sorted by relevance

12345678910

/trunk/main/svx/source/form/
H A Dformcontrolling.cxx307 osl_decrementInterlockedCount( &m_refCount ); in FormControllerHelper()
327 osl_decrementInterlockedCount( &m_refCount ); in FormControllerHelper()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_storage.cxx218 osl_decrementInterlockedCount( &aIt->second->m_refCount ); in createStorage()
223 osl_decrementInterlockedCount( &aIt->second->m_refCount ); in createStorage()
/trunk/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx240 osl_decrementInterlockedCount( &m_refCount ); in OQueryColumn()
631 osl_decrementInterlockedCount( &m_refCount ); in OTableColumnWrapper()
/trunk/main/extensions/source/propctrlr/
H A Dcomposeduiupdate.cxx240 if ( 0 == osl_decrementInterlockedCount( &m_refCount ) ) in release()
798 if ( 0 == osl_decrementInterlockedCount( &m_nSuspendCounter ) ) in resumeAutoFire()
H A Dgenericpropertyhandler.cxx207 if ( 0 == osl_decrementInterlockedCount( &m_refCount ) ) in release()
252 osl_decrementInterlockedCount( &m_refCount ); in DBG_NAME()
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx434 osl_decrementInterlockedCount( &m_refCount ); in DefaultBrowseNode()
529 if ( osl_decrementInterlockedCount( &m_refCount ) == 0 ) in release()
/trunk/main/xmloff/source/style/
H A Duniref.cxx34 if( !osl_decrementInterlockedCount( &m_refCount ) ) in release()
/trunk/main/sal/osl/os2/
H A Dinterlck.c42 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount() function
/trunk/main/sal/inc/osl/
H A Dinterlck.h45 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount);
/trunk/main/svtools/source/toolpanel/
H A Drefbase.cxx45 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release()
/trunk/main/xmloff/source/forms/handler/
H A Dproperty_handler_base.cxx50 oslInterlockedCount decremented = osl_decrementInterlockedCount( &m_refCount ); in release()
/trunk/main/connectivity/source/simpledbt/
H A Drefbase.cxx50 oslInterlockedCount nNewRefCount = osl_decrementInterlockedCount(&m_refCount); in release()
/trunk/main/canvas/source/null/
H A Dnull_usagecounter.hxx50 const sal_Int32 nCount( osl_decrementInterlockedCount( &s_nCount ) ); in ~UsageCounter()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx425 osl_decrementInterlockedCount( &m_refCount ); in ChartDataWrapper()
436 osl_decrementInterlockedCount( &m_refCount ); in ChartDataWrapper()
/trunk/main/store/source/
H A Dobject.cxx99 oslInterlockedCount result = osl_decrementInterlockedCount (&m_nRefCount); in release()
/trunk/main/salhelper/inc/salhelper/
H A Drefobj.hxx84 result = ::osl_decrementInterlockedCount (&m_nReferenceCount); in release()
H A Dsimplereferenceobject.hxx92 { if (osl_decrementInterlockedCount(&m_nCount) == 0) delete this; } in release()
/trunk/main/framework/inc/helper/
H A Dshareablemutex.hxx58 if ( osl_decrementInterlockedCount( &m_refCount ) == 0 ) in release()
/trunk/main/comphelper/source/misc/
H A Dweakeventlistener.cxx61 osl_decrementInterlockedCount( &m_refCount ); in OWeakEventListenerAdapter()
/trunk/main/sw/source/core/docnode/
H A Dobservablethread.cxx52 oslInterlockedCount nCount( osl_decrementInterlockedCount( &mnRefCount ) ); in release()
/trunk/main/vos/inc/vos/
H A Drefernce.hxx62 RefCount SAL_CALL release() { return (osl_decrementInterlockedCount(&m_RefCount)); }; in release()
/trunk/main/ucb/workben/cachemap/
H A Dcachemapobject1.cxx58 if (osl_decrementInterlockedCount(&pElement->m_nRefCount) == 0) in releaseElement()
/trunk/main/sd/source/helper/
H A Dsimplereferencecomponent.cxx80 if(osl_decrementInterlockedCount(&m_nCount) == 0) delete this; in release()
/trunk/main/sal/osl/w32/
H A Dinterlck.c93 oslInterlockedCount SAL_CALL osl_decrementInterlockedCount(oslInterlockedCount* pCount) in osl_decrementInterlockedCount() function
/trunk/main/svtools/source/java/
H A Djavacontext.cxx74 if (! osl_decrementInterlockedCount( &m_aRefCount )) in release()

Completed in 97 milliseconds

12345678910