Searched refs:CXNotifyingDataObject (Results 1 – 4 of 4) sorted by relevance
42 CXNotifyingDataObject::CXNotifyingDataObject( in CXNotifyingDataObject() function in CXNotifyingDataObject55 STDMETHODIMP CXNotifyingDataObject::QueryInterface( REFIID iid, LPVOID* ppvObject ) in QueryInterface()74 STDMETHODIMP_(ULONG) CXNotifyingDataObject::AddRef( ) in STDMETHODIMP_()79 STDMETHODIMP_(ULONG) CXNotifyingDataObject::Release( ) in STDMETHODIMP_()95 STDMETHODIMP CXNotifyingDataObject::GetData( LPFORMATETC pFormatetc, LPSTGMEDIUM pmedium ) in GetData()100 STDMETHODIMP CXNotifyingDataObject::EnumFormatEtc( in EnumFormatEtc()106 STDMETHODIMP CXNotifyingDataObject::QueryGetData( LPFORMATETC pFormatetc ) in QueryGetData()111 STDMETHODIMP CXNotifyingDataObject::GetDataHere( LPFORMATETC lpFetc, LPSTGMEDIUM lpStgMedium ) in GetDataHere()116 STDMETHODIMP CXNotifyingDataObject::GetCanonicalFormatEtc( LPFORMATETC lpFetc, LPFORMATETC lpCanoni… in GetCanonicalFormatEtc()121 STDMETHODIMP CXNotifyingDataObject::SetData( LPFORMATETC lpFetc, LPSTGMEDIUM lpStgMedium, BOOL bRel… in SetData()[all …]
55 class CXNotifyingDataObject : public IDataObject class58 CXNotifyingDataObject(64 virtual ~CXNotifyingDataObject() {} in ~CXNotifyingDataObject()
48 class CXNotifyingDataObject;101 void SAL_CALL onReleaseDataObject( CXNotifyingDataObject* theCaller );107 CXNotifyingDataObject* m_pCurrentClipContent;118 friend class CXNotifyingDataObject;
158 m_pCurrentClipContent = new CXNotifyingDataObject( in setContents()255 void SAL_CALL CWinClipbImpl::onReleaseDataObject( CXNotifyingDataObject* theCaller ) in onReleaseDataObject()