1. 268e4e9 allocate and initialise FormatEntry table at compile-time by Noel Grandin · 10 years ago
  2. 7535cca -Werror,-Wunused-variable by Stephan Bergmann · 10 years ago
  3. fe3fd05 add mapKeysToSequence/mapValuesToSequence methods to comphelper by Noel Grandin · 10 years ago
  4. d710266 -Werror,-Wunused-const-variable by Stephan Bergmann · 10 years ago
  5. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  6. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  7. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  8. 6bab381 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  9. 318be4e loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  10. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  11. 3c97116 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  12. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  13. 0b018d2 tdf#39440: fix several warnings reported by cppcheck by Serge Krot · 10 years ago
  14. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  15. e209d11 remove old standalone Sun bug numbers by Noel Grandin · 11 years ago
  16. f891d8c Fix typos by Andrea Gelmini · 11 years ago
  17. 35fd0cf cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  18. ea40756 dtrans: com::sun::star->css by Noel Grandin · 11 years ago
  19. c4f210f dtrans, winaccessibility: consistently use $(gb_UWINAPI) by Michael Stahl · 11 years ago
  20. b712b1f tdf#39440 cppcheck: redundantAssignment by Michael Weghorn · 11 years ago
  21. f17f89a include: inline some use-once typedefs by Noel Grandin · 11 years ago
  22. 8e08edb filter,desktop,dbaccess: inline some use-once typedefs by Noel Grandin · 11 years ago
  23. 372d416 dtrans: reset DropTarget::m_pDropTarget if it is released by Michael Stahl · 11 years ago
  24. 7e495e2 tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  25. cbce40e Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds by Stephan Bergmann · 11 years ago
  26. 64bc8b4 i#107734 Support for Math Input Panel in Windows 7 by Regina Henschel · 11 years ago
  27. 799cc41 Fix typos by Andrea Gelmini · 11 years ago
  28. ae150c6 Fix typos by Andrea Gelmini · 11 years ago
  29. c3c45ff Fix typos by Andrea Gelmini · 11 years ago
  30. b9dd517 some spelling fixes, mostly in Java code by Noel Grandin · 11 years ago
  31. d1ca0f4 Bin some pointless comments and reduce some vertical whitespace by Tor Lillqvist · 11 years ago
  32. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  33. 59a051d Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  34. b06866b Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  35. aa7a829 loplugin:staticfunction by Noel Grandin · 11 years ago
  36. dcde8ab SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILE by Caolán McNamara · 11 years ago
  37. fb14be5 create new 'enum class' SotClipboardFormatId to unify types by Noel Grandin · 11 years ago
  38. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  39. 3e7a6ff Fix for possible unaddressable write. by Ashod Nakashian · 11 years ago
  40. 3da925e Fix warning C4101: ´ex´ : unreferenced local variable by Matteo Casalin · 11 years ago
  41. 5dc23d5 cppcheck: selfAssignment by Caolán McNamara · 11 years ago
  42. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  43. 3a2b1af Fix simple typos. by Andrea Gelmini · 11 years ago
  44. b63571f Typos by Julien Nabet · 11 years ago
  45. 0f867ad dtrans: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  46. 04b183a fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  47. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  48. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  49. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  50. fbf3aa3 spelling: instanciated -> instantiated by Noel Grandin · 12 years ago
  51. a5e5214 dtrans (Windows): std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  52. 7094699 Fix some *_component_getFactory function types by Stephan Bergmann · 12 years ago
  53. d386f88 set names on the Win32-only threads by Michael Stahl · 12 years ago
  54. 9bac4d4 typo: more then -> more than by Takeshi Abe · 12 years ago
  55. b09b5f8 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 by Julien Nabet · 12 years ago
  56. dd33f91 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14 by Julien Nabet · 12 years ago
  57. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  58. 5ec7a58 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 by Julien Nabet · 12 years ago
  59. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  60. c7d6d3d dtrans: sal_Bool->bool by Noel Grandin · 12 years ago
  61. 618a0f8 whitespace for include statements by Thomas Arnhold · 12 years ago
  62. 2ada2b3 typo: dependend -> dependent by Thomas Arnhold · 12 years ago
  63. 5e04ec1 typo: inteface -> interface by Thomas Arnhold · 12 years ago
  64. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  65. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  66. 75bbbf9 Remove visual noise from dtrans by Alexander Wilms · 12 years ago
  67. 3677480 (a/A)utomaticaly -> (a/A)utomatically by Julien Nabet · 12 years ago
  68. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  69. 6e3dee3 Resolves: #i124085# improved support for PNG clipboard format on windows by Armin Le Grand · 12 years ago
  70. 1d512fb Update comment. by Jan Holesovsky · 12 years ago
  71. 88c6cbd fdo#74584: These tags should be lowercase for correct clipboard handling. by Kohei Yoshida · 12 years ago
  72. 6ad41af fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer.. by Alexandre Vicenzi · 12 years ago
  73. 90d39a8 Resolves: #i124085# disabled CF_DIBV5... by Armin Le Grand · 12 years ago
  74. a3f3276 Fix bogus mass-conversion equalsAsciiL -> startsWith by Stephan Bergmann · 12 years ago
  75. 9e77ddc Resolves: #i123817# prepare codebase for updating to boost 1.55 by Herbert Dürr · 12 years ago
  76. 151887a Fix other typos by Julien Nabet · 12 years ago
  77. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  78. 08fe82e Remove unnecessary use of OUString constructor in + expressions by Noel Grandin · 12 years ago
  79. a39d07e Unwind occurrences of deprecated sal_sChar, sal_uChar by Stephan Bergmann · 12 years ago
  80. 3af99e4 convert equalsAsciiL calls to startsWith calls by Noel Grandin · 12 years ago
  81. 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
  82. 7e441ef remove unnecessary use of OUString constructor in DTRANS module by Noel Grandin · 12 years ago
  83. 5285bee remove redundant calls to OUString constructor in if expression by Noel Grandin · 12 years ago
  84. 20658ca Resolves: #i123407# Do not insist on CF_DIBV5 for clipboard data by Armin Le Grand · 12 years ago
  85. 7235d23 fdo#54938: Adapt supportsService implementations to cppu::supportsService by Marcos Paulo de Souza · 13 years ago
  86. 30e72a9 cppcheck: some cleanings by Julien Nabet · 13 years ago
  87. ba083e5 WaE: use number() instead of valueOf() by Tor Lillqvist · 13 years ago
  88. 199ddc1 #i122752# check iterator in each iteration of CFormatEtcContainer::nextFormatEtc()'s loop by Herbert Dürr · 13 years ago
  89. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  90. e0cce52 Resolves: #i121504# Support for alpha channel in clipboard for all systems by Armin Le Grand · 13 years ago
  91. afba998 mingw64: sal_Int32 cannot hold pointer by Fridrich Štrba · 13 years ago
  92. 35a65ba Slowly, but surely going on compiling for mingw64 by Fridrich Štrba · 13 years ago
  93. be8855e Some more win64 "fixes" by Fridrich Štrba · 13 years ago
  94. 95c0d56 use uno::Reference#clear() method... by Noel Grandin · 13 years ago
  95. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  96. cb6d67c Spelling "separate" (etc) correctly is hard by Tor Lillqvist · 13 years ago
  97. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  98. 1cc9bbf gbuild: drop empty use_packages calls by David Tardon · 13 years ago
  99. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  100. 6c7659b move URE headers to include/ by David Tardon · 13 years ago