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