1. ba044b1 remove needless forward rtl::OUString declarations by Luboš Luňák · 13 years ago
  2. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  3. 876c619 new module i18nlangtag by Eike Rathke · 13 years ago
  4. e1f6dac Replace `compareTo(...) == 0` with == by Ashish Banerjee · 13 years ago
  5. c893d40 Revert "Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx)" by Thomas Arnhold · 13 years ago
  6. 2b7ee1d remove boilerplate comments by Thomas Arnhold · 13 years ago
  7. 6591068 Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx) by Chr. Rossmanith · 13 years ago
  8. 0502d66 Remove RTL_CONSTASCII_(U)STRING in forms by Chr. Rossmanith · 13 years ago
  9. 5be14df ResMgr with LanguageTag by Eike Rathke · 13 years ago
  10. b10fd86 Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 13 years ago
  11. 089311b coverity#704145 Resource leak in object by Julien Nabet · 13 years ago
  12. 91aaceb fdo#39445 writing out tools/fsys.hxx (forms) by Andras Timar · 13 years ago
  13. aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago
  14. ea360ff add frm to Library_merged by Peter Foley · 13 years ago
  15. 2413a8e Fix warning: unused variable 'sConverted' [loplugin] by Tor Lillqvist · 13 years ago
  16. 9325dca "atomar" is not a word by Tor Lillqvist · 13 years ago
  17. 2d9ce91 Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) by Stephan Bergmann · 13 years ago
  18. 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
  19. 4c0c23a Simplify equalsIgnoreAsciiCaseAscii[L] calls by Stephan Bergmann · 13 years ago
  20. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  21. 3991eaf reduce whitespaces between include and filename by Thomas Arnhold · 13 years ago
  22. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  23. 937b63a use startsWith() instead of compareToAscii() by Thomas Arnhold · 13 years ago
  24. a029629 fdo#60691 add modelines to *.src and *.hrc files by Borim · 13 years ago
  25. 6583305 simplify compareTo (now correct) by Thomas Arnhold · 13 years ago
  26. 3d4723f Revert "simplify some compareTo" by Stephan Bergmann · 13 years ago
  27. 1902019 simplify some compareTo by Thomas Arnhold · 13 years ago
  28. 21e1e85 fdo#60724 change spelling error REMOVEABLE -> REMOVABLE by Kenneth Beck · 13 years ago
  29. 41e03a1 doubled using by Thomas Arnhold · 13 years ago
  30. 9ec4fc4 drop sole DBG_ASSERT only use of Application::GetFilterHdl by Caolán McNamara · 13 years ago
  31. ce33f85 sal_Bool to bool by Takeshi Abe · 13 years ago
  32. 57d169b doubled namespace by Thomas Arnhold · 13 years ago
  33. 5b04c90 remove unused and commented out code by Thomas Arnhold · 13 years ago
  34. b313e37 fdo#46808, convert xforms::Model to new style by Noel Grandin · 13 years ago
  35. f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
  36. db7a441 Typo fix: informations -> information and a few other adjacent typos. by Gregg King · 13 years ago
  37. b768611 remove all d.lst by Michael Stahl · 13 years ago
  38. 821ef2b coverity#705651: fix memory leak by Markus Mohrhard · 13 years ago
  39. 633fca5 remove two more duplicates by Thomas Arnhold · 13 years ago
  40. 4f4e4e4 loplugin: improve indentation by Thomas Arnhold · 13 years ago
  41. d5caf68 loplugin: unused variables by Thomas Arnhold · 13 years ago
  42. 1443a9f [Uu]sefull -> [Uu]seful by Julien Nabet · 13 years ago
  43. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  44. 1aaf9a9 Renamed hard-to-remember 8-char headers in editeng. by Kohei Yoshida · 13 years ago
  45. ff85e831 fdo#46808, convert io::TextInputStream service to new style by Noel Grandin · 13 years ago
  46. a7ecab8 fdo#46808, convert xml::xpath::XPathExtension service to new-style by Noel Grandin · 13 years ago
  47. f53517a fdo#46808, convert xml::xpath::XPathAPI to new-style service by Noel Grandin · 13 years ago
  48. fa3c9a9 fdo#46808, convert some forms code to XComponentContext by Noel Grandin · 13 years ago
  49. 45d416d fdo#46808, convert svt::GraphicAccess to XComponentContext by Noel Grandin · 13 years ago
  50. b5cd8f9 fdo#46808, Adapt form::control::FilterControl UNO service to new style by Noel Grandin · 13 years ago
  51. 1ba8986 fix for the awkward OUString::replaceAll() behaviour by Luboš Luňák · 13 years ago
  52. 97eb8a6 Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING by Jean-Noël Rouvignac · 13 years ago
  53. f95a7c2 fdo#46808, Convert SvNumberFormatter to use XComponentContext by Noel Grandin · 13 years ago
  54. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  55. bc3be84 Fix Member variable m_pView is not initialized in the constructor by Julien Nabet · 13 years ago
  56. fea2589 tools/string.hxx: add operator==/!= for OUString/String by Michael Stahl · 13 years ago
  57. e3f11c1 Changed SetText() / GetText() to take/return OUString by Chr. Rossmanith · 13 years ago
  58. c26e232 turn some OSL_ENSURE into SAL_WARN_IF to avoid warnings about unused variables by Matúš Kukan · 13 years ago
  59. 46fe5e5 fdo#46808, convert UnoControl and sub-classes to XComponentContext by Noel Grandin · 13 years ago
  60. 3a50e97 fdo#46808, Adapt sdb::OrderDialog UNO service to new style by Noel Grandin · 13 years ago
  61. 0c22f3ea Make LO buildable again after the GraphicFilter move. by Jan Holesovsky · 13 years ago
  62. b92a0d9 convert icu to gbuild and add to tail_build by Peter Foley · 13 years ago
  63. bb121c8 fdo#46808, Convert frame::Desktop to new style service. by Noel Grandin · 13 years ago
  64. 6e5cb64 fdo#46808, Adapt sdb::FilterDialog UNO service to new style by Noel Grandin · 13 years ago
  65. 049afda rhbz#782736 use right device for converting size by David Tardon · 13 years ago
  66. 19854e6 fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new style by Noel Grandin · 13 years ago
  67. 773ad75 fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style by Noel Grandin · 13 years ago
  68. 1658e4e RepositoryExternal.mk: clean up awful icudata/icui18n duplication by Michael Stahl · 13 years ago
  69. 79080b6 Include <iterator> by Fridrich Štrba · 13 years ago
  70. 85693bf OUString::trim() does not modify in-place by Tor Lillqvist · 13 years ago
  71. 38cc919 fdo#46808, use service constructor for sdbc::ConnectionPool by Noel Grandin · 13 years ago
  72. 543af40 Fix --enable-dbgutil build by Stephan Bergmann · 13 years ago
  73. e5e8136 re-factor lifecycle issues in FormattedFieldWrapper. by Michael Meeks · 13 years ago
  74. 0a063f3 re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  75. b13e1d3 Revert "sb140: #i114718# avoid references to object across XAggregation::setDelegator boundary" by Michael Meeks · 13 years ago
  76. 4dc7b3b correct free slot count. by Michael Meeks · 13 years ago
  77. 5bb7bb5 Revert "sb140: #i114669# appears be duplicate of fixed i114718, so re-enabling test" by Michael Meeks · 13 years ago
  78. 52b8306 fs34b: #i117507# serialize_node: do not reach out into the implementation by Frank Schoenheit [fs] · 15 years ago
  79. 2884799 fs34b: added some diagnostics, so next time a bug like #i117507# happens by Frank Schoenheit [fs] · 15 years ago
  80. 0c696c1 fs34b: #i117459# fixed the test - do not create multiple children of a document, this (rightfully) throws nowadays by Frank Schoenheit [fs] · 15 years ago
  81. 3117041 API CHANGE: com.sun.star.lang.IllegalArgumentException by Michael Stahl · 13 years ago
  82. 1994d85 fdo#51304 Remove @author annotation by José Guilherme Vanz · 13 years ago
  83. af60316 some i18n wrappers with LanguageTag by Eike Rathke · 13 years ago
  84. 9955dbe AllSettings with LanguageTag by Eike Rathke · 13 years ago
  85. fa88b37 Merge branch 'feature/killsdf' by Andras Timar · 13 years ago
  86. c902312 use LanguageTag by Eike Rathke · 13 years ago
  87. 5837402 fdo#46808, use service constructor for ucb::SimpleFileAccess by Noel Grandin · 13 years ago
  88. 06ec1c0 Merge branch 'master' into feature/killsdf by Andras Timar · 13 years ago
  89. 0666e43 fdo#46808, use service constructor for i18n::CharacterClassification by Noel Grandin · 13 years ago
  90. b30ee83 fdo#46808, use service constructor for beans::Introspection by Noel Grandin · 13 years ago
  91. f4776bf fdo#46808, fix up some NumberFormatter createInstance calls I missed by Noel Grandin · 14 years ago
  92. e5ce011 Merge branch 'master' into feature/killsdf by Andras Timar · 13 years ago
  93. f7a24ef mark lcl_ functions static or rename them if they are not local at all by Luboš Luňák · 13 years ago
  94. dd11a1e Fixes/improvements on previous commit by Stephan Bergmann · 14 years ago
  95. c25cb8a fdo#46808, Adapt task::InteractionHandler UNO service to new style by Noel Grandin · 14 years ago
  96. e40a86c Use prefix by Tor Lillqvist · 14 years ago
  97. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  98. 39bac3f translations is a source-only module by Andras Timar · 14 years ago
  99. 37a2fa5 fdo#51304: Remove the author of some java source files by Anurag Jain · 14 years ago
  100. f011af7 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago