Lines Matching refs:_xConnection
269 ,const SharedConnection& _xConnection) in pasteTable() argument
276 pasteTable( aPasteData,i_rDestDataSource,_xConnection); in pasteTable()
292 if ( !copyTagTable(aTrans,sal_False,_xConnection) ) in pasteTable()
311 ,const SharedConnection& _xConnection) in pasteTable() argument
314 pasteTable( SOT_FORMATSTR_ID_DBACCESS_TABLE,_rTransData,i_rDestDataSource,_xConnection); in pasteTable()
316 pasteTable( SOT_FORMATSTR_ID_HTML,_rTransData,i_rDestDataSource,_xConnection); in pasteTable()
318 pasteTable( SOT_FORMAT_RTF,_rTransData,i_rDestDataSource,_xConnection); in pasteTable()
322 …le(OTableCopyHelper::DropDescriptor& _rDesc, sal_Bool _bCheck,const SharedConnection& _xConnection) in copyTagTable() argument
327 …pImport = new OHTMLImportExport(_xConnection,getNumberFormatter(_xConnection,m_pController->getORB… in copyTagTable()
329 …pImport = new ORTFImportExport(_xConnection,getNumberFormatter(_xConnection,m_pController->getORB(… in copyTagTable()
356 ,const SharedConnection& _xConnection) in copyTagTable() argument
368 _rAsyncDrop.bError = !copyTagTable(_rAsyncDrop,sal_True,_xConnection); in copyTagTable()
391 ,const SharedConnection& _xConnection) in asyncCopyTagTable() argument
395 copyTagTable(_rDesc,sal_False,_xConnection); in asyncCopyTagTable()
403 pasteTable(_rDesc.aDroppedData,i_rDestDataSource,_xConnection); in asyncCopyTagTable()