summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
AgeCommit message (Expand)Author
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-17crashtesting: assert on export of fdo63407-3.ods to xlsCaolán McNamara
2019-07-03tdf#126177 XLSX export: fix hyperlinks to documentsTünde Tóth
2019-05-04tdf#124953: Use rangelist's combined range top-left address...Dennis Francis
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-03-27return unique_ptr in CreateFlatCopiedTokenArrayNoel Grandin
2019-03-25Removed executable permission on data filesAndrea Gelmini
2019-03-22tdf#114969 XLSX export: fix 'sheet.name.with.dot'!A1-like linksTünde Tóth
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-11-16loplugin:buriedassign in scNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-09Avoid getTokenCountMatteo Casalin
2018-08-15tdf#118990: use full URI for absolute referencesMike Kaganski
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-15related tdf#117816, only export cond format formula to xlsx when requiredMarkus Mohrhard
2018-07-15related tdf#117816, add more work arounds for MS Excel bugsMarkus Mohrhard
2018-07-15tdf#117816, work around MS Excel bug with containsText cond formatMarkus Mohrhard
2018-06-20tdf#42949 Fix IWYU warnings in sc/inc/[ux]*Gabor Kelemen
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-01-23new loplugin: pointerboolNoel Grandin
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-11-10Replace some lists by vectors in sc/source/filterJulien Nabet
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-25tdf#111876 Save correct relative links in CalcSzymon Kłos
2017-08-12tdf#107197: Replace relationship URIChristian Barth
2017-07-24coverity#1371289 Missing move assignment operatorCaolán McNamara
2017-07-07merge BS and ToPsz10, etcCaolán McNamara
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-26xlsx export: limit dataValidation list to 255 chars, not 254Justin Luth
2017-05-25tdf#99856 xlsx export: limit dataValidation list to 255 charsJustin Luth
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock