Lines Matching refs:_rDesc
322 sal_Bool OTableCopyHelper::copyTagTable(OTableCopyHelper::DropDescriptor& _rDesc, sal_Bool _bCheck,… in copyTagTable() argument
326 if ( _rDesc.bHtml ) in copyTagTable()
332 SvStream* pStream = (SvStream*)(SotStorageStream*)_rDesc.aHtmlRtfStorage; in copyTagTable()
338 pImport->setSTableName(_rDesc.sDefaultTableName); in copyTagTable()
389 void OTableCopyHelper::asyncCopyTagTable( DropDescriptor& _rDesc in asyncCopyTagTable() argument
393 if ( _rDesc.aHtmlRtfStorage.Is() ) in asyncCopyTagTable()
395 copyTagTable(_rDesc,sal_False,_xConnection); in asyncCopyTagTable()
396 _rDesc.aHtmlRtfStorage = NULL; in asyncCopyTagTable()
399 aURL.SetURL(_rDesc.aUrl); in asyncCopyTagTable()
402 else if ( !_rDesc.bError ) in asyncCopyTagTable()
403 pasteTable(_rDesc.aDroppedData,i_rDestDataSource,_xConnection); in asyncCopyTagTable()