Home
last modified time | relevance | path

Searched refs:m_nRefCnt (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/dtrans/source/win32/workbench/
H A DXTDo.cxx74 m_nRefCnt( 0 ) in CXTDataObject()
110 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_()
122 ULONG nRefCnt = static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_()
276 m_nRefCnt( 0 ), in CEnumFormatEtc()
313 return InterlockedIncrement( &m_nRefCnt ); in STDMETHODIMP_()
328 ULONG nRefCnt = InterlockedDecrement( &m_nRefCnt ); in STDMETHODIMP_()
H A DXTDo.hxx99 LONG m_nRefCnt; member in CXTDataObject
123 LONG m_nRefCnt; member in CEnumFormatEtc
/aoo41x/main/sal/workben/clipboardwben/testcopy/
H A DXTDataObject.cxx54 m_nRefCnt( nRefCntInitVal ) in CXTDataObject()
97 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_()
109 ULONG nRefCnt = static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_()
300 m_nRefCnt( 0 ), in CEnumFormatEtc()
347 return InterlockedIncrement( &m_nRefCnt ); in STDMETHODIMP_()
362 ULONG nRefCnt = InterlockedDecrement( &m_nRefCnt ); in STDMETHODIMP_()
H A DXTDataObject.hxx88 LONG m_nRefCnt; member in CXTDataObject
119 LONG m_nRefCnt; member in CEnumFormatEtc
/aoo41x/main/dtrans/source/win32/dtobj/
H A DXTDataObject.cxx83 m_nRefCnt( 0 ), in CXTDataObject()
121 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_()
131 static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_()
749 m_nRefCnt( 0 ), in CEnumFormatEtc()
788 return InterlockedIncrement( &m_nRefCnt ); in STDMETHODIMP_()
800 ULONG nRefCnt = InterlockedDecrement( &m_nRefCnt ); in STDMETHODIMP_()
H A DXNotifyingDataObject.cxx47 m_nRefCnt( 0 ), in CXNotifyingDataObject()
76 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_()
82 static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_()
H A DAPNDataObject.cxx52 m_nRefCnt( 0 ) in CAPNDataObject()
150 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_()
161 ULONG nRefCnt = static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_()
H A DXTDataObject.hxx135 LONG m_nRefCnt; member in CXTDataObject
166 LONG m_nRefCnt; member in CEnumFormatEtc
H A DAPNDataObject.hxx77 LONG m_nRefCnt; member in CAPNDataObject
H A DXNotifyingDataObject.hxx92 sal_Int32 m_nRefCnt; member in CXNotifyingDataObject
/aoo41x/main/dtrans/source/win32/clipb/
H A DAPNDataObject.hxx75 LONG m_nRefCnt; member in CAPNDataObject

Completed in 32 milliseconds