Searched refs:m_pDropTarget (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/dtrans/source/win32/dnd/ |
H A D | target.cxx | 62 m_pDropTarget( NULL), in DropTarget() 102 if( m_pDropTarget) in disposing() 104 CoLockObjectExternal( m_pDropTarget, FALSE, TRUE); in disposing() 105 m_pDropTarget->Release(); in disposing() 152 m_pDropTarget->AddRef(); in initialize() 182 m_pDropTarget->AddRef(); in initialize() 186 if( FAILED( RegisterDragDrop( m_hWnd, m_pDropTarget) ) ) in initialize() 189 CoLockObjectExternal( m_pDropTarget, FALSE, FALSE); in initialize() 190 m_pDropTarget->Release(); in initialize() 235 CoLockObjectExternal( pTarget->m_pDropTarget, FALSE, FALSE); in DndTargetOleSTAFunc() [all …]
|
H A D | targetdropcontext.cxx | 39 m_pDropTarget= p; in TargetDropContext() 45 m_pDropTarget->release(); in ~TargetDropContext() 52 m_pDropTarget->_acceptDrop( dropOperation, static_cast<XDropTargetDropContext*>( this) ); in acceptDrop() 58 m_pDropTarget->_rejectDrop( static_cast<XDropTargetDropContext*>( this) ); in rejectDrop() 64 m_pDropTarget->_dropComplete( success, static_cast<XDropTargetDropContext*>( this) ); in dropComplete()
|
H A D | targetdragcontext.cxx | 34 m_pDropTarget= p; in TargetDragContext() 40 m_pDropTarget->release(); in ~TargetDragContext() 47 m_pDropTarget->_acceptDrag( dragOperation, static_cast<XDropTargetDragContext*>( this) ); in acceptDrag() 53 m_pDropTarget->_rejectDrag( static_cast<XDropTargetDragContext*>( this) ); in rejectDrag()
|
H A D | targetdragcontext.hxx | 43 DropTarget* m_pDropTarget; member in TargetDragContext
|
H A D | targetdropcontext.hxx | 41 DropTarget* m_pDropTarget; member in TargetDropContext
|
H A D | target.hxx | 93 IDropTarget* m_pDropTarget; member in DropTarget
|
Completed in 57 milliseconds