1. 17281e8 All image cleanup related change in one commit for perf test by Zolnai Tamás · 11 years ago
  2. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  3. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  4. 76dce95 coverity#705391: xmloff: XMLMergeElemTransformerContext misuse of enum by Michael Stahl · 11 years ago
  5. 18995b5 coverity#1250700 Uninitialized scalar field by Caolán McNamara · 11 years ago
  6. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  7. 4f93d69 coverity#705348 Missing break in switch by Eike Rathke · 11 years ago
  8. c0a5d39 fdo#80403: Import baseclasses implement FastParser interfaces by Daniel Sikeler · 11 years ago
  9. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  10. c090ecc coverity#735663 Division or modulo by zero by Caolán McNamara · 11 years ago
  11. 521b973 XM_TOK_UNKNOWN needs to be in the value range of XMLImageMapToken (ubsan) by Stephan Bergmann · 11 years ago
  12. 15037b0 coverity#705781 Resource leak by Caolán McNamara · 11 years ago
  13. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  14. 01c74f4 coverity#735353 Unchecked return value by Caolán McNamara · 11 years ago
  15. c10548e coverity#704113 Unchecked return value by Caolán McNamara · 11 years ago
  16. c1a7e72 typo: follwing -> following by Andras Timar · 11 years ago
  17. a636217 UBSan runtime error: division by zero by Stephan Bergmann · 11 years ago
  18. f84dac9 back out even more wrong tools::Time changes, geez.. by Eike Rathke · 12 years ago
  19. fbf3aa3 spelling: instanciated -> instantiated by Noel Grandin · 12 years ago
  20. 8f436d3 use comphelper::rng::uniform_*_distribution everywhere by Caolán McNamara · 12 years ago
  21. 9835a58 sw textboxes: reimplement ODF import/export by Miklos Vajna · 12 years ago
  22. 64d1648 coverity#1242759 Result is not floating-point by Norbert Thiebaud · 12 years ago
  23. c625525 rename SvRef::AddRef to AddFirstRef by Noel Grandin · 12 years ago
  24. c190577 loplugin: cstylecast by Noel Grandin · 12 years ago
  25. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  26. c9d4a28 fdo#82577: Handle PolyPolygon by Noel Grandin · 12 years ago
  27. 68daa8a xmloff: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  28. 38975e1 WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' by Tor Lillqvist · 12 years ago
  29. 0f21f93 fdo#79269: fix ODF import of style:footer-first by Michael Stahl · 12 years ago
  30. 5aa360c Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrong by Caolán McNamara · 12 years ago
  31. 24a0129 assert that XMLTransformerBase::m_xHandler is initialized by Michael Stahl · 12 years ago
  32. 23e1fc2 loplugin: cstylecast, update PTR_CAST macro to use static_cast by Noel Grandin · 12 years ago
  33. 32d6415 fdo#83512 Make use of OUStringHash and OStringHash by Daniel Sikeler · 12 years ago
  34. 7480948 xmloff: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  35. 787d98f xmloff: remove yet another SunStudio workaround by Michael Stahl · 12 years ago
  36. 4d3c888 Avoid ODR-violating name clash by Stephan Bergmann · 12 years ago
  37. d4494c3 Avoid ODR-violating name clash by Stephan Bergmann · 12 years ago
  38. 7e2b9fa Remove some useless tools/debug.hxx includes by Marcos Paulo de Souza · 12 years ago
  39. 29e1b2f xmloff: dead code gives MSVC fits by Michael Stahl · 12 years ago
  40. 2d4b87f ODF export: don't write invalid "group-name" attribute by Michael Stahl · 12 years ago
  41. 66c6d1e prevent invalid ods files with loext:fill-character by Markus Mohrhard · 12 years ago
  42. a772be5 just use a typedef, don't inherit from boost::ptr_container by Markus Mohrhard · 12 years ago
  43. 7cc627f update_pch by Thomas Arnhold · 12 years ago
  44. 555c988f fdo#82165: ODF import: clear all shapes when removing header content by Michael Stahl · 12 years ago
  45. 525d784 -Werror,-Wundefined-bool-conversion by Stephan Bergmann · 12 years ago
  46. 248437e4 fdo#75757: remove inheritance to std::map by Takeshi Abe · 12 years ago
  47. 223f761 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  48. a9bae49 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  49. 7e0e581 cleanup usage of MapUnit enum by Noel Grandin · 12 years ago
  50. 65803ad fix some dodgy FieldUnit conversions by Noel Grandin · 12 years ago
  51. 3ee8bc8 Fix previous commit by Stephan Bergmann · 12 years ago
  52. edffb44 loplugin:stringconcat by Stephan Bergmann · 12 years ago
  53. ccdd9a2 Further OUString cleanup in xmloff/ by Joren De Cuyper · 12 years ago
  54. 6c2c974 bnc#885825: Handle ODF import and export of data label border properties. by Kohei Yoshida · 12 years ago
  55. fed7294 Simplify. by Kohei Yoshida · 12 years ago
  56. f350a71 Reduce scope levels. by Kohei Yoshida · 12 years ago
  57. 52a36fb pImplize XMLPropertyHandlerFactory. by Kohei Yoshida · 12 years ago
  58. 690f7ff Store the handler as a const pointer. by Kohei Yoshida · 12 years ago
  59. dbf84a3 The 'mutable' keyword exists for this kind of use. by Kohei Yoshida · 12 years ago
  60. 0915d82 Document what's in the type of the map entry. by Kohei Yoshida · 12 years ago
  61. 8a690c8 Apply pimpl to XMLPropertySetMapper. by Kohei Yoshida · 12 years ago
  62. fd641c7 Resolves: #i125289# do apply possible changed <GraphicStreamURL>... by Oliver-Rainer Wittmann · 12 years ago
  63. 42b9fa4 cppcheck: Prefer prefix ++/-- operators by Julien Nabet · 12 years ago
  64. d18308c fdo#79358: ODF export: fix index boolean property export by Michael Stahl · 12 years ago
  65. 6238934 use SimpleReferenceObject in xmloff module by Noel Grandin · 12 years ago
  66. 19100e5 coverity#704112 Unchecked return value by Caolán McNamara · 12 years ago
  67. aa356e6 coverity#736024 help coverity out here by Caolán McNamara · 12 years ago
  68. 246cb7e coverity#1223084 Unchecked return value by Norbert Thiebaud · 12 years ago
  69. 9746dc9 fix ODF validation errors by Markus Mohrhard · 12 years ago
  70. 4ff115b drop UniReference in favour of rtl::Reference by Noel Grandin · 12 years ago
  71. 63bfc8a coverity#705353 Missing break in switch, probably intentional by Caolán McNamara · 12 years ago
  72. b398f81 -Werror,-Wtautological-constant-out-of-range-compare by Stephan Bergmann · 12 years ago
  73. 5f0d957 Resolves: #i125045# For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA... by Armin Le Grand · 12 years ago
  74. 7d9bb549 Related: #i124638# Second step of DrawingLayer FillAttributes... by Armin Le Grand · 12 years ago
  75. 4304849 Typo: beeing->being by Julien Nabet · 12 years ago
  76. 924a28a fdo#80009: xmloff: ignore excessive fo:clip values by Michael Stahl · 12 years ago
  77. e48a233 loplugin:unreffun: also warn about redundant redeclarations by Stephan Bergmann · 12 years ago
  78. 7af733d tweak assert so comment appears in abort message by Caolán McNamara · 12 years ago
  79. 533c6cb fixes for up-casting to Reference<XInterface> by Noel Grandin · 12 years ago
  80. e2080e7 new compilerplugin returnbyref by Noel Grandin · 12 years ago
  81. a2aa0e6 Create SvtSaveOptions() outside of for loop. by Matúš Kukan · 12 years ago
  82. 1d38cb36 fdo#71076, fdo#71767: Preserve number formats when charts are copied. by Kohei Yoshida · 12 years ago
  83. d8e7624 Do not dereference null pointer by Stephan Bergmann · 12 years ago
  84. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  85. b7f2cad Revert "Make glTF support an experimental feature" by Zolnai Tamás · 12 years ago
  86. 04b7b2c Fix gltf export: close plugin element before export fallback by Zolnai Tamás · 12 years ago
  87. 4d8c4e7 glTF import/export: fallback must be the second one inside the frame by Zolnai Tamás · 12 years ago
  88. 9ee69cb glTF export: Use plural folder names by Zolnai Tamás · 12 years ago
  89. c21979a loplugin:staticcall by Stephan Bergmann · 12 years ago
  90. e8fcf11 Change glTF mime type: {application -> model}/vnd.gltf+json by Zolnai Tamás · 12 years ago
  91. 653bac1 Make glTF support an experimental feature by Zolnai Tamás · 12 years ago
  92. fe70101 Introduce HAVE_FEATURE_GLTF to enable/disable gltf related code by Zolnai Tamás · 12 years ago
  93. 1b450cf WaE: unused function 'isString' by Tor Lillqvist · 12 years ago
  94. a2a1a59 fdo#77506: More reliable way to determine label strings. by Kohei Yoshida · 12 years ago
  95. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  96. 684d799 avoid memory leak and invalid documents by Markus Mohrhard · 12 years ago
  97. c2034f3 fixincludeguards: fix include guards by Thomas Arnhold · 12 years ago
  98. 61d958f fdo#72727: Revert "-Werror=unused-but-set-variable second try" by Kohei Yoshida · 12 years ago
  99. 91ca3a9 fdo#72727: Revert "fdo#68663 don't blindly force categories when there are none" by Kohei Yoshida · 12 years ago
  100. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago