summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr1.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-02-13tdf#88576 fix handling of empty arguments in IF(), IFERROR() and IFNA()Winfried Donkers1-2/+4
2015-01-21fdo88632: Make the Calc random functions non-random when requestedTor Lillqvist1-1/+2
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke1-2/+2
2014-12-22comment on COUNTBLANK() why we do what we doEike Rathke1-3/+11
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-5/+5
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-9/+9
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-2/+2
2014-10-16fdo#73080: Fix the single cell reference cases as well.Kohei Yoshida1-22/+33
2014-10-15fdo#73080: Correctly count blank cells in COUNTBLANK.Kohei Yoshida1-2/+20
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-1/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-22/+8
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-07-25coverity#735613 Division or modulo by float zeroCaolán McNamara1-1/+1
2014-07-15CID#703986 Unchecked return value (CHECKED_RETURN)Eike Rathke1-2/+2
2014-07-15CID#703987 Unchecked return value (CHECKED_RETURN)Eike Rathke1-2/+2
2014-07-15CID#735794 Dereference after null check (FORWARD_NULL)Eike Rathke1-3/+1
2014-07-10resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-27/+18
2014-06-25remove whitespaceMarkus Mohrhard1-116/+0
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke1-1/+1
2014-06-05unify the handling of string position arguments, fdo#75971 relatedEike Rathke1-23/+29
2014-05-28Related fdo#75971 Crash when invoking "Insert > Names > Create"Julien Nabet1-1/+1
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-25fdo#75971: Perhaps this will prevent the crash ?Kohei Yoshida1-1/+1
2014-04-25we need to push a return value in any case, fdo#73148 relatedEike Rathke1-2/+1
2014-04-25return early once we pushed an error, fdo#73148 relatedEike Rathke1-1/+1
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers1-0/+91
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-14some formula interpreter options are document specificEike Rathke1-2/+2
2014-02-14sal_Bool->boolNoel Grandin1-2/+2
2014-02-09fix memcheck report about uninitialized fValMarkus Mohrhard1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-11/+11
2014-01-14Be explicit when using bool as integral valueStephan Bergmann1-57/+57
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke1-36/+35
2013-12-13WaE: variable 'itResEnd' set but not usedTor Lillqvist1-1/+1
2013-12-12Fix performance regression from ScMatrix conversion to multi_type_matrix.Kohei Yoshida1-33/+33
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-3/+3
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin1-1/+1
2013-11-06check for valid string lenCaolán McNamara1-3/+4
2013-10-28kill a few xub_StrLen in ScInterpreterMarkus Mohrhard1-19/+19
2013-10-28fix another assertion related to string length in calc functionsMarkus Mohrhard1-2/+3
2013-10-28fix assert with invalid sting lengthMarkus Mohrhard1-1/+4
2013-10-28Related: fdo#69641 check index against length before iterateCodePointsCaolán McNamara1-2/+2
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-0/+1