Bug Summary

File:home/maarten/src/libreoffice/core/sc/source/filter/excel/excel.cxx
Warning:line 396, column 1
Potential leak of memory pointed to by 'xRootStrg.pObj'

Annotated Source Code

Press '?' to see keyboard shortcuts

clang -cc1 -cc1 -triple x86_64-unknown-linux-gnu -analyze -disable-free -disable-llvm-verifier -discard-value-names -main-file-name excel.cxx -analyzer-store=region -analyzer-opt-analyze-nested-blocks -analyzer-checker=core -analyzer-checker=apiModeling -analyzer-checker=unix -analyzer-checker=deadcode -analyzer-checker=cplusplus -analyzer-checker=security.insecureAPI.UncheckedReturn -analyzer-checker=security.insecureAPI.getpw -analyzer-checker=security.insecureAPI.gets -analyzer-checker=security.insecureAPI.mktemp -analyzer-checker=security.insecureAPI.mkstemp -analyzer-checker=security.insecureAPI.vfork -analyzer-checker=nullability.NullPassedToNonnull -analyzer-checker=nullability.NullReturnedFromNonnull -analyzer-output plist -w -setup-static-analyzer -mrelocation-model pic -pic-level 2 -mframe-pointer=all -fmath-errno -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu x86-64 -fno-split-dwarf-inlining -debugger-tuning=gdb -resource-dir /usr/lib64/clang/11.0.0 -D BOOST_ERROR_CODE_HEADER_ONLY -D BOOST_SYSTEM_NO_DEPRECATED -D CPPU_ENV=gcc3 -D LINUX -D OSL_DEBUG_LEVEL=1 -D SAL_LOG_INFO -D SAL_LOG_WARN -D UNIX -D UNX -D X86_64 -D _PTHREADS -D _REENTRANT -D BOOST_ALL_NO_LIB -D BOOST_ALL_NO_LIB -D BOOST_ALL_NO_LIB -D SYSTEM_ZLIB -D EXCEPTIONS_ON -D LIBO_INTERNAL_ONLY -I /home/maarten/src/libreoffice/core/workdir/UnpackedTarball/liborcus/include -I /home/maarten/src/libreoffice/core/workdir/UnpackedTarball/liborcus/include -I /home/maarten/src/libreoffice/core/workdir/UnpackedTarball/mdds/include -I /home/maarten/src/libreoffice/core/external/clew/source/include -I /home/maarten/src/libreoffice/core/external/boost/include -I /home/maarten/src/libreoffice/core/workdir/UnpackedTarball/boost -I /home/maarten/src/libreoffice/core/sc/source/core/inc -I /home/maarten/src/libreoffice/core/sc/source/filter/inc -I /home/maarten/src/libreoffice/core/sc/source/ui/inc -I /home/maarten/src/libreoffice/core/sc/inc -I /home/maarten/src/libreoffice/core/include -I /usr/lib/jvm/java-11-openjdk-11.0.9.10-0.0.ea.fc33.x86_64/include -I /usr/lib/jvm/java-11-openjdk-11.0.9.10-0.0.ea.fc33.x86_64/include/linux -I /home/maarten/src/libreoffice/core/config_host -I /home/maarten/src/libreoffice/core/workdir/UnoApiHeadersTarget/udkapi/normal -I /home/maarten/src/libreoffice/core/workdir/UnoApiHeadersTarget/offapi/normal -I /home/maarten/src/libreoffice/core/workdir/UnoApiHeadersTarget/oovbaapi/normal -I /home/maarten/src/libreoffice/core/workdir/CustomTarget/oox/generated -I /home/maarten/src/libreoffice/core/workdir/CustomTarget/officecfg/registry -internal-isystem /usr/bin/../lib/gcc/x86_64-redhat-linux/10/../../../../include/c++/10 -internal-isystem /usr/bin/../lib/gcc/x86_64-redhat-linux/10/../../../../include/c++/10/x86_64-redhat-linux -internal-isystem /usr/bin/../lib/gcc/x86_64-redhat-linux/10/../../../../include/c++/10/backward -internal-isystem /usr/local/include -internal-isystem /usr/lib64/clang/11.0.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O0 -Wno-missing-braces -std=c++17 -fdeprecated-macro -fdebug-compilation-dir /home/maarten/src/libreoffice/core -ferror-limit 19 -fvisibility hidden -fvisibility-inlines-hidden -stack-protector 2 -fgnuc-version=4.2.1 -fcxx-exceptions -fexceptions -debug-info-kind=constructor -analyzer-output=html -faddrsig -o /home/maarten/tmp/wis/scan-build-libreoffice/output/report/2020-10-07-141433-9725-1 -x c++ /home/maarten/src/libreoffice/core/sc/source/filter/excel/excel.cxx
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#include <sfx2/docfile.hxx>
21#include <sfx2/frame.hxx>
22#include <sfx2/sfxsids.hrc>
23#include <sot/storage.hxx>
24#include <sot/exchange.hxx>
25#include <filter/msfilter/classids.hxx>
26#include <tools/globname.hxx>
27#include <com/sun/star/packages/XPackageEncryption.hpp>
28#include <com/sun/star/ucb/ContentCreationException.hpp>
29#include <com/sun/star/uno/XComponentContext.hpp>
30#include <unotools/streamwrap.hxx>
31#include <unotools/defaultencoding.hxx>
32#include <unotools/wincodepage.hxx>
33#include <osl/diagnose.h>
34#include <filter.hxx>
35#include <document.hxx>
36#include <xistream.hxx>
37#include <xltools.hxx>
38#include <docoptio.hxx>
39#include <comphelper/sequenceashashmap.hxx>
40#include <comphelper/processfactory.hxx>
41
42#include <docsh.hxx>
43#include <scerrors.hxx>
44#include <imp_op.hxx>
45#include <excimp8.hxx>
46#include <exp_op.hxx>
47#include <scdll.hxx>
48
49#include <memory>
50
51using namespace css;
52
53static void lcl_getListOfStreams(SotStorage * pStorage, comphelper::SequenceAsHashMap& aStreamsData, const OUString& sPrefix)
54{
55 SvStorageInfoList aElements;
56 pStorage->FillInfoList(&aElements);
57 for (const auto & aElement : aElements)
58 {
59 OUString sStreamFullName = sPrefix.getLength() ? sPrefix + "/" + aElement.GetName() : aElement.GetName();
60 if (aElement.IsStorage())
61 {
62 tools::SvRef<SotStorage> xSubStorage = pStorage->OpenSotStorage(aElement.GetName(), StreamMode::STD_READ | StreamMode::SHARE_DENYALL);
63 lcl_getListOfStreams(xSubStorage.get(), aStreamsData, sStreamFullName);
64 }
65 else
66 {
67 // Read stream
68 tools::SvRef<SotStorageStream> rStream = pStorage->OpenSotStream(aElement.GetName(), StreamMode::READ | StreamMode::SHARE_DENYALL);
69 if (rStream.is())
70 {
71 sal_Int32 nStreamSize = rStream->GetSize();
72 uno::Sequence< sal_Int8 > oData;
73 oData.realloc(nStreamSize);
74 sal_Int32 nReadBytes = rStream->ReadBytes(oData.getArray(), nStreamSize);
75 if (nStreamSize == nReadBytes)
76 aStreamsData[sStreamFullName] <<= oData;
77 }
78 }
79 }
80}
81
82static tools::SvRef<SotStorage> lcl_DRMDecrypt(const SfxMedium& rMedium, const tools::SvRef<SotStorage>& rStorage, std::shared_ptr<SvStream>& rNewStorageStrm)
83{
84 tools::SvRef<SotStorage> aNewStorage;
85
86 // We have DRM encrypted storage. We should try to decrypt it first, if we can
87 uno::Sequence< uno::Any > aArguments;
88 uno::Reference<uno::XComponentContext> xComponentContext(comphelper::getProcessComponentContext());
89 uno::Reference< packages::XPackageEncryption > xPackageEncryption(
90 xComponentContext->getServiceManager()->createInstanceWithArgumentsAndContext(
91 "com.sun.star.comp.oox.crypto.DRMDataSpace", aArguments, xComponentContext), uno::UNO_QUERY);
92
93 if (!xPackageEncryption.is())
94 {
95 // We do not know how to decrypt this
96 return aNewStorage;
97 }
98
99 comphelper::SequenceAsHashMap aStreamsData;
100 lcl_getListOfStreams(rStorage.get(), aStreamsData, "");
101
102 try {
103 uno::Sequence<beans::NamedValue> aStreams = aStreamsData.getAsConstNamedValueList();
104 if (!xPackageEncryption->readEncryptionInfo(aStreams))
105 {
106 // We failed with decryption
107 return aNewStorage;
108 }
109
110 tools::SvRef<SotStorageStream> rContentStream = rStorage->OpenSotStream("\011DRMContent", StreamMode::READ | StreamMode::SHARE_DENYALL);
111 if (!rContentStream.is())
112 {
113 return aNewStorage;
114 }
115
116 rNewStorageStrm = std::make_shared<SvMemoryStream>();
117
118 uno::Reference<io::XInputStream > xInputStream(new utl::OSeekableInputStreamWrapper(rContentStream.get(), false));
119 uno::Reference<io::XOutputStream > xDecryptedStream(new utl::OSeekableOutputStreamWrapper(*rNewStorageStrm));
120
121 if (!xPackageEncryption->decrypt(xInputStream, xDecryptedStream))
122 {
123 // We failed with decryption
124 return aNewStorage;
125 }
126
127 rNewStorageStrm->Seek(0);
128
129 // Further reading is done from new document
130 aNewStorage = new SotStorage(*rNewStorageStrm);
131
132 // Set the media descriptor data
133 uno::Sequence<beans::NamedValue> aEncryptionData = xPackageEncryption->createEncryptionData("");
134 rMedium.GetItemSet()->Put(SfxUnoAnyItem(SID_ENCRYPTIONDATA(5000 + 1722), uno::makeAny(aEncryptionData)));
135 }
136 catch (const std::exception&)
137 {
138 return aNewStorage;
139 }
140
141 return aNewStorage;
142}
143
144ErrCode ScFormatFilterPluginImpl::ScImportExcel( SfxMedium& rMedium, ScDocument* pDocument, const EXCIMPFORMAT eFormat )
145{
146 // check the passed Calc document
147 OSL_ENSURE( pDocument, "::ScImportExcel - no document" )do { if (true && (!(pDocument))) { sal_detail_logFormat
((SAL_DETAIL_LOG_LEVEL_WARN), ("legacy.osl"), ("/home/maarten/src/libreoffice/core/sc/source/filter/excel/excel.cxx"
":" "147" ": "), "%s", "::ScImportExcel - no document"); } }
while (false)
;
148 if( !pDocument ) return SCERR_IMPORT_INTERNALErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 11 ); // should not happen
149
150 /* Import all BIFF versions regardless on eFormat, needed for import of
151 external cells (file type detection returns Excel4.0). */
152 if( (eFormat != EIF_AUTO) && (eFormat != EIF_BIFF_LE4) && (eFormat != EIF_BIFF5) && (eFormat != EIF_BIFF8) )
153 {
154 OSL_FAIL( "::ScImportExcel - wrong file format specification" )do { if (true && (((sal_Bool)1))) { sal_detail_logFormat
((SAL_DETAIL_LOG_LEVEL_WARN), ("legacy.osl"), ("/home/maarten/src/libreoffice/core/sc/source/filter/excel/excel.cxx"
":" "154" ": "), "%s", "::ScImportExcel - wrong file format specification"
); } } while (false)
;
155 return SCERR_IMPORT_FORMATErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 6 );
156 }
157
158 // check the input stream from medium
159 SvStream* pMedStrm = rMedium.GetInStream();
160 OSL_ENSURE( pMedStrm, "::ScImportExcel - medium without input stream" )do { if (true && (!(pMedStrm))) { sal_detail_logFormat
((SAL_DETAIL_LOG_LEVEL_WARN), ("legacy.osl"), ("/home/maarten/src/libreoffice/core/sc/source/filter/excel/excel.cxx"
":" "160" ": "), "%s", "::ScImportExcel - medium without input stream"
); } } while (false)
;
161 if( !pMedStrm ) return SCERR_IMPORT_OPENErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 2 ); // should not happen
162
163 SvStream* pBookStrm = nullptr; // The "Book"/"Workbook" stream containing main data.
164 XclBiff eBiff = EXC_BIFF_UNKNOWN; // The BIFF version of the main stream.
165
166 // try to open an OLE storage
167 tools::SvRef<SotStorage> xRootStrg;
168 tools::SvRef<SotStorageStream> xStrgStrm;
169 std::shared_ptr<SvStream> aNewStorageStrm;
170 if( SotStorage::IsStorageFile( pMedStrm ) )
171 {
172 xRootStrg = new SotStorage( pMedStrm, false );
173 if( xRootStrg->GetError() )
174 xRootStrg = nullptr;
175 }
176
177 // try to open "Book" or "Workbook" stream in OLE storage
178 if( xRootStrg.is() )
179 {
180 // Check if there is DRM encryption in storage
181 tools::SvRef<SotStorageStream> xDRMStrm = ScfTools::OpenStorageStreamRead(xRootStrg, "\011DRMContent");
182 if (xDRMStrm.is())
183 {
184 xRootStrg = lcl_DRMDecrypt(rMedium, xRootStrg, aNewStorageStrm);
185 }
186
187 // try to open the "Book" stream
188 tools::SvRef<SotStorageStream> xBookStrm = ScfTools::OpenStorageStreamRead( xRootStrg, EXC_STREAM_BOOK"Book" );
189 XclBiff eBookBiff = xBookStrm.is() ? XclImpStream::DetectBiffVersion( *xBookStrm ) : EXC_BIFF_UNKNOWN;
190
191 // try to open the "Workbook" stream
192 tools::SvRef<SotStorageStream> xWorkbookStrm = ScfTools::OpenStorageStreamRead( xRootStrg, EXC_STREAM_WORKBOOK"Workbook" );
193 XclBiff eWorkbookBiff = xWorkbookStrm.is() ? XclImpStream::DetectBiffVersion( *xWorkbookStrm ) : EXC_BIFF_UNKNOWN;
194
195 // decide which stream to use
196 if( (eWorkbookBiff != EXC_BIFF_UNKNOWN) && ((eBookBiff == EXC_BIFF_UNKNOWN) || (eWorkbookBiff > eBookBiff)) )
197 {
198 /* Only "Workbook" stream exists; or both streams exist,
199 and "Workbook" has higher BIFF version than "Book" stream. */
200 xStrgStrm = xWorkbookStrm;
201 eBiff = eWorkbookBiff;
202 }
203 else if( eBookBiff != EXC_BIFF_UNKNOWN )
204 {
205 /* Only "Book" stream exists; or both streams exist,
206 and "Book" has higher BIFF version than "Workbook" stream. */
207 xStrgStrm = xBookStrm;
208 eBiff = eBookBiff;
209 }
210
211 pBookStrm = xStrgStrm.get();
212 }
213
214 // no "Book" or "Workbook" stream found, try plain input stream from medium (even for BIFF5+)
215 if( !pBookStrm )
216 {
217 eBiff = XclImpStream::DetectBiffVersion( *pMedStrm );
218 if( eBiff != EXC_BIFF_UNKNOWN )
219 pBookStrm = pMedStrm;
220 }
221
222 // try to import the file
223 ErrCode eRet = SCERR_IMPORT_UNKNOWN_BIFFErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 8 );
224 if( pBookStrm )
225 {
226 pBookStrm->SetBufferSize( 0x8000 ); // still needed?
227
228 XclImpRootData aImpData(
229 eBiff, rMedium, xRootStrg, *pDocument,
230 utl_getWinTextEncodingFromLangStr(utl_getLocaleForGlobalDefaultEncoding()));
231 std::unique_ptr< ImportExcel > xFilter;
232 switch( eBiff )
233 {
234 case EXC_BIFF2:
235 case EXC_BIFF3:
236 case EXC_BIFF4:
237 case EXC_BIFF5:
238 xFilter.reset( new ImportExcel( aImpData, *pBookStrm ) );
239 break;
240 case EXC_BIFF8:
241 xFilter.reset( new ImportExcel8( aImpData, *pBookStrm ) );
242 break;
243 default: DBG_ERROR_BIFF()do { if (true && (((sal_Bool)1))) { sal_detail_logFormat
((SAL_DETAIL_LOG_LEVEL_WARN), ("legacy.osl"), ("/home/maarten/src/libreoffice/core/sc/source/filter/excel/excel.cxx"
":" "243" ": "), "%s", "Unknown BIFF type!"); } } while (false
)
;
244 }
245
246 eRet = xFilter ? xFilter->Read() : SCERR_IMPORT_INTERNALErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 11 );
247 }
248
249 return eRet;
250}
251
252static ErrCode lcl_ExportExcelBiff( SfxMedium& rMedium, ScDocument *pDocument,
253 SvStream* pMedStrm, bool bBiff8, rtl_TextEncoding eNach )
254{
255 uno::Reference< packages::XPackageEncryption > xPackageEncryption;
256 uno::Sequence< beans::NamedValue > aEncryptionData;
257 const SfxUnoAnyItem* pEncryptionDataItem = SfxItemSet::GetItem<SfxUnoAnyItem>(rMedium.GetItemSet(), SID_ENCRYPTIONDATA(5000 + 1722), false);
258 SvStream* pOriginalMediaStrm = pMedStrm;
259 std::shared_ptr<SvStream> pMediaStrm;
260 if (pEncryptionDataItem
10.1
'pEncryptionDataItem' is null
&& (pEncryptionDataItem->GetValue() >>= aEncryptionData))
261 {
262 ::comphelper::SequenceAsHashMap aHashData(aEncryptionData);
263 OUString sCryptoType = aHashData.getUnpackedValueOrDefault("CryptoType", OUString());
264
265 if (sCryptoType.getLength())
266 {
267 uno::Reference<uno::XComponentContext> xComponentContext(comphelper::getProcessComponentContext());
268 uno::Sequence<uno::Any> aArguments{
269 uno::makeAny(beans::NamedValue("Binary", uno::makeAny(true))) };
270 xPackageEncryption.set(
271 xComponentContext->getServiceManager()->createInstanceWithArgumentsAndContext(
272 "com.sun.star.comp.oox.crypto." + sCryptoType, aArguments, xComponentContext), uno::UNO_QUERY);
273
274 if (xPackageEncryption.is())
275 {
276 // We have an encryptor. Export document into memory stream and encrypt it later
277 pMediaStrm = std::make_shared<SvMemoryStream>();
278 pMedStrm = pMediaStrm.get();
279
280 // Temp removal of EncryptionData to avoid password protection triggering
281 rMedium.GetItemSet()->ClearItem(SID_ENCRYPTIONDATA(5000 + 1722));
282 }
283 }
284 }
285
286 // try to open an OLE storage
287 tools::SvRef<SotStorage> xRootStrg = new SotStorage( pMedStrm, false );
11
Memory is allocated
288 if( xRootStrg->GetError() ) return SCERR_IMPORT_OPENErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 2 );
12
Taking true branch
289
290 // create BIFF dependent strings
291 OUString aStrmName, aClipName, aClassName;
292 if( bBiff8 )
293 {
294 aStrmName = EXC_STREAM_WORKBOOK"Workbook";
295 aClipName = "Biff8";
296 aClassName = "Microsoft Excel 97-Tabelle";
297 }
298 else
299 {
300 aStrmName = EXC_STREAM_BOOK"Book";
301 aClipName = "Biff5";
302 aClassName = "Microsoft Excel 5.0-Tabelle";
303 }
304
305 // open the "Book"/"Workbook" stream
306 tools::SvRef<SotStorageStream> xStrgStrm = ScfTools::OpenStorageStreamWrite( xRootStrg, aStrmName );
307 if( !xStrgStrm.is() || xStrgStrm->GetError() ) return SCERR_IMPORT_OPENErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 2 );
308
309 xStrgStrm->SetBufferSize( 0x8000 ); // still needed?
310
311 ErrCode eRet = SCERR_IMPORT_UNKNOWN_BIFFErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 8 );
312 XclExpRootData aExpData( bBiff8 ? EXC_BIFF8 : EXC_BIFF5, rMedium, xRootStrg, *pDocument, eNach );
313 if ( bBiff8 )
314 {
315 ExportBiff8 aFilter( aExpData, *xStrgStrm );
316 eRet = aFilter.Write();
317 }
318 else
319 {
320 ExportBiff5 aFilter( aExpData, *xStrgStrm );
321 eRet = aFilter.Write();
322 }
323
324 if( eRet == SCWARN_IMPORT_RANGE_OVERFLOWErrCode( WarningFlag::Yes, ErrCodeArea::Sc, ErrCodeClass::Import
, 1 )
)
325 eRet = SCWARN_EXPORT_MAXROWErrCode( WarningFlag::Yes, ErrCodeArea::Sc, ErrCodeClass::Export
, 3 )
;
326
327 SvGlobalName aGlobName(MSO_EXCEL5_CLASSID0x00020810L, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00
, 0x00, 0x46
);
328 SotClipboardFormatId nClip = SotExchange::RegisterFormatName( aClipName );
329 xRootStrg->SetClass( aGlobName, nClip, aClassName );
330
331 xStrgStrm->Commit();
332 xRootStrg->Commit();
333
334 if (xPackageEncryption.is())
335 {
336 // Perform DRM encryption
337 pMedStrm->Seek(0);
338
339 xPackageEncryption->setupEncryption(aEncryptionData);
340
341 uno::Reference<io::XInputStream > xInputStream(new utl::OSeekableInputStreamWrapper(pMedStrm, false));
342 uno::Sequence<beans::NamedValue> aStreams = xPackageEncryption->encrypt(xInputStream);
343
344 tools::SvRef<SotStorage> xEncryptedRootStrg = new SotStorage(pOriginalMediaStrm, false);
345 for (const beans::NamedValue & aStreamData : std::as_const(aStreams))
346 {
347 // To avoid long paths split and open substorages recursively
348 // Splitting paths manually, since comphelper::string::split is trimming special characters like \0x01, \0x09
349 tools::SvRef<SotStorage> pStorage = xEncryptedRootStrg.get();
350 OUString sFileName;
351 sal_Int32 idx = 0;
352 do
353 {
354 OUString sPathElem = aStreamData.Name.getToken(0, L'/', idx);
355 if (!sPathElem.isEmpty())
356 {
357 if (idx < 0)
358 {
359 sFileName = sPathElem;
360 }
361 else
362 {
363 pStorage = pStorage->OpenSotStorage(sPathElem);
364 }
365 }
366 } while (pStorage && idx >= 0);
367
368 if (!pStorage)
369 {
370 eRet = ERRCODE_IO_GENERALErrCode( ErrCodeArea::Io, ErrCodeClass::General, 13 );
371 break;
372 }
373
374 tools::SvRef<SotStorageStream> pStream = pStorage->OpenSotStream(sFileName);
375 if (!pStream)
376 {
377 eRet = ERRCODE_IO_GENERALErrCode( ErrCodeArea::Io, ErrCodeClass::General, 13 );
378 break;
379 }
380 uno::Sequence<sal_Int8> aStreamContent;
381 aStreamData.Value >>= aStreamContent;
382 size_t nBytesWritten = pStream->WriteBytes(aStreamContent.getArray(), aStreamContent.getLength());
383 if (nBytesWritten != static_cast<size_t>(aStreamContent.getLength()))
384 {
385 eRet = ERRCODE_IO_CANTWRITEErrCode( ErrCodeArea::Io, ErrCodeClass::Write, 16 );
386 break;
387 }
388 }
389 xEncryptedRootStrg->Commit();
390
391 // Restore encryption data
392 rMedium.GetItemSet()->Put(SfxUnoAnyItem(SID_ENCRYPTIONDATA(5000 + 1722), uno::makeAny(aEncryptionData)));
393 }
394
395 return eRet;
396}
13
Potential leak of memory pointed to by 'xRootStrg.pObj'
397
398ErrCode ScFormatFilterPluginImpl::ScExportExcel5( SfxMedium& rMedium, ScDocument *pDocument,
399 ExportFormatExcel eFormat, rtl_TextEncoding eNach )
400{
401 if( eFormat != ExpBiff5 && eFormat != ExpBiff8 )
1
Assuming 'eFormat' is equal to ExpBiff5
402 return SCERR_IMPORT_NIErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 7 );
403
404 // check the passed Calc document
405 OSL_ENSURE( pDocument, "::ScExportExcel5 - no document" )do { if (true && (!(pDocument))) { sal_detail_logFormat
((SAL_DETAIL_LOG_LEVEL_WARN), ("legacy.osl"), ("/home/maarten/src/libreoffice/core/sc/source/filter/excel/excel.cxx"
":" "405" ": "), "%s", "::ScExportExcel5 - no document"); } }
while (false)
;
2
Assuming 'pDocument' is non-null
3
Taking false branch
4
Loop condition is false. Exiting loop
406 if( !pDocument
4.1
'pDocument' is non-null
) return SCERR_IMPORT_INTERNALErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 11 ); // should not happen
5
Taking false branch
407
408 // check the output stream from medium
409 SvStream* pMedStrm = rMedium.GetOutStream();
410 OSL_ENSURE( pMedStrm, "::ScExportExcel5 - medium without output stream" )do { if (true && (!(pMedStrm))) { sal_detail_logFormat
((SAL_DETAIL_LOG_LEVEL_WARN), ("legacy.osl"), ("/home/maarten/src/libreoffice/core/sc/source/filter/excel/excel.cxx"
":" "410" ": "), "%s", "::ScExportExcel5 - medium without output stream"
); } } while (false)
;
6
Assuming 'pMedStrm' is non-null
7
Taking false branch
8
Loop condition is false. Exiting loop
411 if( !pMedStrm
8.1
'pMedStrm' is non-null
) return SCERR_IMPORT_OPENErrCode( ErrCodeArea::Sc, ErrCodeClass::Read, 2 ); // should not happen
9
Taking false branch
412
413 ErrCode eRet = lcl_ExportExcelBiff(rMedium, pDocument, pMedStrm, eFormat == ExpBiff8, eNach);
10
Calling 'lcl_ExportExcelBiff'
414 return eRet;
415}
416
417extern "C" SAL_DLLPUBLIC_EXPORT__attribute__ ((visibility("default"))) bool TestImportCalcRTF(SvStream &rStream)
418{
419 ScDLL::Init();
420 ScDocument aDocument;
421 ScDocOptions aDocOpt = aDocument.GetDocOptions();
422 aDocOpt.SetLookUpColRowNames(false);
423 aDocument.SetDocOptions(aDocOpt);
424 aDocument.MakeTable(0);
425 aDocument.EnableExecuteLink(false);
426 aDocument.SetInsertingFromOtherDoc(true);
427 ScRange aRange;
428 return ScFormatFilter::Get().ScImportRTF(rStream, OUString(), &aDocument, aRange) == ERRCODE_NONEErrCode(0);
429}
430
431extern "C" SAL_DLLPUBLIC_EXPORT__attribute__ ((visibility("default"))) bool TestImportXLS(SvStream& rStream)
432{
433 ScDLL::Init();
434 SfxMedium aMedium;
435 css::uno::Reference<css::io::XInputStream> xStm(new utl::OInputStreamWrapper(rStream));
436 aMedium.GetItemSet()->Put(SfxUnoAnyItem(SID_INPUTSTREAM(5000 + 1648), css::uno::makeAny(xStm)));
437
438 ScDocShellRef xDocShell = new ScDocShell(SfxModelFlags::EMBEDDED_OBJECT |
439 SfxModelFlags::DISABLE_EMBEDDED_SCRIPTS |
440 SfxModelFlags::DISABLE_DOCUMENT_RECOVERY);
441
442 xDocShell->DoInitNew();
443
444 ScDocument& rDoc = xDocShell->GetDocument();
445
446 ScDocOptions aDocOpt = rDoc.GetDocOptions();
447 aDocOpt.SetLookUpColRowNames(false);
448 rDoc.SetDocOptions(aDocOpt);
449 rDoc.MakeTable(0);
450 rDoc.EnableExecuteLink(false);
451 rDoc.SetInsertingFromOtherDoc(true);
452 rDoc.InitDrawLayer(xDocShell.get());
453 bool bRet(false);
454 try
455 {
456 bRet = ScFormatFilter::Get().ScImportExcel(aMedium, &rDoc, EIF_AUTO) == ERRCODE_NONEErrCode(0);
457 }
458 catch (const css::ucb::ContentCreationException&)
459 {
460 }
461 catch (const std::out_of_range&)
462 {
463 }
464 xDocShell->DoClose();
465 xDocShell.clear();
466 return bRet;
467}
468
469extern "C" SAL_DLLPUBLIC_EXPORT__attribute__ ((visibility("default"))) bool TestImportDIF(SvStream &rStream)
470{
471 ScDLL::Init();
472 ScDocument aDocument;
473 ScDocOptions aDocOpt = aDocument.GetDocOptions();
474 aDocOpt.SetLookUpColRowNames(false);
475 aDocument.SetDocOptions(aDocOpt);
476 aDocument.MakeTable(0);
477 aDocument.EnableExecuteLink(false);
478 aDocument.SetInsertingFromOtherDoc(true);
479 return ScFormatFilter::Get().ScImportDif(rStream, &aDocument, ScAddress(0, 0, 0), RTL_TEXTENCODING_IBM_850(((rtl_TextEncoding) 4))) == ERRCODE_NONEErrCode(0);
480}
481
482/* vim:set shiftwidth=4 softtabstop=4 expandtab: */