Searched refs:m_nRefCnt (Results 1 – 11 of 11) sorted by relevance
74 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_()
99 LONG m_nRefCnt; member in CXTDataObject123 LONG m_nRefCnt; member in CEnumFormatEtc
54 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_()
88 LONG m_nRefCnt; member in CXTDataObject119 LONG m_nRefCnt; member in CEnumFormatEtc
83 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_()
47 m_nRefCnt( 0 ), in CXNotifyingDataObject()76 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_()82 static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_()
52 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_()
134 LONG m_nRefCnt; member in CXTDataObject165 LONG m_nRefCnt; member in CEnumFormatEtc
76 LONG m_nRefCnt; member in CAPNDataObject
92 sal_Int32 m_nRefCnt; member in CXNotifyingDataObject
75 LONG m_nRefCnt; member in CAPNDataObject
Completed in 36 milliseconds