summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr1.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-20Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida1-2/+3
2013-10-20Store SharedString in Compare::Cell.Kohei Yoshida1-10/+8
2013-10-20Better way to organize 2 compared cell values.Kohei Yoshida1-31/+37
2013-10-19Construct and initialize result matrix in one step.Kohei Yoshida1-7/+3
2013-10-19Generate boolean comparison result array in one step.Kohei Yoshida1-26/+1
2013-10-19Do the two matrix comparisons both in CompareMat().Kohei Yoshida1-38/+60
2013-10-19Bail out early.Kohei Yoshida1-54/+59
2013-10-18Slightly optimize matrix value traversal.Kohei Yoshida1-80/+105
2013-10-18Faster way to add two result matrices.Kohei Yoshida1-13/+3
2013-10-18No need to fill zeros here. The matrix is initialized with zeros.Kohei Yoshida1-3/+1
2013-10-18Reduce the number of arguments. The first argument can go now.Kohei Yoshida1-2/+2
2013-10-18Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida1-41/+4
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida1-223/+42
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-3/+3
2013-10-16re-added an omitted nFuncFmtTypeEike Rathke1-0/+1
2013-10-16fixed MIN and MAX matrix case regressionEike Rathke1-2/+8
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-104/+101
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-25/+24