1. 53f16c3 remove unused typedefs and inline use-once typedefs by Noel Grandin · 10 years ago
  2. 9c20572 use unique_ptr for pImpl in sax/ by Noel Grandin · 10 years ago
  3. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  4. 54d2295 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  5. 60c40af loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  6. 1a3834d loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  7. 5ced1a6 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  8. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  9. e87f71c cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  10. 10e4396 com::sun::star->css in sal,sax by Noel Grandin · 10 years ago
  11. 56e6f0d new loplugin: badvectorinit by Noel Grandin · 11 years ago
  12. d1d6764 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  13. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  14. aadda5d xmloff: fix ODF import of gradient draw:angle attribute a bit by Michael Stahl · 10 years ago
  15. 54bb97a sax: remove obsolete XML_UNICODE code by Michael Stahl · 11 years ago
  16. eaf2c27 boost->std by Caolán McNamara · 11 years ago
  17. 4b6016a loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  18. 61cac95 sax: tdf#88206 replace cppu::WeakImplHelper* by Takeshi Abe · 11 years ago
  19. 336d9a01 Clean up emptyString by Stephan Bergmann · 11 years ago
  20. 7e31857 tdf#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  21. c85cda1 loplugin: defaultparams by Noel Grandin · 11 years ago
  22. 2660d24 new loplugin: refcounting by Noel Grandin · 11 years ago
  23. 38ecca9 inline a bunch of use-once macros by Noel Grandin · 11 years ago
  24. 0a0f9d7 sax: convert MergeMarksEnum to enum class by Michael Stahl · 11 years ago
  25. 2842c5c sax, sw: try to make that maMarkStack easier to understand by Michael Stahl · 11 years ago
  26. cbce40e Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds by Stephan Bergmann · 11 years ago
  27. 04c0b70 loplugin:unusedmethods sax,shell,stoc,basegfx by Noel Grandin · 11 years ago
  28. a551d82 WaE do not us #if for DB_UTIL but #ifdef by Norbert Thiebaud · 11 years ago
  29. 3c45bfb sax: FastSaxSerializer well-formed element test in presence of ... by Michael Stahl · 11 years ago
  30. cf17bef tdf#91378: sax, oox: avoid sending empty strings to character callbacks by Michael Stahl · 11 years ago
  31. a6f5770 Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" by Michael Stahl · 11 years ago
  32. 3b32c58 loplugin:unusedmethods sax,shell,stoc,basegfx by Noel Grandin · 11 years ago
  33. 16e8ffb tdf#91378-Empty Custom Properties are lost while saving in .pptx format by Heena Gupta · 11 years ago
  34. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  35. 4729774 remove unnecessary check for null when calling delete by Noel Grandin · 11 years ago
  36. 4ea281a cppcheck:redundantAssignment by Noel Grandin · 11 years ago
  37. 2c2bafe loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  38. cbf8a5c cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  39. ed1a89f2 cppcheck: throwInNoexceptFunction by Caolán McNamara · 11 years ago
  40. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  41. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  42. f3abca2 Show duplicate attribute by Julien Nabet · 11 years ago
  43. 0cff0af Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  44. aa69a97 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  45. a98887d Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  46. 1a08ce7 loplugin:staticfunction by Noel Grandin · 11 years ago
  47. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  48. 5df77f0 make parsing more cautious with exceptions by Lionel Elie Mamane · 11 years ago
  49. 4f7a1f5 fdo#75757: Remove inheritance from std::vector by Matthew Pottage · 11 years ago
  50. 87934ed destructors are not allowed to throw by Lionel Elie Mamane · 11 years ago
  51. 4add6c3 add assert that first element is 0 by Caolán McNamara · 11 years ago
  52. 7f0dcdf sax: minor optimization by Michael Meeks · 11 years ago
  53. c0c1b01 WaE: warning C4101: ´e´ : unreferenced local variable by Caolán McNamara · 11 years ago
  54. c71f888 sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptions by Michael Stahl · 11 years ago
  55. f0d6e0e sax: there is no OUStringBuffer(char) ctor by Michael Stahl · 11 years ago
  56. abf1333 Some more loplugin:cstylecast: sax by Stephan Bergmann · 11 years ago
  57. 0be5d2b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  58. 8abd002 fdo#39440 sax, sc: reduce scope of local variables by Michael Weghorn · 11 years ago
  59. f4fbcef sax: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  60. 58138d1 sax: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  61. 848adf4 fastparser: Redundant check after assert by Matúš Kukan · 11 years ago
  62. a09a709 Prevent hang during loading of xlsm doc. by Kohei Yoshida · 11 years ago
  63. 4a75792 fix crash-190212-093017-986 by Caolán McNamara · 11 years ago
  64. 285cd83 We need to tell libxml2 parser to decode entities. by Kohei Yoshida · 11 years ago
  65. 373daf5 Add message to exception by Matúš Kukan · 11 years ago
  66. 1307c65 proper error reporting from libxml2 by Luboš Luňák · 11 years ago
  67. 0df9ac4 make FastSaxParser provide the whole content in one characters() call by Luboš Luňák · 11 years ago
  68. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  69. 169562f windows blind fix by Markus Mohrhard · 11 years ago
  70. 82d0858 switch saxparser from expat to libxml2 by Luboš Luňák · 11 years ago
  71. 8a75daf make FastAttributeList's unknown attribute value be passed as OString by Luboš Luňák · 11 years ago
  72. 95cec52 allow inserting attributes that have zero length by Luboš Luňák · 11 years ago
  73. 6df3d5e remove pointless const_cast by Luboš Luňák · 11 years ago
  74. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  75. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  76. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  77. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  78. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  79. 6c76169 coverity#1249458 Explicit null dereferenced by Caolán McNamara · 11 years ago
  80. 4d08aba coverity#1249457 writeFastAttributeList never takes NULL by Caolán McNamara · 11 years ago
  81. 23b348e coverity#982640 Missing break in switch by Caolán McNamara · 11 years ago
  82. bb72ad2 WaE: implicit conversion of NULL constant to 'nullptr_t' by Tor Lillqvist · 11 years ago
  83. 0c24fae FastSerializer: Also use cache for writing to ForMerge if we are inside mark() by Matúš Kukan · 12 years ago
  84. d958e6d FastSerializer: Simplify OUString write a bit more by Matúš Kukan · 12 years ago
  85. f89cace FastSerializer: Avoid some cycles when dealing with doubles by Matúš Kukan · 12 years ago
  86. 03040ac FastSerializer: Use fixed sized Sequence directly as cache by Matúš Kukan · 12 years ago
  87. 25eba21 FastSerializer: Use -1 for unknown string length by Matúš Kukan · 12 years ago
  88. f39d69f Remove few pointless OUString::number() and one method by Matúš Kukan · 12 years ago
  89. 5f46a7a FastSerializer: Faster write(OUString): add ascii check by Matúš Kukan · 12 years ago
  90. eb8e7a7 FastSerializer: Simplify a bit by Matúš Kukan · 12 years ago
  91. 865fc15 Unused includes / using-declarations by Matúš Kukan · 12 years ago
  92. d8af144 FastSerializer: Use faster TokenValue struct when possible by Matúš Kukan · 12 years ago
  93. dbbbea6 FastSerializer: Simplify cache to be fixed sized buffer by Matúš Kukan · 12 years ago
  94. 6590644 This was OString already; use it that way by Matúš Kukan · 12 years ago
  95. ea052e7 FastSerializer: Have own fast cache buffer implementation for XOutputStream by Matúš Kukan · 12 years ago
  96. 4060623 FastSerializer: avoid some more OStrings by Matúš Kukan · 12 years ago
  97. 50d2ffd FastSerializer: Use FastAttributeList directly to write faster. by Matúš Kukan · 12 years ago
  98. e1c503a fastparser: avoid allocating un-used FastTokenLookup class. by Michael Meeks · 12 years ago
  99. b98b477 FastSerializer: Remove throw specs; this is not UNO implementation by Matúš Kukan · 12 years ago
  100. 20538c2 FastSerializer: Avoid sequences where possible by Matúš Kukan · 12 years ago