summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/cellform.cxx
AgeCommit message (Expand)Author
2019-09-26loplugin:constmethod in scNoel Grandin
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák
2018-10-08sc: speed-up: no usage of temp strings objectsSerge Krot
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-01-09New loplugin:externvar: scStephan Bergmann
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke
2016-10-06Resolves: tdf#76836 use text format only for text contentEike Rathke
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-03-25we already pass the ScRefCellValue as parameter, tdf#93405Markus Mohrhard
2016-03-25these two methods are identical copies, related tdf#93405Markus Mohrhard
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-06-02fdo#39468 Translate German Comments - sc/source/core/tool/ #1Christian M. Heller
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-15fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida
2014-02-27coverity#1187687 Dereference null return valueCaolán McNamara
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin
2014-01-20resolved fdo#73836 do not apply format twice to stringEike Rathke
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard
2013-06-02accept this result as bug fixedMarkus Mohrhard
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida
2013-03-27Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida
2013-03-27More of the same...Kohei Yoshida
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-08-28tweaking the "fill in character" support in Calc Number Format StringsJohann Messner
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-17enable '*' repeat next char to fill available width for calc num formatsNoel Power
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-02-27merge GetString variantsCaolán McNamara
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard