Searched refs:aImp (Results 1 – 2 of 2) sorted by relevance
42 ScRTFImport aImp( pDoc, rRange ); in ScImportRTF() local43 FltError nErr = (FltError) aImp.Read( rStream, rBaseURL ); in ScImportRTF()44 ScRange aR = aImp.GetRange(); in ScImportRTF()46 aImp.WriteToDocument(); in ScImportRTF()
62 ScHTMLImport aImp( pDoc, rBaseURL, rRange, bCalcWidthHeight ); in ScImportHTML() local63 FltError nErr = (FltError) aImp.Read( rStream, rBaseURL ); in ScImportHTML()64 ScRange aR = aImp.GetRange(); in ScImportHTML()66 aImp.WriteToDocument( sal_True, nOutputFactor, pFormatter, bConvertDate ); in ScImportHTML()
Completed in 14 milliseconds