Home
last modified time | relevance | path

Searched refs:m_pTarget (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx230 DropTarget* m_pTarget; member
233 DropTargetEntry() : m_pTarget( NULL ), m_aRootWindow( None ) {} in DropTargetEntry()
235 m_pTarget( pTarget ), in DropTargetEntry()
239 m_pTarget( rEntry.m_pTarget ), in DropTargetEntry()
244 DropTarget* operator->() const { return m_pTarget; } in operator ->()
246 … { m_pTarget = rEntry.m_pTarget; m_aRootWindow = rEntry.m_aRootWindow; return *this; } in operator =()
H A DX11_selection.cxx2171 else if( ! it->second.m_pTarget->m_bActive ) in handleDropEvent()
2180 if( it != m_aDropTargets.end() && it->second.m_pTarget->m_bActive && in handleDropEvent()
2193 it->second.m_pTarget->m_bActive && in handleDropEvent()
2231 aEvent.Source = static_cast< XDropTarget* >(it->second.m_pTarget); in handleDropEvent()
2274 aEvent.Source = static_cast< XDropTarget* >(it->second.m_pTarget); in handleDropEvent()
2296 aEvent.Source = static_cast< XDropTarget* >(it->second.m_pTarget); in handleDropEvent()
2316 aEvent.Source = static_cast< XDropTarget* >(it->second.m_pTarget); in handleDropEvent()
2539 if( it->second.m_pTarget->m_bActive ) in sendDropPosition()
2545 dtde.Source = static_cast< OWeakObject* >(it->second.m_pTarget ); in sendDropPosition()
2732 dte.Source = static_cast< OWeakObject* >( it->second.m_pTarget ); in handleDragEvent()
[all …]