Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/browser/
H A DdsbrowserDnD.cxx171 SharedConnection xDestConnection; in executeDrop() local
172 if ( ensureConnection( pHitEntry, xDestConnection ) in executeDrop()
173 && xDestConnection.is() in executeDrop()
174 && m_aTableCopyHelper.copyTagTable( aDroppedData, m_aAsyncDrop, xDestConnection ) in executeDrop()
245 SharedConnection xDestConnection; variable
246 if ( ensureConnection( m_aAsyncDrop.pDroppedAt, xDestConnection ) && xDestConnection.is() )
249 …elper.asyncCopyTagTable( m_aAsyncDrop, getDataSourceAcessor( pDataSourceEntry ), xDestConnection );

Completed in 5 milliseconds