Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh.cxx2336 ScImportExport aImExport( &aDocument, aRange ); in ConvertTo() local
2337 aImExport.SetFormulas( sal_True ); in ConvertTo()
2338 … bRet = aImExport.ExportStream( *pStream, rMed.GetBaseURL( true ), SOT_FORMATSTR_ID_SYLK ); in ConvertTo()
2347 ScImportExport aImExport( &aDocument ); in ConvertTo() local
2348 aImExport.SetStreamPath( rMed.GetName() ); in ConvertTo()
2349 … bRet = aImExport.ExportStream( *pStream, rMed.GetBaseURL( true ), SOT_FORMATSTR_ID_HTML ); in ConvertTo()
2350 if ( bRet && aImExport.GetNonConvertibleChars().Len() ) in ConvertTo()
2353 aImExport.GetNonConvertibleChars(), in ConvertTo()

Completed in 153 milliseconds