1. efc91dd tdf#109177: Fix expected type of Orientation attr by Stephan Bergmann · 9 years ago
  2. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  3. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  4. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  5. 34ca5a2 tdf#43157: convert xmlscript from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  6. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  7. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  8. c113ade tdf#107029 xmlscript: fix enum conversion by Miklos Vajna · 9 years ago
  9. f79c466 Improved loplugin:redundantcast, static_cast on arithmetic types: xmlscript by Stephan Bergmann · 9 years ago
  10. f194540 loplugin:redundantcast check for c-style float casts by Noel Grandin · 9 years ago
  11. 843cb68 xmlscript: fix -Werror=maybe-uninitialized by Miklos Vajna · 9 years ago
  12. 0fe6f1a use actual UNO enums in vcl..xmlsecurity by Noel Grandin · 9 years ago
  13. da56de9 remove type decorations on char literals by Jochen Nitschke · 9 years ago
  14. 74117f9 Fix typos by Andrea Gelmini · 9 years ago
  15. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  16. c1877a1 loplugin:unusedfields by Noel Grandin · 9 years ago
  17. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  18. b4fe924 Typo: progess->progress by Julien Nabet · 9 years ago
  19. f1d83ac loplugin:stringconstant check for unnecessary OUString constructor.. by Noel Grandin · 9 years ago
  20. 4511431 improve "unnecessary user-declared destructor" check by Noel Grandin · 9 years ago
  21. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  22. db2991d cppcheck: multiCondition by Jochen Nitschke · 9 years ago
  23. 7c58eba New loplugin:dynexcspec: Add @throws documentation, xmlscript by Stephan Bergmann · 9 years ago
  24. 968f6a7 new loplugin: useuniqueptr: unotools..xmlscript by Noel Grandin · 9 years ago
  25. 43e8797 use rtl::Reference in ExtendedAttributes by Noel Grandin · 9 years ago
  26. 9352318 use rtl::Reference in ElementBase by Noel Grandin · 9 years ago
  27. 9dbb143 New loplugin:externvar: xmlscript by Stephan Bergmann · 9 years ago
  28. 2f7ccd1 extend unusedfields loplugin to find fields that can be private by Noel Grandin · 9 years ago
  29. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  30. 7024963 loplugin:constantparam in vcl..xmlscript by Noel Grandin · 10 years ago
  31. 6d4f2dc Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendar by Eike Rathke · 10 years ago
  32. 7e781aa Clean up uses of Any::getValue() in xmlscript by Stephan Bergmann · 10 years ago
  33. 0323253 remove some manual ref-counting by Noel Grandin · 10 years ago
  34. 95d20a3 Revert "remove some manual ref-counting" by Noel Grandin · 10 years ago
  35. 111de43 remove some manual ref-counting by Noel Grandin · 10 years ago
  36. 96fab05 clang-tidy modernize-loop-convert in writerfilter to xmlsecurity by Noel Grandin · 10 years ago
  37. 11b3262 loplugin:nullptr by Stephan Bergmann · 10 years ago
  38. 2894df6 sal_Bool -> bool by Stephan Bergmann · 10 years ago
  39. d46bfe1 tdf#74608 Constructor function for XMLBasicExporter by Yeliz Taneroğlu · 10 years ago
  40. 955ca13 tdf#74608 Constructor function for XMLBasicImporter by Yeliz Taneroğlu · 10 years ago
  41. 2dc8f1b tdf#74608 Constructor function for XMLOasisBasicImporter by Yeliz Taneroğlu · 10 years ago
  42. b8c04ea tdf#74608 Constructor function for XMLOasisBasicExporter by Yeliz Taneroğlu · 10 years ago
  43. ef0161b loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  44. a3858ed Use cast to bool to normalize sal_Bool values by Stephan Bergmann · 10 years ago
  45. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  46. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  47. bef802a tdf#99172 support for vertical align import/export property for text boxes by Vasily Melenchuk · 10 years ago
  48. 5b32ba4 -fsanitize=nonnull-attribute by Stephan Bergmann · 10 years ago
  49. db43ef0 sequence->vector in xmlscript by Noel Grandin · 10 years ago
  50. 8988d1a Avoid reserved identifier by Stephan Bergmann · 10 years ago
  51. 0a8c9fd tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  52. 4fbf95d new loplugin:unuseddefaultparams by Noel Grandin · 10 years ago
  53. 778e9a6 new loplugin: find write-only fields by Noel Grandin · 10 years ago
  54. e9a2e04 OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that by Caolán McNamara · 10 years ago
  55. 91a5acf loplugin:unusedmethods unused return value in xmlscript/ by Noel Grandin · 10 years ago
  56. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  57. bea8a7a cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  58. a218039 loplugin:unusedfields in xmlscript,xmlsecurity by Noel Grandin · 10 years ago
  59. ffdd3c6 tdf#80047: load&save align and valign attributes of NumericField by Oliver Specht · 10 years ago
  60. 93ca224 com::sun::star->css in xmlscript/ by Noel Grandin · 10 years ago
  61. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  62. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  63. 6de82da loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  64. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  65. 28d6393 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  66. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  67. 4678982 Fix typos by Andrea Gelmini · 11 years ago
  68. 31ebd9f boost->std by Caolán McNamara · 11 years ago
  69. 0696271 xmlscript: tdf#88206 replace cppu::WeakImplHelper* by Takeshi Abe · 11 years ago
  70. a4fd6c4 inline some use-once typedefs by Noel Grandin · 11 years ago
  71. 1c5f07e Fix typos by Andrea Gelmini · 11 years ago
  72. afcf1ec loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  73. dcee23b cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  74. 869e477 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  75. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  76. e4688a3 loplugin:staticmethods by Noel Grandin · 11 years ago
  77. 42c848c Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  78. 6485183 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  79. b512522 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  80. f1ffba8 constify by Lionel Elie Mamane · 11 years ago
  81. e57febd proper indentation by Lionel Elie Mamane · 11 years ago
  82. 87934ed destructors are not allowed to throw by Lionel Elie Mamane · 11 years ago
  83. ff26f02 xmlscript: fix import/export of dialog radio-buttons by Michael Stahl · 11 years ago
  84. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  85. ad3e098 WaE: implicit conversion of literal of type 'int' to 'bool' by Tor Lillqvist · 11 years ago
  86. 199cec3 remove spurious xDocStorage temp by Caolán McNamara · 11 years ago
  87. 4114601 Resolves: #i98734# save/load ScaleMode property of image control on dialogs by Tsutomu Uchino · 11 years ago
  88. be06f34 Some more loplugin:cstylecast: xmlscript by Stephan Bergmann · 11 years ago
  89. bfe79b5 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  90. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  91. eabf036 xmlscript: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  92. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  93. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  94. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  95. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  96. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  97. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  98. 389beae xmlscript: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  99. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  100. 76e04ae Rename LO-specific uno ini-file (Linux: program/unorc) to "louno" by Stephan Bergmann · 12 years ago