1. 95d20a3 Revert "remove some manual ref-counting" by Noel Grandin · 10 years ago
  2. 111de43 remove some manual ref-counting by Noel Grandin · 10 years ago
  3. 96fab05 clang-tidy modernize-loop-convert in writerfilter to xmlsecurity by Noel Grandin · 10 years ago
  4. 11b3262 loplugin:nullptr by Stephan Bergmann · 10 years ago
  5. 2894df6 sal_Bool -> bool by Stephan Bergmann · 10 years ago
  6. d46bfe1 tdf#74608 Constructor function for XMLBasicExporter by Yeliz Taneroğlu · 10 years ago
  7. 955ca13 tdf#74608 Constructor function for XMLBasicImporter by Yeliz Taneroğlu · 10 years ago
  8. 2dc8f1b tdf#74608 Constructor function for XMLOasisBasicImporter by Yeliz Taneroğlu · 10 years ago
  9. b8c04ea tdf#74608 Constructor function for XMLOasisBasicExporter by Yeliz Taneroğlu · 10 years ago
  10. ef0161b loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  11. a3858ed Use cast to bool to normalize sal_Bool values by Stephan Bergmann · 10 years ago
  12. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  13. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  14. bef802a tdf#99172 support for vertical align import/export property for text boxes by Vasily Melenchuk · 10 years ago
  15. 5b32ba4 -fsanitize=nonnull-attribute by Stephan Bergmann · 10 years ago
  16. db43ef0 sequence->vector in xmlscript by Noel Grandin · 10 years ago
  17. 8988d1a Avoid reserved identifier by Stephan Bergmann · 10 years ago
  18. 0a8c9fd tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  19. 4fbf95d new loplugin:unuseddefaultparams by Noel Grandin · 10 years ago
  20. 778e9a6 new loplugin: find write-only fields by Noel Grandin · 10 years ago
  21. e9a2e04 OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that by Caolán McNamara · 10 years ago
  22. 91a5acf loplugin:unusedmethods unused return value in xmlscript/ by Noel Grandin · 10 years ago
  23. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  24. bea8a7a cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  25. a218039 loplugin:unusedfields in xmlscript,xmlsecurity by Noel Grandin · 10 years ago
  26. ffdd3c6 tdf#80047: load&save align and valign attributes of NumericField by Oliver Specht · 10 years ago
  27. 93ca224 com::sun::star->css in xmlscript/ by Noel Grandin · 10 years ago
  28. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  29. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  30. 6de82da loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  31. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  32. 28d6393 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  33. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  34. 4678982 Fix typos by Andrea Gelmini · 11 years ago
  35. 31ebd9f boost->std by Caolán McNamara · 11 years ago
  36. 0696271 xmlscript: tdf#88206 replace cppu::WeakImplHelper* by Takeshi Abe · 11 years ago
  37. a4fd6c4 inline some use-once typedefs by Noel Grandin · 11 years ago
  38. 1c5f07e Fix typos by Andrea Gelmini · 11 years ago
  39. afcf1ec loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  40. dcee23b cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  41. 869e477 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  42. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  43. e4688a3 loplugin:staticmethods by Noel Grandin · 11 years ago
  44. 42c848c Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  45. 6485183 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  46. b512522 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  47. f1ffba8 constify by Lionel Elie Mamane · 11 years ago
  48. e57febd proper indentation by Lionel Elie Mamane · 11 years ago
  49. 87934ed destructors are not allowed to throw by Lionel Elie Mamane · 11 years ago
  50. ff26f02 xmlscript: fix import/export of dialog radio-buttons by Michael Stahl · 11 years ago
  51. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  52. ad3e098 WaE: implicit conversion of literal of type 'int' to 'bool' by Tor Lillqvist · 11 years ago
  53. 199cec3 remove spurious xDocStorage temp by Caolán McNamara · 11 years ago
  54. 4114601 Resolves: #i98734# save/load ScaleMode property of image control on dialogs by Tsutomu Uchino · 11 years ago
  55. be06f34 Some more loplugin:cstylecast: xmlscript by Stephan Bergmann · 11 years ago
  56. bfe79b5 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  57. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  58. eabf036 xmlscript: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  59. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  60. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  61. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  62. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  63. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  64. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  65. 389beae xmlscript: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  66. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  67. 76e04ae Rename LO-specific uno ini-file (Linux: program/unorc) to "louno" by Stephan Bergmann · 12 years ago
  68. 0439f66 xmlscript: avoid accessing [0] of an emptry string by Norbert Thiebaud · 12 years ago
  69. 2d4b87f ODF export: don't write invalid "group-name" attribute by Michael Stahl · 12 years ago
  70. e2080e7 new compilerplugin returnbyref by Noel Grandin · 12 years ago
  71. dfd44d0 xmlscript: remove SAL_THROW macro by Noel Grandin · 12 years ago
  72. b312a38 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  73. 626a428 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  74. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  75. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  76. debe137 xmlscript: remove using namespace from headers by Thomas Arnhold · 12 years ago
  77. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  78. 63dc7b1 SCROLLABLEFRAME never defined by Thomas Arnhold · 12 years ago
  79. 115b295 Clean up function declarations by Stephan Bergmann · 12 years ago
  80. 62a4722 xmlscript: sal_Bool->bool by Noel Grandin · 12 years ago
  81. 21dcef5 xmlscript: sal_Bool->bool by Noel Grandin · 12 years ago
  82. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  83. 1f22471 coverity#708728 Uninitialized scalar field by Caolán McNamara · 12 years ago
  84. 1287c3c coverity#708730 Uninitialized scalar field by Caolán McNamara · 12 years ago
  85. 920560b coverity#708732 Uninitialized scalar field by Caolán McNamara · 12 years ago
  86. 297183a coverity#708733 Uninitialized scalar field by Caolán McNamara · 12 years ago
  87. 625b276 coverity#708734 Uninitialized scalar field by Caolán McNamara · 12 years ago
  88. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  89. a22ae26 Remove visual noise from xmlscript by Alexander Wilms · 12 years ago
  90. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  91. 6c594bc coverity#984352 Uninitialized scalar field by Caolán McNamara · 12 years ago
  92. f139c10 fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsService by Alexandre Vicenzi · 12 years ago
  93. ff4e258 bool improvements by Stephan Bergmann · 12 years ago
  94. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  95. 08fe82e Remove unnecessary use of OUString constructor in + expressions by Noel Grandin · 12 years ago
  96. 7ef3b65 xmlscript: include <> for external includes by Norbert Thiebaud · 12 years ago
  97. 8df17a3 gbuild: set Package default target to INSTDIR by Michael Stahl · 12 years ago
  98. ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
  99. 77b6b4a CID#1103755 unint members by Caolán McNamara · 12 years ago
  100. c5c4ab6 sal_Bool to bool by Takeshi Abe · 13 years ago