1. 1704221 comphelper: add LibreOfficeKit::set/isViewCallback() by Miklos Vajna · 11 years ago
  2. 22b80ac boost->std by Caolán McNamara · 11 years ago
  3. 03be785 framework: yet another WeakImplHelper<XPropertySetInfo> dupcliate by Michael Stahl · 11 years ago
  4. 6fcaaca comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelper by Michael Stahl · 11 years ago
  5. 1d6cd01 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  6. 6900bf4 o3tl/cow_wrapper: remove boost dependency by Daniel Robertson · 11 years ago
  7. fe6c124 Remove demonstrated-useless comphelper::compare by Stephan Bergmann · 11 years ago
  8. 5ff8f80 Demonstrate comphelper::compare is useless by Stephan Bergmann · 11 years ago
  9. 63de6ba There is no css::uno::Sequence<sal_uInt8> in UNO by Stephan Bergmann · 11 years ago
  10. 39ce314 comphelper::isA(Type... -> Type == cppu::UnoType... by Stephan Bergmann · 11 years ago
  11. d21260c Remove two silly typedefs by Stephan Bergmann · 11 years ago
  12. 5da0dce Consolidate isFileUrl checks by Stephan Bergmann · 11 years ago
  13. 4f87e9d loplugin: defaultparams by Noel Grandin · 11 years ago
  14. eab0ae6 cppcheck: nullPointerRedundantCheck by Caolán McNamara · 11 years ago
  15. 3ff2e30 cui,connectivity: inline some use-once typedefs by Noel Grandin · 11 years ago
  16. 819fd24 comphelper: replace boost::function with std::function by Michael Stahl · 11 years ago
  17. 18110ca comphelper, desktop: fix MSVC mergedlib link failure by Michael Stahl · 11 years ago
  18. d74436f com::sun::star->css in comphelper by Noel Grandin · 11 years ago
  19. 11f24bc tdf#92130 fix DoEvents to be recognized as keyword by Marek Doležel · 11 years ago
  20. b12c835d coverity#1312139 random byte is deliberate by Caolán McNamara · 11 years ago
  21. bc9a8dd tdf#82744: fix WebDAV lock/unlock behaviour - part 2 by Giuseppe Castagno · 11 years ago
  22. a890a76 tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  23. 9f27e5b Fix typos by Andrea Gelmini · 11 years ago
  24. e363123 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  25. 5b2f823 add a SAL_RAND_REPEATABLE for repeatable random nums by Caolán McNamara · 11 years ago
  26. ffa8892 Fix typos by Andrea Gelmini · 11 years ago
  27. 10a7c82 coverity#1308587 Uncaught exception by Caolán McNamara · 11 years ago
  28. b55166d Revert "return and use std::vector from OInterfaceContainerHelper" by Noel Grandin · 11 years ago
  29. e57314f return and use std::vector from OInterfaceContainerHelper by Noel Grandin · 11 years ago
  30. 6390d2c52 Get rid of comphelper::string::is*Ascii functions by Stephan Bergmann · 11 years ago
  31. 3fb56b3 Simplify comphelper::string::isdigitAsciiString definitions by Stephan Bergmann · 11 years ago
  32. 0655f98 Drop duplicate #includes by Takeshi Abe · 11 years ago
  33. aade275 Fix typos by Andrea Gelmini · 11 years ago
  34. 9ed0339 Fix typos by Andrea Gelmini · 11 years ago
  35. bcace9a Add SwTiledRenderingTest::testGetTextSelection() testcase. by Miklos Vajna · 11 years ago
  36. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  37. 3fa7b0b Fix typos by Andrea Gelmini · 11 years ago
  38. 46e1236 Fix insertion and deletion in IndexedPropertyValuesContainer by Matthew J. Francis · 11 years ago
  39. a941df0 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  40. 66a0a37 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  41. 8161056 uno::Sequence provides now begin and end by Noel Grandin · 11 years ago
  42. cd93d5f loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  43. bfd33a8 callcatcher: update unused code by Caolán McNamara · 11 years ago
  44. 6240967 callcatcher: update unused code by Caolán McNamara · 11 years ago
  45. 708f0d2 comphelper::PropertySetInfo: convert legacy assertion by Michael Stahl · 11 years ago
  46. 24dbd76 comphelper::PropertySetInfo remove unused parameter by Michael Stahl · 11 years ago
  47. 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
  48. 4472423 Add support for progress bar callbacks to LibreOfficeKit clients by Tor Lillqvist · 11 years ago
  49. c47f7df sal/log.hxx is what was missing by Stephan Bergmann · 11 years ago
  50. 776d74b If using std::random_device fails, fall back to just time(nullptr) by Tor Lillqvist · 11 years ago
  51. 011563a seed mt19937 with random data by Norbert Thiebaud · 11 years ago
  52. eaf4104 comphelper::dispatchCommand: allow passing command arguments by Miklos Vajna · 11 years ago
  53. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  54. da36fc8 No more need for PartialWeakComponentImplHelper here by Stephan Bergmann · 11 years ago
  55. 4592d27 Get rid of trivial comphelper::in-/decrement wrappers by Stephan Bergmann · 11 years ago
  56. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  57. cbd8587 Move osl::LibreOfficeKit stuff to comphelper for now by Tor Lillqvist · 11 years ago
  58. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  59. 7bcf64c Add isReadOnly() support to simplified configuration access by Stephan Bergmann · 11 years ago
  60. a88a386 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  61. 026b17b V597: introduce a rtl_secureZeroMemory by Caolán McNamara · 11 years ago
  62. 581c507 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  63. 962b773 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  64. c4a9241 new clang plugin: staticmethods by Noel Grandin · 11 years ago
  65. 944d1fd fix windows build and sal_Bool->bool by Caolán McNamara · 11 years ago
  66. 4d2de58 fix windows build by Noel Grandin · 11 years ago
  67. 48bb291 convert SFX_FILTER_ constants to enum class by Noel Grandin · 11 years ago
  68. a250e9d Factor out the .uno: command dispatching to a separate function / file. by Jan Holesovsky · 11 years ago
  69. b1534ed tdf#89592 Using initializer_lists to populate Sequence<PropertyValue> by Swachhand Lokhande · 11 years ago
  70. d22519f V801: Decreased performance by Caolán McNamara · 11 years ago
  71. 802fe48 comphelper: compare implemented as subtraction by Michael Stahl · 11 years ago
  72. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  73. 01a8bda boost::noncopyable->'= delete' by Caolán McNamara · 11 years ago
  74. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  75. f8b8070 these can all be made const by Caolán McNamara · 11 years ago
  76. e818882 comphelper: add SAL_INFO for exception when graphic cannot be loaded by Michael Stahl · 11 years ago
  77. e92e195 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  78. 4f7a1f5 fdo#75757: Remove inheritance from std::vector by Matthew Pottage · 11 years ago
  79. c7258cf shared_ptr<T>(new T(args)) -> make_shared<T>(args) by Caolán McNamara · 11 years ago
  80. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  81. 893362b comphelper: do not use "r" prefix for uno::Reference by Michael Stahl · 11 years ago
  82. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  83. 8764134 Some more loplugin:cstylecast: comphelper by Stephan Bergmann · 11 years ago
  84. d3ce5b2 Fix getTypes() of OPropertySetHelper and derived by Stephan Bergmann · 11 years ago
  85. 591ef97 Really remove events by Julien Nabet · 11 years ago
  86. dc5ae42 include time.h for time by Caolán McNamara · 11 years ago
  87. 18ad91e boost::random->std::random by Caolán McNamara · 11 years ago
  88. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  89. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  90. 85bcf06 comphelper: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  91. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  92. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  93. dd6c337 java: remove some comment noise by Noel Grandin · 11 years ago
  94. b9ca4de From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUri by Stephan Bergmann · 11 years ago
  95. fced316 comphelper::SequenceAsHashMap: throw IllegalArgumentException by Stephan Bergmann · 11 years ago
  96. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  97. bbb675d Some more compareVersionStrings() tests by Tor Lillqvist · 11 years ago
  98. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  99. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  100. ca2fefb Add a function to compare version number strings by Tor Lillqvist · 11 years ago