summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/consoli.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara1-22/+22
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara1-2/+2
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-2/+2
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-111/+111
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-1/+1
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-2/+2
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-2/+2
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+1
2018-12-14Use ScFunctionData and thus Welford in ConsolidationEike Rathke1-175/+10
2018-07-17sc: Drop #undef leftoverTakeshi Abe1-3/+0
2018-06-27loplugin:useuniqueptr in ScConsDataNoel Grandin1-46/+20
2018-05-22tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen1-0/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-08-24loplugin:constparam in sc part3Noel Grandin1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-4/+1
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe1-1/+1
2016-10-20Convert ScConsData into using std::vectorMaarten Bosmans1-50/+10
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+1
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-1/+1
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-02fdo#39468 Translate German Comments - sc/source/core/tool/ #1Christian M. Heller1-22/+21
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-8/+8
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-09resolve fdo#77509 memory corruption / crash in ConsolidateEike Rathke1-33/+19
2014-05-01Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+5
2014-04-23sc: sal_Bool->boolNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-20sal_Bool->bool and remove unnecessary param on ScConsData::InitDataNoel Grandin1-13/+10
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-2/+2
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-1/+0
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-9/+9
2013-10-08convert the OUString* arrays in ScConsData to arrays of OUStringNoel Grandin1-34/+27
2013-10-08convert sc/inc/consoli.hxx from String to OUStringNoel Grandin1-9/+9
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-11/+1
2013-08-17sal_Bool to boolTakeshi Abe1-10/+10
2013-08-17Mark as constTakeshi Abe1-1/+1
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida1-10/+6
2013-05-13cppcheck: fix uselessAssignmentPtrArgJulien Nabet1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-3/+3
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida1-4/+4