1. 7190adc external data: test application for my UI work by Markus Mohrhard · 9 years ago feature/external-data-ui
  2. 4feccde fix bug in ScTable::LastHiddenColRow by Noel Grandin · 9 years ago
  3. dcc667a convert message box style bits to scoped enum by Noel Grandin · 9 years ago
  4. 66e3232 loplugin:constparam in sc part1 by Noel Grandin · 9 years ago
  5. cc2cb01 Assert that caller columns are within bounds by Eike Rathke · 9 years ago
  6. 1585955 Convert ErrCode area to scoped enum by Noel Grandin · 9 years ago
  7. a273630 convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fields by Noel Grandin · 9 years ago
  8. 508957d tdf#108706 Unify loading document progress bar label by Takeshi Abe · 9 years ago
  9. 25b3806 WalkAndMatchElements: really really limit the match, tdf#108292 follow-up by Eike Rathke · 9 years ago
  10. 4d21d4c Typo about "document" by Julien Nabet · 9 years ago
  11. 06d104e tdf#83562: Make the EditTextObject export of automatic colors... by Dennis Francis · 9 years ago
  12. 668ab2e Fix 'make translations' run by Gabor Kelemen · 9 years ago
  13. 28e4240 external data: add a way to get the available data sourcesfor a provider by Markus Mohrhard · 9 years ago
  14. 5b60aeb external data: improve the external data dialog by Markus Mohrhard · 9 years ago
  15. 447ecc3 external data: add a menu entry to refresh the data by Markus Mohrhard · 9 years ago
  16. ca0f046 external data: forgot to add the new html provider to the list by Markus Mohrhard · 9 years ago
  17. be55118 get the ScDocument directly from the ScViewData by Markus Mohrhard · 9 years ago
  18. 7002741 tdf#45904 Move Java _XViewFreezable tests to C++ by Jens Carl · 9 years ago
  19. dabba2e tdf#109104: respect RFC3986 for newlines in ScEncodeURL by Julien Nabet · 9 years ago
  20. b37c344 Rename flag to less generic name to prepare adding more flags by Ulrich Gemkow · 9 years ago
  21. eea6d39 loplugin:unnecessaryparen by Noel Grandin · 9 years ago
  22. 0501869 Fix typos by Andrea Gelmini · 9 years ago
  23. 64a3124 Fix typos by Andrea Gelmini · 9 years ago
  24. 5a64d8b drop unused SdrCustomShapeAdjustmentItem by Jochen Nitschke · 9 years ago
  25. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  26. 2e8acde remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
  27. 006a7b5 Removing unused serialisation code by Varun Dhall · 9 years ago
  28. a82af43 Clean up uses of OUString::fromUtf8 around string literals by Stephan Bergmann · 9 years ago
  29. ff1f6a5 remove UL/L suffixes from integer constants in initialiser/call expressions by Noel Grandin · 9 years ago
  30. b2cb319 tdf#86019: Use ChartDataRowSource_COLUMNS as the chart... by Dennis Francis · 9 years ago
  31. 708eb74 sc: drop dead code by Jochen Nitschke · 9 years ago
  32. 8dabae1 add a test for storing formula cells in the cache by Markus Mohrhard · 9 years ago
  33. 8e5271e also import formula cells again from the cache by Markus Mohrhard · 9 years ago
  34. 0e0f197 handle formula cells also in the python script by Markus Mohrhard · 9 years ago
  35. b06c374 add formula cells/groups to the cache by Markus Mohrhard · 9 years ago
  36. 7299bdf external data: apply the transformation still in the fetch thread by Markus Mohrhard · 9 years ago
  37. aca98e5 add a way to restore from our new cache format by Markus Mohrhard · 9 years ago
  38. b1f6e62 tdf#39468 Translate German comments/terms by Jens Carl · 9 years ago
  39. 11a83600 Add note about order or row, column, and tab as fields vs. parameters by Tor Lillqvist · 9 years ago
  40. f80385d remove unused param from CreateScNamePasteDlg by Noel Grandin · 9 years ago
  41. e5d9b5f add python script to interpret the calc cache format by Markus Mohrhard · 9 years ago
  42. 4ad5218 introduce a way to write a simple data representation to a stream by Markus Mohrhard · 9 years ago
  43. b021353d Removing unused serialisation code by Varun Dhall · 9 years ago
  44. b607f62 external data: add HTML data provider test by Markus Mohrhard · 9 years ago
  45. 03b55ed external data: add the deterministic mode also for html by Markus Mohrhard · 9 years ago
  46. fd641033 oovbaapi: Allow copying of multiple selections by Tamas Bunth · 9 years ago
  47. 718cdd4 loplugin:redundantcast, find more functional casts by Noel Grandin · 9 years ago
  48. a69850b Change HardRecalcState to enum class by Tor Lillqvist · 9 years ago
  49. 7172a7e tdf#96099: Get rid of one more pointless typedef by Tor Lillqvist · 9 years ago
  50. b051f4b tdf#96099: Get rid of one more pointless typedef by Tor Lillqvist · 9 years ago
  51. 8ee4530 remove redundant SvxFrameDirection casts by Jochen Nitschke · 9 years ago
  52. b3dfb1e loplugin:checkunusedparams in sc by Noel Grandin · 9 years ago
  53. 46aba1d external data: add merge column transformation by Markus Mohrhard · 9 years ago
  54. 3ecec2d external data: add split column transformation by Markus Mohrhard · 9 years ago
  55. 882e9ff Fix typos by Andrea Gelmini · 9 years ago
  56. cf410b7 external data: add first test for data transformations by Markus Mohrhard · 9 years ago
  57. b0080a8 external data: add initial work for data transformations by Markus Mohrhard · 9 years ago
  58. 9f9f0fa external data: handle child elements of td correctly in html provider by Markus Mohrhard · 9 years ago
  59. 9f1344d external data: avoid crash due to exception when downloading fails by Markus Mohrhard · 9 years ago
  60. 1a4cb29 Fix testVLOOKUP to actually use formula groups by Tor Lillqvist · 9 years ago
  61. 872c130 Test VLOOKUP, try to handle various special cases and errors by Tor Lillqvist · 9 years ago
  62. 78b3e27 Removing unused SetVersionMap from sc by Varun Dhall · 9 years ago
  63. 1153535 Test division and especially error handling by Tor Lillqvist · 9 years ago
  64. 3452d66 Bin some unnecessary temporary code by Tor Lillqvist · 9 years ago
  65. b74f584 Delete sheet when done by Tor Lillqvist · 9 years ago
  66. 5b3b0a9 tdf#110988 Middle click does not paste primary selection by Noel Grandin · 9 years ago
  67. 92a9411 log details of exception when we catch std::exception by Noel Grandin · 9 years ago
  68. fa05d76 fix loplugin:externandnotdefined by Markus Mohrhard · 9 years ago
  69. 8c72ab4 external data: add a test that shows that cropping to DB area works by Markus Mohrhard · 9 years ago
  70. 2a98140 external data: reenable the test and adapt to new interfaces by Markus Mohrhard · 9 years ago
  71. f1a896c fix some ErrCode IgnoreWarning() usage by Noel Grandin · 9 years ago
  72. 3e0b175 external data: pass the whole string to the csv parser by Markus Mohrhard · 9 years ago
  73. 98d7a29 tdf#89139 Fix PivotCache fields according to OOXML specification by Bartosz Kosiorek · 9 years ago
  74. e07bf6a external data: avoid deadlock when the thread needs the SolarMutex by Markus Mohrhard · 9 years ago
  75. 3270868 external data: introduce a deterministic mode for the tests by Markus Mohrhard · 9 years ago
  76. 1a4dd1f external data: add html data provider by Markus Mohrhard · 9 years ago
  77. dfac13b Avoiding unnecessary OUString allocation: by Mohammed Abdul Azeem · 9 years ago
  78. 6d34c6ee tdf#107197: Replace relationship URI by Christian Barth · 9 years ago
  79. 0375de7 better error reporting for xml source feature by Markus Mohrhard · 9 years ago
  80. 6572277 enable the xml source feature when the experimental features are enabled by Markus Mohrhard · 9 years ago
  81. 8a5f9ba external data: move code to own directory and split file up by Markus Mohrhard · 9 years ago
  82. 4d89865 new loplugin:deadclass by Noel Grandin · 9 years ago
  83. 65edadc CppunitTest_sc_parallelism: fix loplugin:stringconcat warning by Miklos Vajna · 9 years ago
  84. 244f605 Add a unit test to be used to test parallelised calculations in Calc by Tor Lillqvist · 9 years ago
  85. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  86. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  87. 4e2b448 tdf#111318: Improve msg about pivot table/chart when removing a cell (take 2) by Julien Nabet · 9 years ago
  88. b946ab0 tdf#107797 UpdateAutoFilter handle more entries by Tamas Bunth · 9 years ago
  89. 7e72896 tdf#107858 oovbaapi: Autofilter always has header by Tamas Bunth · 9 years ago
  90. 4a3016b external data: add a method to list all data providers by Markus Mohrhard · 9 years ago
  91. 0814bf3 external data: fix a few issues with the dialog by Markus Mohrhard · 9 years ago
  92. 4bd3b78 external data: use the DB name instead of a DB pointer by Markus Mohrhard · 9 years ago
  93. 6310236 external data: import all the csv data by Markus Mohrhard · 9 years ago
  94. ec779d8 Revert "tdf#111318: Improve message about pivot table/chart when removing a cell" by Julien Nabet · 9 years ago
  95. f50ae88 external data: some work on the dialog by Markus Mohrhard · 9 years ago
  96. 8a7883f external data: make sure we don't use wrapping during copying by Markus Mohrhard · 9 years ago
  97. 2f2d41d external data: use the existing copy data functionality by Markus Mohrhard · 9 years ago
  98. 84c2297 external data: remove some unnecessary concepts from the csv thread by Markus Mohrhard · 9 years ago
  99. 95c2510 external data: move the copying to the document to ScDBDataManager by Markus Mohrhard · 9 years ago
  100. 213a83c Add UI for the sc::dataprovider by Jaskaran Singh · 9 years ago