summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-6/+6
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski1-27/+0
2019-08-23loplugin:returnconstval in ooxNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-2/+2
2019-05-22New loplugin:dataStephan Bergmann1-5/+5
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-8/+6
2019-04-18C++11-ify XclExpXmlStream::WriteAttributesMike Kaganski1-23/+3
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen1-0/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski1-8/+3
2019-02-09loplugin:indentation in scNoel Grandin1-2/+2
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-7/+5
2018-12-17tdf#99438: sc: support for .xltx exportVasily Melenchuk1-6/+25
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-6/+2
2018-11-15loplugin:staticmethods in scNoel Grandin1-1/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-7/+7
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+2
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen1-0/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens1-3/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-14/+14
2017-10-23Simplify some includesStephan Bergmann1-2/+2
2017-09-26Don't use RTL_TEXTENCODING_DONTKNOW in OUStringToOStringStephan Bergmann1-1/+5
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-08-25tdf#111876 Save correct relative links in CalcSzymon Kłos1-0/+4
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-2/+3
2017-07-07merge BS and ToPsz10, etcCaolán McNamara1-17/+5
2017-07-02loplugin:casttovoid: scStephan Bergmann1-2/+0
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-0/+1
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke1-5/+5
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-15revert header move of viewdata.hxx and viewutil.hxxEike Rathke1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+1
2017-01-03tdf#95416 Two include files moved to sc/incabdulwd1-1/+1
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek1-2/+4
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-24/+24
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-3/+3
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-2/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-5/+5
2016-05-21use CONV_XL_OOX for xlsx export, related tdf#99947Markus Mohrhard1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-4/+0
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-3/+3
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-2/+2