summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xistream.cxx
AgeCommit message (Expand)Author
2021-10-11loplugin:moveparam in scNoel Grandin
2021-09-11ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-24ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-04-05cid#1474256 silence Untrusted loop boundCaolán McNamara
2021-03-31cid#1242892 silence Untrusted loop boundCaolán McNamara
2021-03-26cid#1474320 silence Untrusted allocation sizeCaolán McNamara
2021-03-25cid#1448242 silence bogus Untrusted allocation sizeCaolán McNamara
2021-03-22cid#1242892 experiment if this makes any differenceCaolán McNamara
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2020-12-22oss-fuzz: xlsfuzzer doesn't pass sanity checkCaolán McNamara
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2019-12-22sal_Char->char in scNoel Grandin
2019-11-14coverity#1242892 Untrusted value as argumentCaolán McNamara
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-07-22cid#1242892 Untrusted value as argumentCaolán McNamara
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-03-25tdf#124318 FILEOPEN: XLS Hyperlink URL incorrectNoel Grandin
2019-03-04Rename SVBT16ToShort to SVBT16ToUInt16Stephan Bergmann
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-10-15add SvStream::TellEndNoel Grandin
2018-09-19Removed duplicated includeAndrea Gelmini
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-08-01loplugin:stringloop in scNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2017-11-16ofz#4243 TimeoutCaolán McNamara
2017-11-16ofz#4243 TimeoutCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-08-14Fix typosAndrea Gelmini
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-10-21implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-03-23loplugin:constantparam in scNoel Grandin
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann
2014-12-19remove operator>> methodsNoel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12coverity#1242892 Untrusted value as argumentCaolán McNamara
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe