Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/browser/
H A DdsbrowserDnD.cxx109 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()
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()
[all …]
/aoo4110/main/dbaccess/source/ui/app/
H A DAppController.cxx2480 SvLBoxEntry* pHitEntry = pView->getEntry(_rEvt.maPosPixel); in queryDrop() local
2482 if ( pHitEntry ) in queryDrop()
2484 sName = pView->getQualifiedName( pHitEntry ); in queryDrop()
2551 SvLBoxEntry* pHitEntry = pView->getEntry(_rEvt.maPosPixel); in executeDrop() local
2552 if ( pHitEntry ) in executeDrop()
2553 m_aAsyncDrop.aUrl = pView->getQualifiedName( pHitEntry ); in executeDrop()

Completed in 64 milliseconds