1. e1e436e Fix typos by Andrea Gelmini · 8 years ago
  2. d71bcc4 Fix typos by Andrea Gelmini · 8 years ago
  3. 0dca402 loplugin:constparam in vcl,svtools by Noel Grandin · 8 years ago
  4. 0b413ca loplugin:constantparam in sal,sax by Noel Grandin · 8 years ago
  5. d9b6f4f loplugin:constmethods in unotools by Noel Grandin · 8 years ago
  6. ffb19c5 ofz#3752 Integer-overflow by Caolán McNamara · 8 years ago
  7. 83fd71e loplugin:constmethod in tools,sax,UnoControls by Noel Grandin · 8 years ago
  8. 89dd6ff ofz#3769 Integer-overflow by Caolán McNamara · 8 years ago
  9. 5209ee4 loplugin:includeform: sax by Stephan Bergmann · 8 years ago
  10. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  11. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  12. 5e381ff allow events to accumulate past limit if an exception is pending by Caolán McNamara · 9 years ago
  13. 1ebf34c protect against short file by Caolán McNamara · 9 years ago
  14. 4025422 ofz: string has to be at least 5 chars long by Caolán McNamara · 9 years ago
  15. 8508e40 ofz: leak on fdo72541-1.fodt by Caolán McNamara · 9 years ago
  16. 3f0fba0 New rtl::isUnicodeScalarValue, rtl::isSurrogate by Stephan Bergmann · 9 years ago
  17. 403c772 sax: allow some debug logging in FastParser by Michael Stahl · 9 years ago
  18. b5368c9 sax: improve README by Michael Stahl · 9 years ago
  19. 65e293f clang-tidy modernize-use-emplace in package..sax by Noel Grandin · 9 years ago
  20. e530a7d tdf#112164 sax: handle errors on last call to XML_Parse() by Michael Stahl · 9 years ago
  21. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  22. 840a97f sax parser: remove long-disabled code by Thorsten Behrens · 9 years ago
  23. 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
  24. b64e564 sax: Check if it starts with 5 bytes of "<?xml" by Takeshi Abe · 9 years ago
  25. 9af8964 RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO by Chris Sherlock · 9 years ago
  26. d5f94d9 loplugin:constparams in basegfx,sax,shell by Noel Grandin · 9 years ago
  27. 2c4c0832 comphelper: move base64 encode/decode helpers from sax by Ashod Nakashian · 9 years ago
  28. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  29. 5034e82 Translate German comments and debug strings (leftovers in dirs sal to sc) by Johnny_M · 9 years ago
  30. 592ab64 loplugin:casttovoid: sax by Stephan Bergmann · 9 years ago
  31. b3b6ce3 Added find function to FastAttributeList: by Mohammed Abdul Azeem · 9 years ago
  32. 979c8c5 loplugin:oncevar in oox..sax by Noel Grandin · 9 years ago
  33. 0f347c0 loplugin:unusedfields in registry..sax by Noel Grandin · 9 years ago
  34. c5bc40a Literal tab character is bad XML, write '&#9;' instead by Eike Rathke · 9 years ago
  35. 420cecf [API CHANGE] Add processingInstruction event to XFastDocumentHandler: by Mohammed Abdul Azeem · 9 years ago
  36. 546c355 use more SAL_N_ELEMENTS part 2 by Noel Grandin · 9 years ago
  37. d43fc40 convert SAX_ARGS_ARG macros to varargs template methods by Noel Grandin · 9 years ago
  38. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  39. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  40. 6c9fb88 tdf#43157: convert sax module away from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  41. 1fdb0e1 Replace all OUString("") with OUString() by Arnaud Versini · 9 years ago
  42. 40b9caf loplugin:salunicodeliteral: sax by Stephan Bergmann · 9 years ago
  43. 3a36cf4 loplugin:checkunusedparams in configmgr and vcl by Noel Grandin · 9 years ago
  44. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  45. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  46. 12162c8 Improved loplugin:redundantcast, static_cast on arithmetic types: sax by Stephan Bergmann · 9 years ago
  47. 2e9fe26 Fix typos by Andrea Gelmini · 9 years ago
  48. 8b25b67 escape invalid XML characters with _xHHHH_ when writing escaped by Eike Rathke · 9 years ago
  49. baca2ec8 FastSaxSerializer: SAL_WARN() when writing invalid XML characters by Eike Rathke · 9 years ago
  50. 3d44199 Better make the zero-initialization more explicit by Stephan Bergmann · 9 years ago
  51. ab92c84 Revert "Fix typos" by jan iversen · 9 years ago
  52. ffd7f8f Fix typos by Andrea Gelmini · 9 years ago
  53. 6af2e7b loplugin:subtlezeroinit: sax by Stephan Bergmann · 9 years ago
  54. 996960f MSVC 14.0: Fix warning C4702: unreachable code by David Ostrovsky · 9 years ago
  55. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  56. d7363da fix linux build by Noel Grandin · 9 years ago
  57. 1461ebb expand out ::sax::Converter::convertNumber to OUString::number by Noel Grandin · 9 years ago
  58. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  59. ef2b434 loplugin: unnecessary destructor oox..sax by Noel Grandin · 9 years ago
  60. b814e4d New loplugin:dynexcspec: Add @throws documentation, sax by Stephan Bergmann · 9 years ago
  61. 18ae77a Also consider saved exceptions when mbEnableThreads is true by Mike Kaganski · 9 years ago
  62. 0cee740 replace #ifdef SOLARIS with #ifdef __sun by Michael Stahl · 9 years ago
  63. 90df5ee new loplugin: useuniqueptr: jvmfwk..sax by Noel Grandin · 9 years ago
  64. cffac9e New loplugin:conststringvar: sax by Stephan Bergmann · 9 years ago
  65. 83d2c51 Adapt to no-longer explicit OUStringLiteral ctor by Stephan Bergmann · 9 years ago
  66. ea13937 loplugin:unnecessaryoverride (dtors) in sax by Stephan Bergmann · 9 years ago
  67. b927c1f tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para. by Tamás Zolnai · 9 years ago
  68. 62223f9 loplugin:unnecessaryoverride by Noel Grandin · 10 years ago
  69. d9280e9 tdf#103159 allow compiling on 12.04 systems still by Justin Luth · 9 years ago
  70. 27be818 loplugin:singlevalfields in l10ntools..sax by Noel Grandin · 10 years ago
  71. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  72. 79a410d loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax) by Stephan Bergmann · 10 years ago
  73. c5a2e96 cid#1371329 Misused comma operator by Noel Grandin · 10 years ago
  74. e64edc4 cid#1371333 Misused comma operator by Noel Grandin · 10 years ago
  75. 174c064 loplugin:stringstatic by Stephan Bergmann · 10 years ago
  76. 18edd88 GSoC - Making legacyfastparser to use tokens: by Mohammed Abdul Azeem · 10 years ago
  77. f60eaab Related: tdf#99312, add specialized interaction handler by Giuseppe Castagno · 10 years ago
  78. f12476f loplugin:countusersofdefaultparams in oox..sd by Noel Grandin · 10 years ago
  79. 916a11d GSoC - moving FastAttributeList::clear to consumer thread: by Mohammed Abdul Azeem · 10 years ago
  80. 84db6c1 GSOC - Avoid tokenizing strings for Unknown elements: by Mohammed Abdul Azeem · 10 years ago
  81. 3aa52d3 GSOC - Handling namespace declaration missing case: by Mohammed Abdul Azeem · 10 years ago
  82. 1fc8fb3 loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  83. 38b596d GSoC - Sync namespace handler calls with elements: by Mohammed Abdul Azeem · 10 years ago
  84. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  85. 900dad1 loplugin:unreffun by Stephan Bergmann · 10 years ago
  86. fdd1c64 GSOC: Adapt XLegacyFastParser to function like XParser. by Mohammed Abdul Azeem · 10 years ago
  87. 22663a1 loplugin:staticmethods by Stephan Bergmann · 10 years ago
  88. 731be5c GSOC: Added test case for mishandle of namespaces. by Mohammed Abdul Azeem · 10 years ago
  89. 025592c loplugin:redundantcast: redundant static_casts in sax by Stephan Bergmann · 10 years ago
  90. 2eb5a59 loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  91. 4e3ed5a use SAL_DEPRECATED in uno::Reference by Noel Grandin · 10 years ago
  92. 0ce234f loplugin:refcounting by Stephan Bergmann · 10 years ago
  93. 48d71ee loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  94. 551a506 GSoC: Mapping legacy sax parser and XFastParser by Mohammed Abdul Azeem · 10 years ago
  95. a3b7ef1 loplugin:refcounting by Stephan Bergmann · 10 years ago
  96. 8f75eee GSoC: sax2/ unit tests: by Mohammed Abdul Azeem · 10 years ago
  97. a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
  98. 4d49c96 Let loplugin:passstuffbyref also look at fn defn not preceded by any decl by Stephan Bergmann · 10 years ago
  99. 0b23eec teach refcounting clang plugin about uno::Reference by Noel Grandin · 10 years ago
  100. fe4e6a9 loplugin:unreffun by Stephan Bergmann · 10 years ago