summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.cxx
AgeCommit message (Expand)Author
2018-11-15loplugin:staticmethods in scNoel Grandin
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23Simplify some includesStephan Bergmann
2017-09-26Don't use RTL_TEXTENCODING_DONTKNOW in OUStringToOStringStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-08-25tdf#111876 Save correct relative links in CalcSzymon Kłos
2017-08-12tdf#107197: Replace relationship URIChristian Barth
2017-07-07merge BS and ToPsz10, etcCaolán McNamara
2017-07-02loplugin:casttovoid: scStephan Bergmann
2017-06-26loplugin:oncevar in scNoel Grandin
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-03-15revert header move of viewdata.hxx and viewutil.hxxEike Rathke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-03tdf#95416 Two include files moved to sc/incabdulwd
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-17convert SvxEscapement to scoped enumNoel Grandin
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-21use CONV_XL_OOX for xlsx export, related tdf#99947Markus Mohrhard
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-25better OOXML VBA exportMarkus Mohrhard
2015-09-12coverity#1038332 Uncaught exceptionCaolán McNamara
2015-09-10also add the relation for the vba stream to the xlsx fileMarkus Mohrhard
2015-09-10-Werror,-Wunused-variableNoel Grandin
2015-09-10copy the vba stream to the xlsx fileMarkus Mohrhard
2015-09-10remove unused using statementsMarkus Mohrhard
2015-09-10handle different callers for vba export codeMarkus Mohrhard
2015-09-10get correct vba project nameMarkus Mohrhard
2015-09-10really call the vba exportMarkus Mohrhard
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann