Lines Matching refs:pHitEntry
109 SvLBoxEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rEvt.maPosPixel ); in queryDrop() local
111 if ( pHitEntry ) // no drop if no entry was hit .... in queryDrop()
114 EntryType eEntryType = getEntryType( pHitEntry ); in queryDrop()
116 …if ( eEntryType == etTableContainer && ensureConnection( pHitEntry, xConnection ) && xConnection.i… in queryDrop()
131 SvLBoxEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rEvt.maPosPixel ); in executeDrop() local
132 EntryType eEntryType = getEntryType( pHitEntry ); in executeDrop()
163 m_aAsyncDrop.pDroppedAt = pHitEntry; in executeDrop()
172 if ( ensureConnection( pHitEntry, xDestConnection ) in executeDrop()
177 m_aAsyncDrop.pDroppedAt = pHitEntry; in executeDrop()
193 SvLBoxEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rPosPixel ); in requestDrag() local
194 if (!pHitEntry) in requestDrag()
199 EntryType eEntryType = getEntryType( pHitEntry ); in requestDrag()
203 …TransferableHelper* pTransfer = implCopyObject( pHitEntry, ( etTableOrView == eEntryType ) ? Comma… in requestDrag()