1. cbb6367 gather calls to IterateParametersIfs() in one place, tdf#97831 follow-up by Eike Rathke · 10 years ago
  2. c57dc74 tdf#97831 [part] Add Excel 2016 functions to Calc by Winfried Donkers · 10 years ago
  3. 3a767d9 Resolves: tdf#94146 a11y crash, obtain formula using the correct pointer by Eike Rathke · 10 years ago
  4. f153d5c Remove unnecessary ScUnoHelpFunctions::SetBoolInAny by Stephan Bergmann · 10 years ago
  5. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  6. a5a731d tdf#97831 follow up : use ScInterpreter::ReverseStack() by Winfried Donkers · 10 years ago
  7. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  8. 019a0fb underline popup control possible to use outside sidebar by Szymon Kłos · 10 years ago
  9. 4efe3bd loplugin:implicitboolconversion by Stephan Bergmann · 10 years ago
  10. b73137a Correct value types for the respective function objects. by Kohei Yoshida · 10 years ago
  11. fa507ae Replace namespace ScErrorCodes with formula... by Kohei Yoshida · 10 years ago
  12. fac5f2a NameToken with Sheet instead of boolean Global by Eike Rathke · 10 years ago
  13. af1174b tdf#42949: clean up includes in include/oox/drawingml with iwyu by Jorenz Paragas · 10 years ago
  14. a2aea8b IFS/SWITCH propagate error only for active paths, tdf#97831 follow-up by Eike Rathke · 10 years ago
  15. 29433c6 tdf#97831 [part] Add Excel 2016 functions to Calc by Winfried Donkers · 10 years ago
  16. 0b1e4a3 Prevent Any::setValue from reinterpreting bool* as sal_Bool* by Stephan Bergmann · 10 years ago
  17. ab3d2e5 Prevent Any ctor from reinterpreting bool* as sal_Bool* by Stephan Bergmann · 10 years ago
  18. a05ab9e Remove unnecessary setBOOL, makeBoolAny by Stephan Bergmann · 10 years ago
  19. 4b3c211 Remove Edit -> Plug-in as no longer used by Bryan Quigley · 10 years ago
  20. 8474c5f silence ScTableRefToken::GetSheet() SAL_WARN about unhandled by Eike Rathke · 10 years ago
  21. 4f5c978 unit test for tdf#99417 track formula cells for BROADCAST_BROADCASTERS by Eike Rathke · 10 years ago
  22. a0b9fa8 Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERS by Eike Rathke · 10 years ago
  23. 26851ec Fix typo in code by Andrea Gelmini · 10 years ago
  24. 8465e99 add test for tdf#98990 by Markus Mohrhard · 10 years ago
  25. 9f363ee ignore missing children, tdf#99422 by Markus Mohrhard · 10 years ago
  26. fc2590c Fix typos by Andrea Gelmini · 10 years ago
  27. 02a8589 Resolves: tdf#76523 copy used names or pointing to sheet to other document by Eike Rathke · 10 years ago
  28. 8162cf2 unit test for copying names not used in formulas during sheet-copy by Eike Rathke · 10 years ago
  29. 043df58 during copying sheet copy all global and sheet-local names pointing to it by Eike Rathke · 10 years ago
  30. 450a10d introduce ScRangeName::CopyUsedNames() by Eike Rathke · 10 years ago
  31. 78b450c2 coverity#1358842 Missing break in switch, presumably there should be one by Caolán McNamara · 10 years ago
  32. 47405e0 tdf#97831 follow up improve error handling by Winfried Donkers · 10 years ago
  33. 37b071c move to ScDocument::CopyAdjustRangeName() and namespace by Eike Rathke · 10 years ago
  34. 75d5885 move to ScDocument::FindRangeNamesReferencingSheet() by Eike Rathke · 10 years ago
  35. c692b9c adjustCopyRangeName: pass rSheet, rIndex; encapsulate nNewSheet by Eike Rathke · 10 years ago
  36. 376c337 tdf#97087 Give comprehensible, unique names to idles by Muhammet Kara · 10 years ago
  37. 43b4903 teach stylepolice plugin about ref-counted-pointer naming by Noel Grandin · 10 years ago
  38. f710c01 add todo list with open performance problems in calc by Markus Mohrhard · 10 years ago
  39. f5cd030 extract adjustCopyRangeName() from adjustRangeName() by Eike Rathke · 10 years ago
  40. bd2800d make findRangeNamesReferencingSheet() independent from a passed FormulaToken by Eike Rathke · 10 years ago
  41. cc5f8c6 FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex() by Eike Rathke · 10 years ago
  42. 0445de5 accept UTF8 as explicit charset value by Eike Rathke · 10 years ago
  43. fd0d4f8 Add default line width defines for TableBorders by slideon · 10 years ago
  44. e7f55f1 tdf#45904 Move java XViewPane test to c++ by Fabio Buso · 10 years ago
  45. 29da9d3 loplugin:stringconstant by Tor Lillqvist · 10 years ago
  46. 2bb6221 C++11: disable ctors instead of not implementing them (sc) by Jochen Nitschke · 10 years ago
  47. 4905c8b early bail out if nGlobalError, tdf#97831 follow-up by Eike Rathke · 10 years ago
  48. 98ac8e7 check availability of stack and some nitpicks, tdf#97831 follow-up by Eike Rathke · 10 years ago
  49. a76c5e2 tdf#97831 [part] Add Excel 2016-Office 365 functions to Calc by Winfried Donkers · 10 years ago
  50. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  51. 4613f38 comment flat copy sharing code tokens by Eike Rathke · 10 years ago
  52. 403d0d4 be explicit about what it does, CreateFlatCopiedTokenArray() by Eike Rathke · 10 years ago
  53. 5749afc update the ants only twice per second by Markus Mohrhard · 10 years ago
  54. 03124f5b Resolves: tdf#99461 reverse logic of TokenPointers::skipToken() by Eike Rathke · 10 years ago
  55. 79c4d54 There is no css::uno::Sequence<sal_uInt8> in UNO by Stephan Bergmann · 10 years ago
  56. 1f0e049 Some more sal_Bool -> bool by Stephan Bergmann · 10 years ago
  57. 474eca1 tdf#42949: clean up includes in include/oox/core using iwyu by Jorenz Paragas · 10 years ago
  58. 3a6e3d7 remove comment about old compiler issue by Jochen Nitschke · 10 years ago
  59. f5523a6 FormulaByteToken(ocClose) was always wrong by Eike Rathke · 10 years ago
  60. 9a0735b SC_OPCODE_STOP_... values are exclusive by Eike Rathke · 10 years ago
  61. 4f8d72d use FormulaToken::DeleteIfZeroRef() instead of Delete() at some places by Eike Rathke · 10 years ago
  62. f41257d simplify the ReplaceToken() offset logic to absolute offsets by Eike Rathke · 10 years ago
  63. 046dc22 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  64. 608b8cc remove unused BiffStringFlags by Jochen Nitschke · 10 years ago
  65. b2e86d2 Fix typos by Andrea Gelmini · 10 years ago
  66. db279db Resolves: tdf#99360 can't select filter criteria with mouse by Caolán McNamara · 10 years ago
  67. 7834196 loplugin:salbool: sal_Bool[] -> bool[] by Stephan Bergmann · 10 years ago
  68. 1a74c63 lokit: add getPartHash by Henry Castro · 10 years ago
  69. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  70. 67187c1 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  71. cbae4ec tdf#99361 Separate checkbox in Sidebar by Laurent Balland-Poirier · 10 years ago
  72. b0c0a07 clang-tidy clang-analyzer-deadcode.DeadStores by Noel Grandin · 10 years ago
  73. 29a9f43 Resolves: tdf#91778 drawing the background over an active cursor by Caolán McNamara · 10 years ago
  74. ccaf108 character spacing control possible to use outside sidebar by Szymon Kłos · 10 years ago
  75. 219d1f3 tdf#99329 : By default show sum and average statusbar functions... by Dennis Francis · 10 years ago
  76. 5353d0a cppcheck: silence known conditions warnings in sc by Jochen Nitschke · 10 years ago
  77. 2efd20c const as const can, tdf#99322 follow-up by Eike Rathke · 10 years ago
  78. 7218011 sc: fix loplugin:passstuffbyref by Miklos Vajna · 10 years ago
  79. 35abb3a call StartNeededListeners() only on affected columns, tdf#99322 follow-up by Eike Rathke · 10 years ago
  80. 1be6c44 use the column style for as default, tdf#71897 by Markus Mohrhard · 10 years ago
  81. a71576f setting the properties through uno is not necessary anymore by Markus Mohrhard · 10 years ago
  82. 6342041 hard code value for scrollbar to tabbar ratio, tdf#89058 by Markus Mohrhard · 10 years ago
  83. 170a473 don't try to open in new window by default, tdf#70959 by Markus Mohrhard · 10 years ago
  84. 44e2da5 Resolves: tdf#99322 re-establish group area listeners after update reference by Eike Rathke · 10 years ago
  85. 6a92ada tdf#99371 fix for DDE link update via Function Wizard by Martin Nathansen · 10 years ago
  86. ec73034 cppcheck: silence known condition warning in sc vbahelper by Jochen Nitschke · 10 years ago
  87. 54a547d tdf#90290: use custom asserter for formula check by Stefan Weiberg · 10 years ago
  88. 277193b Avoid reserved identifier (_CreateShape -> CreateShape) by Stephan Bergmann · 10 years ago
  89. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  90. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  91. 92ddd58 remove define for ERRORBOX by Markus Mohrhard · 10 years ago
  92. 7fbeba2 fix last mdds perf problem in MatConcat, tdf#88849 by Markus Mohrhard · 10 years ago
  93. 9349526 fix crash in perfcheck by Markus Mohrhard · 10 years ago
  94. 603a9ad switch to a row based storage by Markus Mohrhard · 10 years ago
  95. 2ed9031 make the test case smaller to limit runtime by Markus Mohrhard · 10 years ago
  96. ce21baa add test case for smaller MatConcat case, related tdf#88849 by Markus Mohrhard · 10 years ago
  97. 5595eee add missing test file by Markus Mohrhard · 10 years ago
  98. e2e35d5 tdf#97499 Fixed containers parameters clearing #5 by tymyjan · 10 years ago
  99. e3e9e0ae add test for tdf#88849 by Markus Mohrhard · 10 years ago
  100. 3d9f86e fix calc perfcheck build by Markus Mohrhard · 10 years ago