Age | Commit message (Expand) | Author |
2016-05-10 | Missing break in switch | Stephan Bergmann |
2016-05-09 | convert OUTLINER_MODE to scoped enum | Noel Grandin |
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-08 | cppcheck: fix some redundantAssignment reports | Julien Nabet |
2016-05-07 | tdf#84394: add testcase and unit test | Giuseppe Bilotta |
2016-05-07 | tdf#84394: xls load: delay cell-anchoring of object groups | Giuseppe Bilotta |
2016-05-07 | clang-tidy modernize-loop-convert in sc | Noel Grandin |
2016-05-07 | nuke the old ucalc perf testing | Markus Mohrhard |
2016-05-07 | these static vars are cargo cult copy&paste | Markus Mohrhard |
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 | tdf#99701 Calc multiline input: Give button a fixed width | Samuel Mehrbrodt |
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 | Resolves: tdf#94146 a11y crash, obtain formula using the correct pointer | Eike Rathke |
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 | While at it, delete Any functions on sal_Bool* | Stephan Bergmann |
2016-05-04 | underline popup control possible to use outside sidebar | Szymon Kłos |
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 |
2016-05-03 | NameToken with Sheet instead of boolean Global | Eike Rathke |
2016-05-03 | tdf#42949: clean up includes in include/oox/drawingml with iwyu | Jorenz Paragas |
2016-05-03 | IFS/SWITCH propagate error only for active paths, tdf#97831 follow-up | Eike Rathke |
2016-05-03 | tdf#97831 [part] Add Excel 2016 functions to Calc | Winfried Donkers |
2016-05-03 | Prevent Any::setValue from reinterpreting bool* as sal_Bool* | Stephan Bergmann |
2016-05-03 | Prevent Any ctor from reinterpreting bool* as sal_Bool* | Stephan Bergmann |
2016-05-03 | Remove unnecessary setBOOL, makeBoolAny | Stephan Bergmann |
2016-05-03 | Remove Edit -> Plug-in as no longer used | Bryan Quigley |
2016-05-02 | silence ScTableRefToken::GetSheet() SAL_WARN about unhandled | Eike Rathke |
2016-05-02 | unit test for tdf#99417 track formula cells for BROADCAST_BROADCASTERS | Eike Rathke |
2016-05-02 | Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERS | Eike Rathke |
2016-05-01 | Fix typo in code | Andrea Gelmini |
2016-05-01 | add test for tdf#98990 | Markus Mohrhard |
2016-04-30 | ignore missing children, tdf#99422 | Markus Mohrhard |
2016-04-30 | Fix typos | Andrea Gelmini |
2016-04-30 | Resolves: tdf#76523 copy used names or pointing to sheet to other document | Eike Rathke |
2016-04-30 | unit test for copying names not used in formulas during sheet-copy | Eike Rathke |
2016-04-30 | during copying sheet copy all global and sheet-local names pointing to it | Eike Rathke |
2016-04-30 | introduce ScRangeName::CopyUsedNames() | Eike Rathke |
2016-04-29 | coverity#1358842 Missing break in switch, presumably there should be one | Caolán McNamara |
2016-04-29 | tdf#97831 follow up improve error handling | Winfried Donkers |