1. adc20c3 compareToAscii -> equalsAscii by Noel Grandin · 12 years ago
  2. 3db8d60 hrc and src files: squeeze multiple newlines by Thomas Arnhold · 12 years ago
  3. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  4. fda8ac2 scaddins: sal_Bool->bool by Noel Grandin · 12 years ago
  5. 853f974 coverity#708114 Uninitialized scalar field by Caolán McNamara · 12 years ago
  6. 5961737 cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dup by Julien Nabet · 12 years ago
  7. 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
  8. bc14d3f coverity#708113 Uninitialized scalar field by Caolán McNamara · 12 years ago
  9. f170367 whitespace cleanup in scaddins by Markus Mohrhard · 12 years ago
  10. 88a822a scaddins: workaround spurious MSVC warning C4701 by Michael Stahl · 12 years ago
  11. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  12. 0aab188 coverity#1019315 Dead default in switch by Caolán McNamara · 12 years ago
  13. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  14. ca884aa Remove visual noise from scaddins by Alexander Wilms · 12 years ago
  15. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  16. 56b4040 fdo#54938 Convert oox and scaddins to cppu::supportsService by Alexandre Vicenzi · 12 years ago
  17. a506352 remove now dead MyList class by Noel Grandin · 12 years ago
  18. 1f3eed9 convert custom list implementation ScaDoubleList to std::vector by Noel Grandin · 12 years ago
  19. 20c4de4 convert custom list implementation SortedIndividualInt32List by Noel Grandin · 12 years ago
  20. 22b928d convert custom list implementation FuncDataList to use std::vector by Noel Grandin · 12 years ago
  21. 4cc5d3f convert custom list implement ConvertDataList to std::vector by Noel Grandin · 12 years ago
  22. 9ed6247 Convert custom list implementation ComplexList to use std::vector by Noel Grandin · 12 years ago
  23. a08633b remove unused CStrList class by Noel Grandin · 12 years ago
  24. 8e694ee convert custom list implementation to regular std::vector<OUString> by Noel Grandin · 12 years ago
  25. dbe8800 Be explicit when using bool as integral value by Stephan Bergmann · 12 years ago
  26. d1c7473 Transex3: NO_LOCALIZE_EXPORT by Zolnai Tamás · 12 years ago
  27. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  28. 63153f1 Revert "Resolves: fdo#72174 convert_add from "at" or "atm" to "Pa" gives same answer" by Eike Rathke · 12 years ago
  29. 98f6e17 Revert "Let precise things and put some references" by Eike Rathke · 12 years ago
  30. fccf6cf Let precise things and put some references by Julien Nabet · 12 years ago
  31. c2dd0ef Resolves: fdo#72174 convert_add from "at" or "atm" to "Pa" gives same answer by Julien Nabet · 12 years ago
  32. 8e2d891 typo: Tower -> Lower by Andras Timar · 12 years ago
  33. b24cc13 typos in UI by Andras Timar · 12 years ago
  34. 04dead1 make l10n buildable separately by Bjoern Michaelsen · 12 years ago
  35. fcd1637 convert OUString compareToAscii == 0 to equalsAscii by Noel Grandin · 12 years ago
  36. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  37. ff901a0 fdo#70515: Error in stated number of parameter value choices for WEEKNUM_ADD by Julien Nabet · 12 years ago
  38. 4dc4d97 -Werror,-Wunused-const-variable by Stephan Bergmann · 13 years ago
  39. 8230c26 gbuild: add gb_Library_use_restarget by Michael Stahl · 13 years ago
  40. 6db34b6 Directly build UNOIDL .rdb files from .idl files by Stephan Bergmann · 13 years ago
  41. bb15aeb fdo#40100 make function YEARFRAC comply with ODF Version 1.2 by Lionel Elie Mamane · 13 years ago
  42. 6ea6a42 s/wiki.services.openoffice.org/wiki.openoffice.org/g by Andras Timar · 13 years ago
  43. 5439372 WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POP by Tor Lillqvist · 13 years ago
  44. 8531679 WaE: unreachable code by Tor Lillqvist · 13 years ago
  45. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  46. d69d6f4 Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unused by Caolán McNamara · 13 years ago
  47. 1dbb388 fdo#66981 descriptions should start with upper case letter by Andras Timar · 13 years ago
  48. 6a9aa43 Mark as const by Takeshi Abe · 13 years ago
  49. abba78f -Werror,-Wdeprecated-register (Clang trunk towards 3.4) by Stephan Bergmann · 13 years ago
  50. f176273 s/Extracts/Returns/ for the sake of consistency by Andras Timar · 13 years ago
  51. d4f92f1 fix confusing help text of IMPOWER function by Andras Timar · 13 years ago
  52. 7547804 fix confusing help text of YEARFRAC function by Andras Timar · 13 years ago
  53. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  54. 2ce25fa fix typos (wich instead of which) by Philipp Riemer · 13 years ago
  55. 62badf38 Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  56. 0f200cc fdo#63154: Change Min/Max/Abs for std::min/max/abs by Marcos Paulo de Souza · 13 years ago
  57. 275e68d fdo#40100 make function YEARFRAC comply with ODFF Version1.2 by Winfried Donkers · 13 years ago
  58. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  59. 876c619 new module i18nlangtag by Eike Rathke · 13 years ago
  60. 8973800 scaddins: OUString cleanup by Thomas Arnhold · 13 years ago
  61. d062a16b cleanup macros in scaddins by Thomas Arnhold · 13 years ago
  62. f326779 Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/sax by Chr. Rossmanith · 13 years ago
  63. 5be14df ResMgr with LanguageTag by Eike Rathke · 13 years ago
  64. aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago
  65. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  66. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  67. 1457468 gbuild: stop using $(OUTDIR)/idl by Michael Stahl · 13 years ago
  68. 937b63a use startsWith() instead of compareToAscii() by Thomas Arnhold · 13 years ago
  69. b29c2bf scaddins: remove STRING macro by Thomas Arnhold · 13 years ago
  70. a029629 fdo#60691 add modelines to *.src and *.hrc files by Borim · 13 years ago
  71. b768611 remove all d.lst by Michael Stahl · 13 years ago
  72. d5caf68 loplugin: unused variables by Thomas Arnhold · 13 years ago
  73. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  74. b372942 Some cppcheck cleaning by Julien Nabet · 13 years ago
  75. f6f5bde Some cppcheck cleaning by Julien Nabet · 13 years ago
  76. b884c2e resolved fdo#60078 correctly calculate IMCSCH and IMSECH by Regina Henschel · 13 years ago
  77. 5a61e28 gbuild: fix silly "expandtabs" in makefile VIM modelines by Michael Stahl · 13 years ago
  78. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  79. 32e90d8 added RID_PRICING_DEFFUNCTION_NAMES string resources by tino · 13 years ago
  80. 8d0dbbd changed function names and variables to conform with UNO style by tino · 13 years ago
  81. e9f31ea adding calc add-in for option pricing by tino · 13 years ago
  82. 06ec1c0 Merge branch 'master' into feature/killsdf by Andras Timar · 13 years ago
  83. f4776bf fdo#46808, fix up some NumberFormatter createInstance calls I missed by Noel Grandin · 14 years ago
  84. e5ce011 Merge branch 'master' into feature/killsdf by Andras Timar · 13 years ago
  85. 190334f mark lcl_ functions static or rename them if they are not local at all by Luboš Luňák · 13 years ago
  86. 6f35bbf Resolves: fdo#55367 wrong convertion factor for "tspm" by Julien Nabet · 13 years ago
  87. 89718e9 cppcheck : redundantCondition. In this case, it seems to be a typo. by jailletc36 · 14 years ago
  88. 39bac3f translations is a source-only module by Andras Timar · 14 years ago
  89. f011af7 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  90. 816ec4b gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  91. 6f6f7a1 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  92. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  93. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  94. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  95. b4f030f hide duplication into anonymous namespace by Matúš Kukan · 14 years ago
  96. 9e04ae0 add more runtime deps on resource files for unit-tests by Matúš Kukan · 14 years ago
  97. 1f62afa fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170 by Albert Thuswaldner · 14 years ago
  98. 1042610 some UniString->rtl::OUString by Caolán McNamara · 14 years ago
  99. 79d386f removed unnecessary forward declarations of class by Takeshi Abe · 14 years ago
  100. 278000a Remove unused defines by Thomas Arnhold · 14 years ago