summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/cellform.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-4/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-01-09New loplugin:externvar: scStephan Bergmann1-3/+0
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke1-2/+0
2016-10-06Resolves: tdf#76836 use text format only for text contentEike Rathke1-19/+4
2016-09-23convert formula error codes to scoped enumNoel Grandin1-4/+4
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-03-25we already pass the ScRefCellValue as parameter, tdf#93405Markus Mohrhard1-1/+1
2016-03-25these two methods are identical copies, related tdf#93405Markus Mohrhard1-83/+2
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-6/+5
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-4/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-06-02fdo#39468 Translate German Comments - sc/source/core/tool/ #1Christian M. Heller1-5/+5
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-7/+7
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-11/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-15fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida1-0/+32
2014-02-27coverity#1187687 Dereference null return valueCaolán McNamara1-0/+2
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin1-4/+4
2014-01-20resolved fdo#73836 do not apply format twice to stringEike Rathke1-4/+6
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-9/+9
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-5/+5
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-2/+4
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-4/+1
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-5/+5
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard1-5/+0
2013-06-02accept this result as bug fixedMarkus Mohrhard1-4/+0
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-2/+2
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida1-42/+24
2013-03-27Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida1-111/+0
2013-03-27More of the same...Kohei Yoshida1-0/+103
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida1-2/+96
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-13/+13
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard1-0/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-28tweaking the "fill in character" support in Calc Number Format StringsJohann Messner1-3/+3
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-04-17enable '*' repeat next char to fill available width for calc num formatsNoel Power1-2/+3
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard1-19/+19
2012-02-27merge GetString variantsCaolán McNamara1-9/+6
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-25/+29
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-6/+6
2011-03-04Oops.Kohei Yoshida1-1/+1
2011-03-04Don't strip the first apostrophe from a text input. (fdo#34260)Kohei Yoshida1-1/+1