Home
last modified time | relevance | path

Searched refs:IDropTargetImpl (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/dtrans/source/win32/dnd/
H A Didroptarget.cxx35 IDropTargetImpl::IDropTargetImpl( DropTarget& pTarget): m_nRefCount( 0), in IDropTargetImpl() function in IDropTargetImpl
41 IDropTargetImpl::~IDropTargetImpl() in ~IDropTargetImpl()
48 HRESULT STDMETHODCALLTYPE IDropTargetImpl::QueryInterface( REFIID riid, void **ppvObject) in QueryInterface()
69 ULONG STDMETHODCALLTYPE IDropTargetImpl::AddRef( void) in AddRef()
74 ULONG STDMETHODCALLTYPE IDropTargetImpl::Release( void) in Release()
82 STDMETHODIMP IDropTargetImpl::DragEnter( IDataObject __RPC_FAR *pDataObj, in DragEnter()
91 STDMETHODIMP IDropTargetImpl::DragOver( DWORD grfKeyState, in DragOver()
98 STDMETHODIMP IDropTargetImpl::DragLeave( void) in DragLeave()
103 STDMETHODIMP IDropTargetImpl::Drop( IDataObject *pDataObj, in Drop()
H A Didroptarget.hxx28 class IDropTargetImpl: public IDropTarget class
34 virtual ~IDropTargetImpl(); // delete is only called by IUnknown::Release
35 IDropTargetImpl( const IDropTargetImpl& );
36 IDropTargetImpl& operator=( const IDropTargetImpl& );
38 IDropTargetImpl( DropTarget& pTarget);
H A Dtarget.cxx151 m_pDropTarget= new IDropTargetImpl( *static_cast<DropTarget*>( this) ); in initialize()
181 m_pDropTarget= new IDropTargetImpl( *static_cast<DropTarget*>( this) ); in initialize()

Completed in 16 milliseconds