Home
last modified time | relevance | path

Searched refs:m_nRef (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/salhelper/inc/salhelper/
H A Dsingletonref.hxx87 static sal_Int32 m_nRef; member in salhelper::SingletonRef
110 ++m_nRef; in SingletonRef()
111 if (m_nRef == 1) in SingletonRef()
114 … OSL_ENSURE(m_nRef>0 && m_pInstance, "Race? Ref count of singleton >0, but instance is NULL!"); in SingletonRef()
134 --m_nRef; in ~SingletonRef()
135 if (m_nRef == 0) in ~SingletonRef()
202 sal_Int32 SingletonRef< SingletonClass >::m_nRef = 0; member in salhelper::SingletonRef< SingletonClass >
/aoo4110/main/cppu/source/uno/
H A DIdentityMapping.cxx36 sal_Int32 m_nRef; member
54 if (1 == ::osl_incrementInterlockedCount(&static_cast<IdentityMapping *>(pMapping)->m_nRef)) in s_acquire()
67 if (!::osl_decrementInterlockedCount(&static_cast<IdentityMapping *>(pMapping )->m_nRef)) in s_release()
90 : m_nRef(0), in IdentityMapping()
/aoo4110/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Environment.cxx115 oslInterlockedCount m_nRef; member in Base
232 :m_nRef(1), in Base()
293 osl_incrementInterlockedCount(&m_nRef); in acquire()
298 if (osl_decrementInterlockedCount(&m_nRef) == 0) in release()
308 osl_incrementInterlockedCount(&m_nRef); in harden()
H A Dhelper_purpenv_Proxy.cxx224 : m_nRef (1), in Proxy()
316 if (osl_incrementInterlockedCount(&m_nRef) == 1) in acquire()
359 if (osl_decrementInterlockedCount(&m_nRef) == 0) in release()
H A DProxy.hxx41 oslInterlockedCount m_nRef; member in Proxy
/aoo4110/main/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx35 :m_nResource(RT_NoResource), m_nRef(0) in AttributeInfo()
40 :m_nResource(nResource), m_nRef(nRef) in AttributeInfo()
215 pFactory->getListValueMap(aIt->second.m_nRef); in attributes()
H A DOOXMLFactory.hxx71 Id m_nRef; member
/aoo4110/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx165 oslInterlockedCount m_nRef; member
221 ::osl_incrementInterlockedCount( &m_nRef ); in acquire()
230 if (! ::osl_decrementInterlockedCount( &m_nRef )) in release()
680 : m_nRef( 1 ), in AdapterImpl()

Completed in 46 milliseconds