1. e99535d remove executable bits by Thomas Arnhold · 12 years ago
  2. 18749c7 fdo#80453 (part) Help button for insert random # by Olivier Hallot · 12 years ago
  3. fceb753 fix unit test after size_t change by Thomas Arnhold · 12 years ago
  4. 4f1dabf warning C4800: 'int' : forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  5. 47e2fd0 Consistently use size_t and SAL_MAX_SIZE by Matteo Casalin · 12 years ago
  6. 384cb5f Consistently use size_t and SAL_MAX_SIZE by Matteo Casalin · 12 years ago
  7. 1cf19ea don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422 by Markus Mohrhard · 12 years ago
  8. 17f6f60 add test case for fdo#82503 by Markus Mohrhard · 12 years ago
  9. 8c9014c copy conditional formatting for single cells, fdo#82503 by Markus Mohrhard · 12 years ago
  10. 08d4ea4 use scoped_ptr instead of shared_ptr by Markus Mohrhard · 12 years ago
  11. 0e633c5 add test for fdo#82128 by Markus Mohrhard · 12 years ago
  12. 2cc0109 use correct namespace for table protection elements, fdo#82128 by Markus Mohrhard · 12 years ago
  13. 1d67f36 unit test for sort with sheet references and external references, fdo#77018 by Eike Rathke · 12 years ago
  14. 174e679 Revert "another memory leak based on release().release()" by Caolán McNamara · 12 years ago
  15. 971e230 unit test for sheet and in-range range references after sort, fdo#79441 by Eike Rathke · 12 years ago
  16. 1e9baad another memory leak based on release().release() by Markus Mohrhard · 12 years ago
  17. 6af3bc3 fdo#79116 make paste special easier to use by Thomas Viehmann · 12 years ago
  18. 69adec3 correct references after sort, fdo#79441 by Eike Rathke · 12 years ago
  19. 26eca5a sc: stupid auto_ptr deprecation by Michael Stahl · 12 years ago
  20. 6a686b4 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  21. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  22. 4891de1 WaE: C4189: 'aTests' : local variable is initialized but not referenced by Tor Lillqvist · 12 years ago
  23. 57c59b2 warning C4245 signed/unsigned mismatch by Michael Stahl · 12 years ago
  24. 0388933 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  25. 5cb5c24 RID_SCDLG_DAPISERVICE conversion to .ui by Szymon Kłos · 12 years ago
  26. a8525fe5 fdo#82418 prefer UTF-8 over UTF-16 by David Tardon · 12 years ago
  27. 986b8db warning C4373: 'ScTableSheetsObj::importSheet': virtual function overrides... by Thomas Arnhold · 12 years ago
  28. 6632987 warning C4245: 'initializing' : conversion from 'int' to 'sal_uInt32'... by Thomas Arnhold · 12 years ago
  29. 6da4341 warning C4242: 'initializing' : conversion from 'size_t' to 'sal_uInt16' by Thomas Arnhold · 12 years ago
  30. 7cc627f update_pch by Thomas Arnhold · 12 years ago
  31. 8583da1 java: remove unused fields by Noel Grandin · 12 years ago
  32. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  33. 70f56bc java: reduce scope, make member classes private by Noel Grandin · 12 years ago
  34. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  35. 692878e bnc#822170: Let's not even try to export invalid chart objects. by Kohei Yoshida · 12 years ago
  36. 1e68aab Don't export builtinId of 54 or above. by Kohei Yoshida · 12 years ago
  37. 7256a10 Write test for importing images from xls. by Kohei Yoshida · 12 years ago
  38. e04a4d2 really do not write empty externalReferences element, fdo#45286 follow-up by Eike Rathke · 12 years ago
  39. 8c51532 do not write empty externalReferences element, fdo#45286 follow-up by Eike Rathke · 12 years ago
  40. 176e99a -Werror,-Wundefined-bool-conversion by Stephan Bergmann · 12 years ago
  41. 5656fe5 java: fix broken javadoc tags by Noel Grandin · 12 years ago
  42. 1c49650 java: remove useless javadoc tags by Noel Grandin · 12 years ago
  43. 0f12b30 document this makeExternalNameStr() by Eike Rathke · 12 years ago
  44. 4727104 externalReference and externalReferences are implemented now by Eike Rathke · 12 years ago
  45. 8c23a76 write OOXML externalReferences, externalLinks, fdo#45286 by Eike Rathke · 12 years ago
  46. 41709cc java: remove unused parameters by Noel Grandin · 12 years ago
  47. 454ec6e XStyleLoader2 : enhance unit test to PageStyle by Laurent Godard · 12 years ago
  48. 519026e remove unused RID_SVXDLG_CALCFUNC by Thomas Arnhold · 12 years ago
  49. 17cf06b datafdlg.hxx: remove unused defines by Thomas Arnhold · 12 years ago
  50. ef933f0 add calc dbase import test by Caolán McNamara · 12 years ago
  51. f20dac7 bnc#885548: Write test for this. by Kohei Yoshida · 12 years ago
  52. 2a6843cb bnc#885548: Set the date time mode to non-fixed after the import is done. by Kohei Yoshida · 12 years ago
  53. e5bc8b6 java: variable cannot be null by Noel Grandin · 12 years ago
  54. b58c053f java: remove unnecessary semi-colons by Noel Grandin · 12 years ago
  55. e7a474b java: remove unused variables by Noel Grandin · 12 years ago
  56. 161931b loplugin:saloverride by Stephan Bergmann · 12 years ago
  57. 949279c XStyleLoader2 loadStylesFromDocument - unit tests by Laurent Godard · 12 years ago
  58. 4446004 coverity#706946 Uncaught exception by Caolán McNamara · 12 years ago
  59. f97eb18 coverity#735805 Explicit null dereferenced by Caolán McNamara · 12 years ago
  60. 945d644 coverity#1158491 Uninitialized pointer field by Caolán McNamara · 12 years ago
  61. f7f943d coverity#1229887 Resource leak by Caolán McNamara · 12 years ago
  62. 0273e9c coverity#1229888 Resource leak by Caolán McNamara · 12 years ago
  63. 9fc83ae fdo#82241 fix autocompletion for calc functions with by Winfried Donkers · 12 years ago
  64. 660931a RID_SCDLG_CONFLICTS conversion to .ui by Szymon Kłos · 12 years ago
  65. 856bf05 Related fdo#69006: Reintroduce some height calculation back. by Jan Holesovsky · 12 years ago
  66. 4385680 Consistency around SdrOnOffItem in svx/sdasitm.hxx by Stephan Bergmann · 12 years ago
  67. b34ddf0 fdo#79917: Add 'Save a Copy' to Calc/Impress/Draw. by Heiko Scheidt · 12 years ago
  68. df2f990 Fix fdo#80338: Help pages for Calc Data Stats by Olivier Hallot · 12 years ago
  69. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  70. d26540b java: remove unused fields by Noel Grandin · 12 years ago
  71. f124688 java: remove various unused variables by Noel Grandin · 12 years ago
  72. 8d023ed Consistency around SdrOnOffItem in svx/sdshitm.hxx by Stephan Bergmann · 12 years ago
  73. 5e2b4da handle autocomplete with dot in formula name, fdo#80058 by Markus Mohrhard · 12 years ago
  74. 2ee3b6d use a anonymous namespace and sane function names by Markus Mohrhard · 12 years ago
  75. 0db94cc Convert RID_SCDLG_DPSHOWDETAIL to .ui by Palenik Mihály · 12 years ago
  76. 151fbeb Consistency around SdrOnOffItem in svx/sdtagitm.hxx by Stephan Bergmann · 12 years ago
  77. 8c2301b sc: remove debugging printf by Michael Stahl · 12 years ago
  78. 9658b27 java: remove some unused variables by Noel Grandin · 12 years ago
  79. 0a7b80a fix spelling compilant -> compliant by Noel Grandin · 12 years ago
  80. 768d32c Consistency around SdrMetricItem in svx/sdtditm.hxx by Stephan Bergmann · 12 years ago
  81. 82e91af HIG improvements for data sampling .ui by Olivier Hallot · 12 years ago
  82. 70df173 Stop bothering translators by Olivier Hallot · 12 years ago
  83. f4b286b Improve HIG for moving average .ui by Olivier Hallot · 12 years ago
  84. 4c159b8 Improve HIG for Calc Expon. Smoothing .ui by Olivier Hallot · 12 years ago
  85. 4835bc5 Improve HIG for Calc ttest Statistics .ui by Olivier Hallot · 12 years ago
  86. 257196d Improve HIG for Calc Descriptive Statistics .ui by Olivier Hallot · 12 years ago
  87. 1515b7b Improve 2 dialogs for data Statistics by Olivier Hallot · 12 years ago
  88. a583413 Improve HIG for Calc Data Statistics .ui, ANOVA by Olivier Hallot · 12 years ago
  89. 9bac4d4 typo: more then -> more than by Takeshi Abe · 12 years ago
  90. 42cd7a8 fix memory leak around chart listeners by Markus Mohrhard · 12 years ago
  91. 68969cc Consistency around SdrMetricItem by Stephan Bergmann · 12 years ago
  92. c5bbfb3 fdo#78555: Oopsy. by Kohei Yoshida · 12 years ago
  93. 2718223 fdo#78555: Retain formula results when moving a range of cells. by Kohei Yoshida · 12 years ago
  94. 85f8f8f8 fdo#78555: Write test for this first. by Kohei Yoshida · 12 years ago
  95. 65803ad fix some dodgy FieldUnit conversions by Noel Grandin · 12 years ago
  96. 45db9b0 Scope reduction. by Kohei Yoshida · 12 years ago
  97. fe5463f the dialog hierarchy changed iwith the ui format, fdo#81867 by Markus Mohrhard · 12 years ago
  98. b2ee023 fdo#80501: Ensure that we notify each listener only once. by Kohei Yoshida · 12 years ago
  99. d012571 fdo#80501: Write test for this first. by Kohei Yoshida · 12 years ago
  100. 6e53a17 fix wrong calculation for text size, fdo#81499 by Markus Mohrhard · 12 years ago