summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/excel/xistream.cxx
Commit message (Expand)AuthorAgeFilesLines
* vector::data seems more natural than &vector::frontCaolán McNamara2017-12-051-4/+4
* loplugin:expandablemethods in scNoel Grandin2016-11-071-7/+2
* implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara2016-10-211-24/+46
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-32/+32
* clang-tidy performance-unnecessary-value-param in scStephan Bergmann2016-07-191-1/+1
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-5/+5
* loplugin:constantparam in scNoel Grandin2016-03-231-2/+2
* convert DocPasswordVerifierResult to scoped enumNoel Grandin2016-02-241-2/+2
* loplugin:unusedmethods unused return value in scNoel Grandin2016-01-151-4/+2
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-4/+4
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-2/+2
* Some more loplugin:cstylecast: scStephan Bergmann2015-01-201-2/+2
* remove operator>> methodsNoel Grandin2014-12-191-98/+31
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* coverity#1242892 Untrusted value as argumentCaolán McNamara2014-11-121-0/+1
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-021-14/+11
* whitespace cleanup in scMarkus Mohrhard2014-04-061-2/+0
* remove whitespaceMarkus Mohrhard2014-04-061-24/+0
* tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl2014-03-301-1/+0
* sc: adapt Excel filter to SvStream changesMichael Stahl2014-03-291-1/+1
* Remove visual noise from scAlexander Wilms2014-03-031-6/+6
* Remove unneccessary commentsAlexander Wilms2014-02-231-7/+7
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-13/+13
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-1/+1
* convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin2013-10-081-3/+3
* convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin2013-10-041-7/+7
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-6/+3
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* dr78: #i109800# SHEET record may not point to BOF but to anyDaniel Rentz [dr]2012-12-041-0/+6
* we still need to pass the wrong number of read bytesMarkus Mohrhard2012-07-081-1/+1
* prevent invalid memory when loading change tracking from xls, fdo#45209Markus Mohrhard2012-07-051-1/+3
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0
* fdo#40304: Check if BOUNDSHEET points to valid BOF record.Kohei Yoshida2011-11-221-0/+13
* check that seeks and reads succeededCaolán McNamara2011-10-171-2/+5
* Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak2011-05-271-12/+12
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-23/+87
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-23/+87
| |\
| | * pl08: #i115742# fix excel export and import functionalityMikhail Voytenko2010-11-241-0/+22
| | * pl08: #163778# use EncryptionData from MediaDescriptorMikhail Voytenko2010-11-041-23/+65
* | | Move DBG_ERROR1 to OSL_TRACEThomas Arnhold2011-03-131-1/+1
|/ /
* | Call-catcher: removed unused functions in calcAlfonso Eusebio2011-02-011-19/+0
* | Replace ScfRef with boost::shared_ptr in calc filter code.Nigel Hawkins2010-11-191-3/+3
* | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+2
* | I think that this eliminates the remaining //UNUSED commentsJustin Malcolm2010-09-291-7/+0
|/
* CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov2010-02-171-4/+1
|\
| * changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-121-4/+1
* | cmcfixes71: #i108597# fix uninit warningsCaolán McNamara2010-01-231-8/+8
|/