summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
AgeCommit message (Expand)Author
2018-08-16tdf#118990: use full URI for absolute referencesMike Kaganski
2018-07-16tdf#117816, work around MS Excel bug with containsText cond formatMarkus Mohrhard
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
2017-04-16first stab at replacing hard coded relationships with calls to a methodMarkus Mohrhard
2017-03-08Re-introduce a check I dropped in 7ceda09f6780c954fedc49764d5457aa2616b39aTor Lillqvist
2017-03-08A 'CondFmt' record can have a maximum of three CF records following (eek)Tor Lillqvist
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-03replace hard-coded namespace URL strings with function calls...Rosemary Sebastian
2016-12-26use the existing namespace map for the oox namespace exportMarkus Mohrhard
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin
2016-10-11loplugin:constantfunctionNoel Grandin
2016-09-19try to generate more excel compliant files, tdf#41722Markus Mohrhard
2016-07-13loplugin:singlevalfields in sc(part3)Noel Grandin
2016-05-21use correct separator for ScRangeList, tdf#99947Markus Mohrhard
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-25be explicit about what it does, CreateFlatCopiedTokenArray()Eike Rathke
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12move xls export code from shared xls + xlsx part of codeMarkus Mohrhard
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin
2016-03-12fix memory leak in cond format exportMarkus Mohrhard
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-20Resolves: tdf#84713 do not substitute separator in R1C1 notation hyperlinksEike Rathke
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-18boost->stdCaolán McNamara