summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xestream.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+1
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+4
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-05-09compact namespace in scNoel Grandin1-1/+1
2020-05-06tdf#79998 FILESAVE: XLSX export with long sheet names (length > 31 characters)Serge Krot1-0/+5
2020-03-31Resolves: tdf#131372 Write "error cell" formula to OOXMLEike Rathke1-1/+3
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-3/+3
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-3/+3
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski1-3/+9
2019-09-27cid#1453999 move coverity suppressionCaolán McNamara1-1/+3
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-3/+3
2019-08-23loplugin:returnconstval in ooxNoel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-22cid#1448348 silence Stray semicolonCaolán McNamara1-0/+1
2019-04-22Simplify parameter pack handling: use if constexpr to drop extra functionMike Kaganski1-2/+2
2019-04-19Further cleanup to not use FSEND and useless string conversionsMike Kaganski1-4/+1
2019-04-18C++11-ify XclExpXmlStream::WriteAttributesMike Kaganski1-35/+20
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski1-1/+0
2018-12-17tdf#99438: sc: support for .xltx exportVasily Melenchuk1-1/+2
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-10/+4
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen1-0/+1
2017-07-07merge BS and ToPsz10, etcCaolán McNamara1-11/+0
2017-03-08It's SetSliceSize, not SetSliceLenTor Lillqvist1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-5/+2
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-10/+10
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-2/+2
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke1-3/+4
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-3/+1
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-2/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-28com::sun::star->css in scNoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-25better OOXML VBA exportMarkus Mohrhard1-1/+3
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-09-12coverity#1038332 Uncaught exceptionCaolán McNamara1-1/+4
2015-08-05loplugin:unusedmethodsNoel Grandin1-2/+1
2015-07-22loplugin:unusedmethods scNoel Grandin1-8/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann1-1/+1