summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.cxx
AgeCommit message (Expand)Author
2018-04-27loplugin:constantparamNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-06loplugin:useuniqueptr in ScXMLTableRowCellContextNoel Grandin
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-26forcepoint #34 survive missing autostylesCaolán McNamara
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-10-31loplugin:constantparam in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-02Resolves: tdf#112780 no ResetDirty() after SetHybridEmptyDisplayedAsString()Eike Rathke
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin
2017-08-30Refactoring fastcontexts code:Mohammed Abdul Azeem
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-12Avoiding unnecessary OUString allocation:Mohammed Abdul Azeem
2017-08-08Avoiding unnecessary memory allocation:Mohammed Abdul Azeem
2017-07-31Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem
2017-07-10Adding an overloaded IsXMLToken method:Mohammed Abdul Azeem
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-29Using range-for instead of iterator loop:Mohammed Abdul Azeem
2017-06-28loplugin:unusedfields in sc part2Noel Grandin
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-02-24a first stab against the note caption ownership messEike Rathke
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann
2017-02-10Further modifications to FastAttributeIter:Mohammed Abdul Azeem
2017-02-08Adding an iterator for fastattributes:Mohammed Abdul Azeem
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2017-01-06recognize the broken "Err:xxx" written by 5.2 and earlier, tdf#105024 relatedEike Rathke
2017-01-06read single error constant formula as such, tdf#105024 relatedEike Rathke
2016-11-19tdf#48140 Replace CellAddress uno calls with direct accessBartosz Kosiorek
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke
2016-11-15tdf#96475 PutFormulaCell: any other cell than formula is utter nonsenseEike Rathke
2016-11-13drop extra semicolonsDavid Tardon
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-10-12use isFinite() instead of !isNan()Eike Rathke
2016-10-02support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard
2016-08-18coverity#1371369 Resource leakCaolán McNamara
2016-07-04tdf#100458 Don't forcefully change cell typeJan-Marek Glogowski