1. e7a0948 ODP: export TextPreRotateAngle by Szymon Kłos · 8 years ago
  2. 244dfe2 tdf#97630 xmloff: ODF extended draw:fit-to-size mess by Michael Stahl · 8 years ago
  3. e68c82d xmloff: fix stack-use-after-return in SvXMLExport::exportDoc() by Michael Stahl · 9 years ago
  4. 65c9982 tdf#112005 xmloff: ODF export: export embedded object text *first* by Michael Stahl · 9 years ago
  5. 037d5fa tdf#112122 xmloff: inserting index marks into editengine throws by Michael Stahl · 9 years ago
  6. 3576aa7 Resolves: tdf#112123 check m_xAutoStyles like in similar methods by Caolán McNamara · 9 years ago
  7. fb8fba4 Resolves tdf#112101 crash on particular file with office:event-listeners by Caolán McNamara · 9 years ago
  8. f07bb0f tdf#111934 xmloff: ODF import: self-referential conditional style crash by Michael Stahl · 9 years ago
  9. de5afba tdf#109228: FILESAVE: ODT: Anchor changed to 'to character' after RT by Tamás Zolnai · 9 years ago
  10. 63274a5 tdf#109080 First page header/footer ODF (1/2) by Luke Deller · 9 years ago
  11. 953c801 xmloff: ODF export: fix redundant setting of GraphicStreamURL swapping by Michael Stahl · 9 years ago
  12. cfb44fa Resolves: tdf#107438 write <text:sender-initials> for fields by Eike Rathke · 9 years ago
  13. e9869b9 tdf#103091 conditional style conditions not saved by Troy Rollo · 9 years ago
  14. 024fa6b tdf#108231 tdf#108109 xmloff: SvxUnoDrawingModel doesn't implement... by Michael Stahl · 9 years ago
  15. e0f5f8c tdf#100033: Frames with the same name are removed by Tamás Zolnai · 9 years ago
  16. 40d9d6f tdf#103567 xmloff: ODF import: fix more lossage on Writer frames by Michael Stahl · 9 years ago
  17. ac72b37 tdf#103567 xmloff: ODF import: fix loss of events on SVG multi-image by Michael Stahl · 9 years ago
  18. 09b8562 crashtesting: a gadzillion failures on export to odp by Caolán McNamara · 9 years ago
  19. de62a3e tdf#102479 ODF export: ignore exceptions when checking shape text by Michael Stahl · 9 years ago
  20. 0a840ed includes should be at the top of the file by Noel Grandin · 9 years ago
  21. 8aec905 ODF: do not write an empty style:text-position="" attribute for CharEscapement by Eike Rathke · 9 years ago
  22. 89ec809 clearly a wrong offset is worth an assert() instead of OSL_ENSURE() by Eike Rathke · 9 years ago
  23. f4e24dd loplugin:datamembershadow in xmloff by Noel Grandin · 9 years ago
  24. b223028 This condition has been checked before by Samuel Mehrbrodt · 9 years ago
  25. 722ea62 Small housekeeping: merged two if's with same result into one by Mike Kaganski · 9 years ago
  26. 7cca2c7 new loplugin finalprotected by Noel Grandin · 9 years ago
  27. 0d97ac5 fix typo by David Tardon · 9 years ago
  28. 4ead110 remove prop. name variable by David Tardon · 9 years ago
  29. 0d05173 loplugin:constantparam by Noel Grandin · 9 years ago
  30. 8eec78d xmloff: print a warning if we drop a style on the floor by Michael Stahl · 9 years ago
  31. 518e199 tdf#67544 Embed slide transition sound in the presentation by Samuel Mehrbrodt · 9 years ago
  32. 389999a make comphelper::containerToSequence a little smarter by Noel Grandin · 9 years ago
  33. 5f77e6e update loplugin:unnnecessaryvirtual to handler destructors by Noel Grandin · 9 years ago
  34. f2de7d0 This apparently always wanted to check that _rChars.trim() is non-empty by Stephan Bergmann · 9 years ago
  35. 1b36f23 loplugin:oncevar in xmloff..xmlsecurity by Noel Grandin · 9 years ago
  36. b589c4c Omit comparator which is the same as default std::less<key_type> by Takeshi Abe · 9 years ago
  37. 8a22bc9 update unnecessaryoverride plugin to find pure forwarding methods by Noel Grandin · 9 years ago
  38. a41ecf9 loplugin:expandablemethods in xmloff by Noel Grandin · 9 years ago
  39. 319a07c Simplify code further by Stephan Bergmann · 9 years ago
  40. 9ad0e56 fixes for >>= with rhs Any by Jochen Nitschke · 9 years ago
  41. f0ae408 loplugin:expandablemethodds in include/xmloff by Noel Grandin · 9 years ago
  42. d1ea6ec replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
  43. 7477ab1 loplugin:inlineablemethods in xmloff by Noel Grandin · 9 years ago
  44. 9ac8a57 replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
  45. b5b57c6 tdf#64038 ODF import: fix handling of space following <text:s> by Michael Stahl · 9 years ago
  46. 62223f9 loplugin:unnecessaryoverride by Noel Grandin · 10 years ago
  47. 5c84f40 loplugin:constantfunction by Noel Grandin · 9 years ago
  48. fe82f6f loplugin:unnnecessaryoverride in xmloff by Noel Grandin · 9 years ago
  49. 0ab45be catch the exception to prevent broken charts, tdf#98690 by Markus Mohrhard · 9 years ago
  50. 82f3b26 xmloff: fix --enable-mergelibs build by Michael Stahl · 9 years ago
  51. 4b81e61 tdf#102370 Correctly export to Excel exponent without sign by Laurent Balland-Poirier · 10 years ago
  52. 51e4722 loplugin:staticmethods: xmloff by Stephan Bergmann · 10 years ago
  53. 8daf670 xmloff: fix crash in ~XMLParaContext on fdo72541-1.fodt by Michael Stahl · 10 years ago
  54. a5442b6 rtl::math::approxEqual(value,0.0) never yields true for value!=0.0 by Eike Rathke · 10 years ago
  55. 22cea99 this is used as a stack, so convert to std::stack by Caolán McNamara · 10 years ago
  56. be014c2 we just care about empty vs nonempty here by Caolán McNamara · 10 years ago
  57. a31378f Fix typos by Andrea Gelmini · 10 years ago
  58. 89804c1 implement prototype for more stable calc cell style names by Markus Mohrhard · 10 years ago
  59. 198fabe soon is now by Markus Mohrhard · 10 years ago
  60. 5678bc9 tdf#101935 and tdf#102201: by Mohammed Abdul Azeem · 10 years ago
  61. 1f6af12 Resolves: tdf#101708 only export loext table attributes in 'extended' variant by Caolán McNamara · 10 years ago
  62. e592877 loplugin:unusedenumvalues by Noel Grandin · 10 years ago
  63. dbf87d2 coverity#1372990 xmloff: use unique_ptr for RewindMaps by Michael Stahl · 10 years ago
  64. 0ea50b5 loplugin:countusersofdefaultparams in xmloff by Noel Grandin · 10 years ago
  65. ccfbc9d unconditionally replacing Y after G (era) with E was always wrong by Eike Rathke · 10 years ago
  66. e12c9b4 do not add calendar modifier to format code when importing as E or EE keyword by Eike Rathke · 10 years ago
  67. 4267239 that copypasta comment fragment makes no sense by Eike Rathke · 10 years ago
  68. 66bdcb9 xmloff: invoke SvXMLImportContext destructor with proper namespace map by Michael Stahl · 10 years ago
  69. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  70. f882555 switch to using LocaleDataWrapper::doesSecondaryCalendarUseEC() by Eike Rathke · 10 years ago
  71. 187e2db coverity#1372877 I'm guessing this is what might have been the intent by Caolán McNamara · 10 years ago
  72. 7ed3e74 Blind fix for MSVC by Stephan Bergmann · 10 years ago
  73. 8e11d35 use std::unique_ptr by David Tardon · 10 years ago
  74. 8d458a2 use std::unique_ptr by David Tardon · 10 years ago
  75. 97dbbf7 avoid manual memory management by David Tardon · 10 years ago
  76. 7469d75 use std::unique_ptr by David Tardon · 10 years ago
  77. bbb017f use std::unique_ptr by David Tardon · 10 years ago
  78. 66e6278 use std::unique_ptr by David Tardon · 10 years ago
  79. 064a33a use std::unique_ptr by David Tardon · 10 years ago
  80. ab028d99 use std::unique_ptr by David Tardon · 10 years ago
  81. ecb2850 use std::unique_ptr by David Tardon · 10 years ago
  82. 9dc0f2b Blind fix for MSVC by Stephan Bergmann · 10 years ago
  83. 43c6b20 use std::unique_ptr by David Tardon · 10 years ago
  84. 87bc968 use std::unique_ptr by David Tardon · 10 years ago
  85. a13b6bd use std::unique_ptr by David Tardon · 10 years ago
  86. 44c7366 avoid manual memory handling by David Tardon · 10 years ago
  87. fccf28b use std::unique_ptr by David Tardon · 10 years ago
  88. df19c3c reduce the insanity level of the codebase a bit by David Tardon · 10 years ago
  89. 22547c5 use std::shared_ptr by David Tardon · 10 years ago
  90. 8304c23 use std::shared_ptr by David Tardon · 10 years ago
  91. 7afc5ab use std::shared_ptr to manage memory by David Tardon · 10 years ago
  92. 2e0cea4 use std::unique_ptr by David Tardon · 10 years ago
  93. 109ea47 use std::shared_ptr by David Tardon · 10 years ago
  94. 1eb1ff0 use std::unique_ptr by David Tardon · 10 years ago
  95. 260cbd3 use std::unique_ptr by David Tardon · 10 years ago
  96. d4b0ab2 loplugin:refcounting by Noel Grandin · 10 years ago
  97. 0f9a81c remove manual memory management by David Tardon · 10 years ago
  98. 6678ff2 improve comment by David Tardon · 10 years ago
  99. 084de9d remove manual memory management by David Tardon · 10 years ago
  100. 7dd877b remove manual memory management by David Tardon · 10 years ago