summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xestream.hxx
AgeCommit message (Expand)Author
2020-05-13tdf#79998 FILESAVE: XLSX export with long sheet names (length > 31 characters)Serge Krot
2020-03-31Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski
2019-09-27cid#1453999 move coverity suppressionCaolán McNamara
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-08-23loplugin:returnconstval in ooxNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-22cid#1448348 silence Stray semicolonCaolán McNamara
2019-04-22Simplify parameter pack handling: use if constexpr to drop extra functionMike Kaganski
2019-04-19Further cleanup to not use FSEND and useless string conversionsMike Kaganski
2019-04-18C++11-ify XclExpXmlStream::WriteAttributesMike Kaganski
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2018-12-17tdf#99438: sc: support for .xltx exportVasily Melenchuk
2018-10-15loplugin:constfields in scNoel 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
2017-07-07merge BS and ToPsz10, etcCaolán McNamara
2017-03-08It's SetSliceSize, not SetSliceLenTor Lillqvist
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-25better OOXML VBA exportMarkus Mohrhard
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-12coverity#1038332 Uncaught exceptionCaolán McNamara
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-29tdf#88810 XLSX export: more cleanupLászló Németh
2015-01-27tdf#88810 XSLT address export: cleanup and more optimizationLászló Németh
2015-01-27tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida