1. 0501869 Fix typos by Andrea Gelmini · 9 years ago
  2. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  3. 2e8acde remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
  4. ff1f6a5 remove UL/L suffixes from integer constants in initialiser/call expressions by Noel Grandin · 9 years ago
  5. e026cf6 xmloff: fix crash on exporting non-loadable external image URL by Michael Stahl · 9 years ago
  6. eee6d1a Using static_cast instead of dynamic_cast: by Mohammed Abdul Azeem · 9 years ago
  7. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  8. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  9. a209172 loplugin:constantparam by Noel Grandin · 9 years ago
  10. a1e0232 Use OUString::clear by Stephan Bergmann · 9 years ago
  11. 8fe86fb tdf#87592 Consistent terminology for Master Slides by heiko tietze · 9 years ago
  12. 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
  13. ce1b56a add initial file format representation for data import feature by Markus Mohrhard · 9 years ago
  14. 977a676 loplugin:constparams in xmloff by Noel Grandin · 9 years ago
  15. 4469b29 tdf#109202 Add mimetype to image element by Samuel Mehrbrodt · 9 years ago
  16. d5c8f58 correct some Date related types by Jochen Nitschke · 9 years ago
  17. f3053022 Mark SvXMLTokenMapEntry arrays as constant by Takeshi Abe · 9 years ago
  18. 5f29fb1 Use isEmpty instead of getLength by Samuel Mehrbrodt · 9 years ago
  19. 2fffaf6 loplugin:unusedmethods by Noel Grandin · 9 years ago
  20. feb5480 Typo: tyoe->type by Julien Nabet · 9 years ago
  21. 0ebd75c Fix typos by Andrea Gelmini · 9 years ago
  22. fcd0361 Eliminate Date::operator+=() and -=() and replace with Date::AddDays() by Eike Rathke · 9 years ago
  23. d7ba631 xmloff: don't warn on future LO versions, SAL_INFO is enough by Michael Stahl · 9 years ago
  24. 615c2a2 tdf#109228: FILESAVE: ODT: Anchor changed to 'to character' after RT by Tamás Zolnai · 9 years ago
  25. 8bedbc3 loplugin:constparams in xmloff by Noel Grandin · 9 years ago
  26. f148100 tdf#109080 First page header/footer ODF (2/2) by Luke Deller · 9 years ago
  27. 77c7046 revert fix typos by Thorsten Behrens · 9 years ago
  28. a976fa5 mxStatusIndicator is unused by Noel Grandin · 9 years ago
  29. 1802cfc mxStatusIndicator is unused by Noel Grandin · 9 years ago
  30. bd5a91f m_xExtHandler is unused by Noel Grandin · 9 years ago
  31. 58ccac4 tdf#108824 Honor ODF default for "Mouse pointer visible" property by Samuel Mehrbrodt · 9 years ago
  32. e56596e Fix typos by Andrea Gelmini · 9 years ago
  33. bff8cd3 tdf#109080 First page header/footer ODF (1/2) by Luke Deller · 9 years ago
  34. db38600 extend loplugin useuniqueptr to OUString pointers by Noel Grandin · 9 years ago
  35. b3992dd xmloff: ODF export: fix redundant setting of GraphicStreamURL swapping by Michael Stahl · 9 years ago
  36. daf177f use more OUString::operator== in test..xmlsecurity by Noel Grandin · 9 years ago
  37. efbf75b tdf#108824 Save "Mouse pointer visible" property by Samuel Mehrbrodt · 9 years ago
  38. 2357314 loplugin:oncevar: empty strings: xmloff by Stephan Bergmann · 9 years ago
  39. 57ffece loplugin:useuniqueptr in xmloff by Noel Grandin · 9 years ago
  40. 539c75b strip some linefeeds from the end of debug output by Noel Grandin · 9 years ago
  41. 05f47e6 replace 'resize(size+1)' with emplace_back by Noel Grandin · 9 years ago
  42. f9b104a simplify some OUString::concat usage by Noel Grandin · 9 years ago
  43. 7de833a simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) by Noel Grandin · 9 years ago
  44. 65e4a77 simplify some OUString::copy calls by Noel Grandin · 9 years ago
  45. 20571c4 use more range-for on uno::Sequence by Noel Grandin · 9 years ago
  46. b401896 Helper function to cast to FastAttributeList: by Mohammed Abdul Azeem · 9 years ago
  47. 5364990 Adding an overloaded IsXMLToken method: by Mohammed Abdul Azeem · 9 years ago
  48. 43a6b59 simplify some OUString compareTo calls by Noel Grandin · 9 years ago
  49. 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
  50. 7878bcf xmloff: Updated XMLTextListBlockContext to insert elements before NumRules by Varun Dhall · 9 years ago
  51. 868d8c8 loplugin:unnecessaryparen handle parens inside call expr by Noel Grandin · 9 years ago
  52. db47410 C++11 remove std::binary_function bases from functors by Jochen Nitschke · 9 years ago
  53. ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
  54. a1ead1a loplugin unnecessaryparan improvements by Noel Grandin · 9 years ago
  55. 789433d xmloff: XMLTextStyleContext: remove property name constant members by Michael Stahl · 9 years ago
  56. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  57. f99ff13 xmloff: prefix members of XMLTextStyleContext by Michael Stahl · 9 years ago
  58. c4ddf6c C++11 remove std::unary_function bases from functors by Jochen Nitschke · 9 years ago
  59. de93c62 loplugin:casttovoid: xmloff by Stephan Bergmann · 9 years ago
  60. 979d58c loplugin:unusedfields in toolkit..xmloff by Noel Grandin · 9 years ago
  61. b3b6ce3 Added find function to FastAttributeList: by Mohammed Abdul Azeem · 9 years ago
  62. 497e40a improve refcounting loplugin by Noel Grandin · 9 years ago
  63. d6da9e4 Using range-for instead of iterator loop: by Mohammed Abdul Azeem · 9 years ago
  64. cb96678 loplugin:oncevar in xmloff by Noel Grandin · 9 years ago
  65. c44d9f9 Using fast tokens directly: by Mohammed Abdul Azeem · 9 years ago
  66. 6e427e0 xmloff: remove duplicate XML_NAMESPACE_##prefix##_IDX macros by Michael Stahl · 9 years ago
  67. 7562c5f tdf#107584: Load/save page background transparency by Katarina Behrens · 9 years ago
  68. 5286326 convert ErrCode to strong typedef by Noel Grandin · 9 years ago
  69. f6add3f Remove useless if() condition by Eike Rathke · 9 years ago
  70. 29f250c Resolves: tdf#107438 write <text:sender-initials> for fields by Eike Rathke · 9 years ago
  71. b9ec99b Fix typos by Andrea Gelmini · 9 years ago
  72. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  73. 83f9325 loplugin:unusedfields xmlhelp..xmlsecurity by Noel Grandin · 9 years ago
  74. b70fa47 use more SAL_N_ELEMENTS part 1 by Noel Grandin · 9 years ago
  75. a5b4cb3 tdf#103091 conditional style conditions not saved by Troy Rollo · 9 years ago
  76. ffc2e93 Reverse mapping fastToken to NamespaceURI: by Mohammed Abdul Azeem · 9 years ago
  77. d4d737d Fix typos by Andrea Gelmini · 9 years ago
  78. febbad7 cleanup unused css/frame/* includes by Jochen Nitschke · 9 years ago
  79. 0e2a6e8 remove some unnecessary use of OUStringBuffer by Noel Grandin · 9 years ago
  80. 0703af9 Exporting EditEngine document into a buffer with ODF Filter by Varun Dhall · 9 years ago
  81. f60603a typos by Julien Nabet · 9 years ago
  82. f9efb26 Improved loplugin:cstylecast to reference types: xmloff by Stephan Bergmann · 9 years ago
  83. 17a2c9e clang-tidy performance-unnecessary-value-param by Noel Grandin · 9 years ago
  84. 903bd0d Improved loplugin:redundantcast const_cast handling: xmloff by Stephan Bergmann · 9 years ago
  85. 064a015 use std::vector in OListAndComboImport by Noel Grandin · 9 years ago
  86. 307be8c clang-tidy readability-redundant-control-flow by Noel Grandin · 9 years ago
  87. 709040e remove duplicate 'using namespace' by Jochen Nitschke · 9 years ago
  88. db38e3f tdf#108231 tdf#108109 xmloff: SvxUnoDrawingModel doesn't implement... by Michael Stahl · 9 years ago
  89. 22c6554 xmloff: move in xmlmultiimagehelper.hxx from include/ by Miklos Vajna · 9 years ago
  90. 1094fed getUtf8TokenName can return by const ref by Noel Grandin · 9 years ago
  91. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  92. 4a340e3 loplugin:constantparam by Noel Grandin · 9 years ago
  93. a7bfced Optimizations: by Mohammed Abdul Azeem · 9 years ago
  94. 8f999d65 cleanup unused css/animations/ and css/presentation/ includes by Jochen Nitschke · 9 years ago
  95. a0b93fe cleanup unused css/script/ includes by Jochen Nitschke · 9 years ago
  96. d1de267 This file path can be referenced in git. by Kohei Yoshida · 9 years ago
  97. 624ec19 This README is in markdown format now. by Kohei Yoshida · 9 years ago
  98. ba9c7c9 loplugin:stringcopy: xmloff by Stephan Bergmann · 9 years ago
  99. 52ef15c Revert "Fix typos" by Stephan Bergmann · 9 years ago
  100. 26a6700 Fix typos by Andrea Gelmini · 9 years ago