Age | Commit message (Expand) | Author |
2016-05-21 | document findings on external range reference handling | Eike Rathke |
2016-05-21 | handle external references in CompareMat() as matrix | Eike Rathke |
2016-05-20 | handle svExternalDoubleRef just the same as svMatrix in MATCH | Eike Rathke |
2016-05-20 | use vector replication for single row/column arrays | Eike Rathke |
2016-05-20 | always use GetNewMat() in interpreter context instead of plain ScFullMatrix() | Eike Rathke |
2016-05-20 | handle svExternalDoubleRef in all IS*() functions, tdf#93101 related | Eike Rathke |
2016-05-20 | handle svExternalSingleRef in all IS*() functions, tdf#93101 related | Eike Rathke |
2016-05-20 | tdf#93101 handle svExternalSingleRef in ISERROR() | Eike Rathke |
2016-05-20 | tdf#93101 correctly resolve svExternalSingleRef token in GetMatrix() | Eike Rathke |
2016-05-20 | tdf#93101 propagate external reference error from refcache token | Eike Rathke |
2016-05-20 | convert SC_COMPILER to scoped enum | Noel Grandin |
2016-05-20 | clang-tidy misc-assign-operator-signature | Noel Grandin |
2016-05-20 | Resolves: tdf#83746 wrapAddress() didn't do what it was supposed to do | Eike Rathke |
2016-05-19 | clang-tidy misc-unused-raii | Noel Grandin |
2016-05-19 | clang-tidy modernize-make-unique | Noel Grandin |
2016-05-19 | Resolves: tdf#86502 split formula groups referring bounds shifted into | Eike Rathke |
2016-05-18 | better fix for memory leak around calc header-footer UNO objects | Markus Mohrhard |
2016-05-18 | clang-tidy modernize-make-shared | Noel Grandin |
2016-05-17 | tdf#99255 Calc crashing on Undo after Spell Correction | Arul Michael |
2016-05-16 | Give unique, comprehensible names to idles tdf#97087 | Muhammet Kara |
2016-05-14 | recognize #REF! particles of invalidated references, tdf#86575 follow-up | Eike Rathke |
2016-05-13 | recognize #REF! particles of invalidated references, tdf#86575 follow-up | Eike Rathke |
2016-05-13 | Update mdds to 1.2.0. Note that the API version is also up. | Kohei Yoshida |
2016-05-12 | comment the outdated documentation | Eike Rathke |
2016-05-11 | -Werror=strict-overflow | Julien Nabet |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-10 | Insert explicit "break" when falling through to empty next case | Stephan Bergmann |
2016-05-10 | assert OpCodeMap and fallback-init maErrRef | Eike Rathke |
2016-05-10 | use passed rErrRef instead of obtaining resource string | Eike Rathke |
2016-05-10 | use passed rErrRef instead of obtaining resource string | Eike Rathke |
2016-05-10 | sc lok: Move the handling of the area back to GetTiledRenderingArea(). | Jan Holesovsky |
2016-05-10 | sc lok: set a limit for tiled column and row | Henry Castro |
2016-05-09 | convert FONT_EMPHASIS_MARK to scoped enum | Noel Grandin |
2016-05-09 | tdf#99479: Delete column with styles resets the 'Apply Style' drop down | Julien Nabet |
2016-05-09 | convert SfxStyleFamily to scoped enum | Noel Grandin |
2016-05-07 | clang-tidy modernize-loop-convert in sc | Noel Grandin |
2016-05-07 | actually propagate a match expression error, tdf#97831 follow-up | Eike Rathke |
2016-05-07 | coverity#1359230 DEADCODE, detect missing parameter, tdf#97831 follow-up | Eike Rathke |
2016-05-07 | coverity#1359229 handle PopDoubleRefOrSingleRef() as usual | Eike Rathke |
2016-05-06 | Resolves: tdf#86575 for OOXML write plain #REF! if deleted parts | Eike Rathke |
2016-05-06 | write the [#REF!] as defined in ODFF, tdf#86575 related | Eike Rathke |
2016-05-06 | teach passstuffbyref plugin to check for.. | Noel Grandin |
2016-05-05 | gather calls to IterateParametersIfs() in one place, tdf#97831 follow-up | Eike Rathke |
2016-05-04 | tdf#97831 [part] Add Excel 2016 functions to Calc | Winfried Donkers |
2016-05-04 | Remove unnecessary ScUnoHelpFunctions::SetBoolInAny | Stephan Bergmann |
2016-05-04 | use Any constructor instead of temporaries | Noel Grandin |
2016-05-04 | tdf#97831 follow up : use ScInterpreter::ReverseStack() | Winfried Donkers |
2016-05-04 | loplugin:implicitboolconversion | Stephan Bergmann |
2016-05-04 | Correct value types for the respective function objects. | Kohei Yoshida |
2016-05-04 | Replace namespace ScErrorCodes with formula... | Kohei Yoshida |