1. 24a0129 assert that XMLTransformerBase::m_xHandler is initialized by Michael Stahl · 12 years ago
  2. 23e1fc2 loplugin: cstylecast, update PTR_CAST macro to use static_cast by Noel Grandin · 12 years ago
  3. 32d6415 fdo#83512 Make use of OUStringHash and OStringHash by Daniel Sikeler · 12 years ago
  4. 7480948 xmloff: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  5. 787d98f xmloff: remove yet another SunStudio workaround by Michael Stahl · 12 years ago
  6. 4d3c888 Avoid ODR-violating name clash by Stephan Bergmann · 12 years ago
  7. d4494c3 Avoid ODR-violating name clash by Stephan Bergmann · 12 years ago
  8. 7e2b9fa Remove some useless tools/debug.hxx includes by Marcos Paulo de Souza · 12 years ago
  9. 29e1b2f xmloff: dead code gives MSVC fits by Michael Stahl · 12 years ago
  10. 2d4b87f ODF export: don't write invalid "group-name" attribute by Michael Stahl · 12 years ago
  11. 66c6d1e prevent invalid ods files with loext:fill-character by Markus Mohrhard · 12 years ago
  12. a772be5 just use a typedef, don't inherit from boost::ptr_container by Markus Mohrhard · 12 years ago
  13. 7cc627f update_pch by Thomas Arnhold · 12 years ago
  14. 555c988f fdo#82165: ODF import: clear all shapes when removing header content by Michael Stahl · 12 years ago
  15. 525d784 -Werror,-Wundefined-bool-conversion by Stephan Bergmann · 12 years ago
  16. 248437e4 fdo#75757: remove inheritance to std::map by Takeshi Abe · 12 years ago
  17. 223f761 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  18. a9bae49 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  19. 7e0e581 cleanup usage of MapUnit enum by Noel Grandin · 12 years ago
  20. 65803ad fix some dodgy FieldUnit conversions by Noel Grandin · 12 years ago
  21. 3ee8bc8 Fix previous commit by Stephan Bergmann · 12 years ago
  22. edffb44 loplugin:stringconcat by Stephan Bergmann · 12 years ago
  23. ccdd9a2 Further OUString cleanup in xmloff/ by Joren De Cuyper · 12 years ago
  24. 6c2c974 bnc#885825: Handle ODF import and export of data label border properties. by Kohei Yoshida · 12 years ago
  25. fed7294 Simplify. by Kohei Yoshida · 12 years ago
  26. f350a71 Reduce scope levels. by Kohei Yoshida · 12 years ago
  27. 52a36fb pImplize XMLPropertyHandlerFactory. by Kohei Yoshida · 12 years ago
  28. 690f7ff Store the handler as a const pointer. by Kohei Yoshida · 12 years ago
  29. dbf84a3 The 'mutable' keyword exists for this kind of use. by Kohei Yoshida · 12 years ago
  30. 0915d82 Document what's in the type of the map entry. by Kohei Yoshida · 12 years ago
  31. 8a690c8 Apply pimpl to XMLPropertySetMapper. by Kohei Yoshida · 12 years ago
  32. fd641c7 Resolves: #i125289# do apply possible changed <GraphicStreamURL>... by Oliver-Rainer Wittmann · 12 years ago
  33. 42b9fa4 cppcheck: Prefer prefix ++/-- operators by Julien Nabet · 12 years ago
  34. d18308c fdo#79358: ODF export: fix index boolean property export by Michael Stahl · 12 years ago
  35. 6238934 use SimpleReferenceObject in xmloff module by Noel Grandin · 12 years ago
  36. 19100e5 coverity#704112 Unchecked return value by Caolán McNamara · 12 years ago
  37. aa356e6 coverity#736024 help coverity out here by Caolán McNamara · 12 years ago
  38. 246cb7e coverity#1223084 Unchecked return value by Norbert Thiebaud · 12 years ago
  39. 9746dc9 fix ODF validation errors by Markus Mohrhard · 12 years ago
  40. 4ff115b drop UniReference in favour of rtl::Reference by Noel Grandin · 12 years ago
  41. 63bfc8a coverity#705353 Missing break in switch, probably intentional by Caolán McNamara · 12 years ago
  42. b398f81 -Werror,-Wtautological-constant-out-of-range-compare by Stephan Bergmann · 12 years ago
  43. 5f0d957 Resolves: #i125045# For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA... by Armin Le Grand · 12 years ago
  44. 7d9bb549 Related: #i124638# Second step of DrawingLayer FillAttributes... by Armin Le Grand · 12 years ago
  45. 4304849 Typo: beeing->being by Julien Nabet · 12 years ago
  46. 924a28a fdo#80009: xmloff: ignore excessive fo:clip values by Michael Stahl · 12 years ago
  47. e48a233 loplugin:unreffun: also warn about redundant redeclarations by Stephan Bergmann · 12 years ago
  48. 7af733d tweak assert so comment appears in abort message by Caolán McNamara · 12 years ago
  49. 533c6cb fixes for up-casting to Reference<XInterface> by Noel Grandin · 12 years ago
  50. e2080e7 new compilerplugin returnbyref by Noel Grandin · 12 years ago
  51. a2aa0e6 Create SvtSaveOptions() outside of for loop. by Matúš Kukan · 12 years ago
  52. 1d38cb36 fdo#71076, fdo#71767: Preserve number formats when charts are copied. by Kohei Yoshida · 12 years ago
  53. d8e7624 Do not dereference null pointer by Stephan Bergmann · 12 years ago
  54. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  55. b7f2cad Revert "Make glTF support an experimental feature" by Zolnai Tamás · 12 years ago
  56. 04b7b2c Fix gltf export: close plugin element before export fallback by Zolnai Tamás · 12 years ago
  57. 4d8c4e7 glTF import/export: fallback must be the second one inside the frame by Zolnai Tamás · 12 years ago
  58. 9ee69cb glTF export: Use plural folder names by Zolnai Tamás · 12 years ago
  59. c21979a loplugin:staticcall by Stephan Bergmann · 12 years ago
  60. e8fcf11 Change glTF mime type: {application -> model}/vnd.gltf+json by Zolnai Tamás · 12 years ago
  61. 653bac1 Make glTF support an experimental feature by Zolnai Tamás · 12 years ago
  62. fe70101 Introduce HAVE_FEATURE_GLTF to enable/disable gltf related code by Zolnai Tamás · 12 years ago
  63. 1b450cf WaE: unused function 'isString' by Tor Lillqvist · 12 years ago
  64. a2a1a59 fdo#77506: More reliable way to determine label strings. by Kohei Yoshida · 12 years ago
  65. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  66. 684d799 avoid memory leak and invalid documents by Markus Mohrhard · 12 years ago
  67. c2034f3 fixincludeguards: fix include guards by Thomas Arnhold · 12 years ago
  68. 61d958f fdo#72727: Revert "-Werror=unused-but-set-variable second try" by Kohei Yoshida · 12 years ago
  69. 91ca3a9 fdo#72727: Revert "fdo#68663 don't blindly force categories when there are none" by Kohei Yoshida · 12 years ago
  70. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  71. 369d959 DeInitVCL at end of tests by Stephan Bergmann · 12 years ago
  72. c7c14ab xmloff: fix import of tables inside textboxes inside shapes by Miklos Vajna · 12 years ago
  73. 9d310ec sw textboxes: implement ODF import/export by Miklos Vajna · 12 years ago
  74. d2e0465 fdo#76324: Use one static SvXMLTokenMap object, it's faster. by Matúš Kukan · 12 years ago
  75. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  76. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  77. 192abfb Resolves: #i114361# provide and accept changed URL... by Oliver-Rainer Wittmann · 12 years ago
  78. 57223db coverity#1213120 Unchecked dynamic_cast by Caolán McNamara · 12 years ago
  79. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  80. 354c082 update_pch: add xmloff by Thomas Arnhold · 12 years ago
  81. c354dea fdo#78921 Don't crash when there is no storage specified by Maxim Monastirsky · 12 years ago
  82. 227af32 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18 by Julien Nabet · 12 years ago
  83. fefad37 fix import issue with property mapping by Markus Mohrhard · 12 years ago
  84. 3c1e30b7 Correct common misspellings, and remove some ASCII art along the way. by Chris Laplante · 12 years ago
  85. f62de91 Comment why it's not a copy paste error by Julien Nabet · 12 years ago
  86. b862a21 ODF filters: fallback glTF model to bitmap for older versions by Zolnai Tamás · 12 years ago
  87. e627929 Fix class name typo in comment by Zolnai Tamás · 12 years ago
  88. c288b17 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 by Julien Nabet · 12 years ago
  89. a362f15 Typo: shoud -> should by Julien Nabet · 12 years ago
  90. bd59628 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 by Julien Nabet · 12 years ago
  91. fa51b55 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9 by Julien Nabet · 12 years ago
  92. 5ec7a58 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 by Julien Nabet · 12 years ago
  93. 3d2a17f fdo#77451 Detect AOO 4.x for SvXMLImport::needFixPositionAfterZ by Laurent Balland-Poirier · 12 years ago
  94. 80ec488 cppcheck: Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 12 years ago
  95. db3b1dd Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3 by Julien Nabet · 12 years ago
  96. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  97. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  98. 200963d set graphic properties for error bars during import, fdo#78041 by Markus Mohrhard · 12 years ago
  99. d8ae7ef German Comment translation by Michael Meeks · 12 years ago
  100. 982babe Fix typo: cought => caught by Matteo Casalin · 12 years ago