summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2016-05-21document findings on external range reference handlingEike Rathke
2016-05-21handle external references in CompareMat() as matrixEike Rathke
2016-05-20handle svExternalDoubleRef just the same as svMatrix in MATCHEike Rathke
2016-05-20use vector replication for single row/column arraysEike Rathke
2016-05-20always use GetNewMat() in interpreter context instead of plain ScFullMatrix()Eike Rathke
2016-05-20handle svExternalDoubleRef in all IS*() functions, tdf#93101 relatedEike Rathke
2016-05-20handle svExternalSingleRef in all IS*() functions, tdf#93101 relatedEike Rathke
2016-05-20tdf#93101 handle svExternalSingleRef in ISERROR()Eike Rathke
2016-05-20tdf#93101 correctly resolve svExternalSingleRef token in GetMatrix()Eike Rathke
2016-05-20tdf#93101 propagate external reference error from refcache tokenEike Rathke
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-20Resolves: tdf#83746 wrapAddress() didn't do what it was supposed to doEike Rathke
2016-05-19clang-tidy misc-unused-raiiNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-19Resolves: tdf#86502 split formula groups referring bounds shifted intoEike Rathke
2016-05-18better fix for memory leak around calc header-footer UNO objectsMarkus Mohrhard
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-17tdf#99255 Calc crashing on Undo after Spell CorrectionArul Michael
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara
2016-05-14recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke
2016-05-13recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke
2016-05-13Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida
2016-05-12comment the outdated documentationEike Rathke
2016-05-11-Werror=strict-overflowJulien Nabet
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-10assert OpCodeMap and fallback-init maErrRefEike Rathke
2016-05-10use passed rErrRef instead of obtaining resource stringEike Rathke
2016-05-10use passed rErrRef instead of obtaining resource stringEike Rathke
2016-05-10sc lok: Move the handling of the area back to GetTiledRenderingArea().Jan Holesovsky
2016-05-10sc lok: set a limit for tiled column and rowHenry Castro
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-09tdf#99479: Delete column with styles resets the 'Apply Style' drop downJulien Nabet
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-07actually propagate a match expression error, tdf#97831 follow-upEike Rathke
2016-05-07coverity#1359230 DEADCODE, detect missing parameter, tdf#97831 follow-upEike Rathke
2016-05-07coverity#1359229 handle PopDoubleRefOrSingleRef() as usualEike Rathke
2016-05-06Resolves: tdf#86575 for OOXML write plain #REF! if deleted partsEike Rathke
2016-05-06write the [#REF!] as defined in ODFF, tdf#86575 relatedEike Rathke
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-05gather calls to IterateParametersIfs() in one place, tdf#97831 follow-upEike Rathke
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04tdf#97831 follow up : use ScInterpreter::ReverseStack()Winfried Donkers
2016-05-04loplugin:implicitboolconversionStephan Bergmann
2016-05-04Correct value types for the respective function objects.Kohei Yoshida
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida