1. 38c82af tdf#103567 xmloff: ODF import: fix more lossage on Writer frames by Michael Stahl · 9 years ago
  2. bee00ea tdf#103567 xmloff: ODF import: fix loss of events on SVG multi-image by Michael Stahl · 9 years ago
  3. 8acf0a2 Resolves: tdf#104812 crash on exporting odp by Caolán McNamara · 9 years ago
  4. e1dcbd0 tdf#102479 ODF export: ignore exceptions when checking shape text by Michael Stahl · 9 years ago
  5. 775b75a ODF: do not write an empty style:text-position="" attribute for CharEscapement by Eike Rathke · 9 years ago
  6. cf5d6cc catch the exception to prevent broken charts, tdf#98690 by Markus Mohrhard · 9 years ago
  7. 7f037e2 Resolves: tdf#101963 loading zh-TW ROC calendar use EE|E instead of YYYY|YY by Eike Rathke · 10 years ago
  8. 92b384b Resolves: tdf#100182 index entries lost on save by Caolán McNamara · 10 years ago
  9. 3a3cd19 XML number format: do not enquote space followed by minus, tdf#97837 follow-up by Eike Rathke · 10 years ago
  10. b7cb744 xmloff: forms import: convert relative xlink:href to absolute by Michael Stahl · 10 years ago
  11. 0330e8c tdf#97837 Detect delimiter only for date, time, currency by Laurent Balland-Poirier · 10 years ago
  12. b208757 prevent out of bounds string access by Eike Rathke · 10 years ago
  13. 2ece89b6 tdf#100134 xmloff: only update the progressbar twice for every percent by Miklos Vajna · 10 years ago
  14. 61e30ea Choose ODF version for min-decimal-place and force-exponent-sign by Laurent Balland-Poirier · 10 years ago
  15. e954697 Resolves: tdf#97879 loop in style hierarchy on odt loop by Caolán McNamara · 10 years ago
  16. 8821dc7 Convert XMLTextParagraphExport::FrameType to scoped enum by Noel Grandin · 10 years ago
  17. 95d20a3 Revert "remove some manual ref-counting" by Noel Grandin · 10 years ago
  18. 2a16ad7 Convert XMLTextType to scoped enum by Noel Grandin · 10 years ago
  19. 111de43 remove some manual ref-counting by Noel Grandin · 10 years ago
  20. 8a2149c clang-tidy misc-assign-operator-signature by Noel Grandin · 10 years ago
  21. e9af29b loplugin:unusedmethods in writerfilter to xmloff by Noel Grandin · 10 years ago
  22. d4d2fc2 clang-tidy modernize-make-unique by Noel Grandin · 10 years ago
  23. d96c114 clang-tidy modernize-make-shared by Noel Grandin · 10 years ago
  24. a9ff36a Fix typos by Andrea Gelmini · 10 years ago
  25. 96fab05 clang-tidy modernize-loop-convert in writerfilter to xmlsecurity by Noel Grandin · 10 years ago
  26. 0c2d51e Convert SCA flags to scoped enum by Noel Grandin · 10 years ago
  27. aba06d6 Convert EA flags to scoped enum by Noel Grandin · 10 years ago
  28. 5b6b61b Convert BA flags to scoped enum by Noel Grandin · 10 years ago
  29. 42b7285 Fix bitmask by Stephan Bergmann · 10 years ago
  30. 0dc0f97 Convert DA flags to scoped enum by Noel Grandin · 10 years ago
  31. 75bcafb convert CCA flags to scoped enum by Noel Grandin · 10 years ago
  32. e82fe5f Convert BOOL_ATTR to scoped enum by Noel Grandin · 10 years ago
  33. 3742748 Fix typos by Andrea Gelmini · 10 years ago
  34. 2ea7fe2 Add SAL_FALLTHROUGH, where apparently appropriate by Stephan Bergmann · 10 years ago
  35. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  36. a75aa73 tdf#38097 min numerator/denominator at least 1 by Laurent Balland-Poirier · 10 years ago
  37. 8f8fa56 tdf#88657 calculate denominator length by Laurent Balland-Poirier · 10 years ago
  38. bcb4123 convert SfxStyleFamily to scoped enum by Noel Grandin · 10 years ago
  39. 7a2afb2 xmloff: C++ is an imperative language, so let's write imperative loops by Michael Stahl · 10 years ago
  40. 7a8331eb fix export crash test due to assert hit, tdf#61996 follow-up by Eike Rathke · 10 years ago
  41. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  42. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  43. 0b1e4a3 Prevent Any::setValue from reinterpreting bool* as sal_Bool* by Stephan Bergmann · 10 years ago
  44. 3beb146 tdf#31449 Correctly test if fraction has no integer part by Laurent Balland-Poirier · 10 years ago
  45. a05ab9e Remove unnecessary setBOOL, makeBoolAny by Stephan Bergmann · 10 years ago
  46. 388ffd2 -Werror=maybe-uninitialized by Stephan Bergmann · 10 years ago
  47. 82e9cfc use Any constructor for bool values, instead of temporary vars by Noel Grandin · 10 years ago
  48. 931b6a1 Fix typos in code by Andrea Gelmini · 10 years ago
  49. fc2590c Fix typos by Andrea Gelmini · 10 years ago
  50. 43b4903 teach stylepolice plugin about ref-counted-pointer naming by Noel Grandin · 10 years ago
  51. f88f822 simplify by Stephan Bergmann · 10 years ago
  52. 56cd140 loplugin:salbool by Stephan Bergmann · 10 years ago
  53. e6adb3e tdf#98163 Flush ressources at CustomShapes during import by Armin Le Grand · 10 years ago
  54. a82805f Kill comphelper::MakeMap by Stephan Bergmann · 10 years ago
  55. b2e86d2 Fix typos by Andrea Gelmini · 10 years ago
  56. 7834196 loplugin:salbool: sal_Bool[] -> bool[] by Stephan Bergmann · 10 years ago
  57. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  58. 5ef76ef loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  59. 3c99cc8 tdf#97567 xmloff: use programmatic name for imported automatic style. by Mark Hung · 10 years ago
  60. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  61. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  62. e781dfe Remove needless typedef from xmloff/source/style/impastpl.hxx by Ryan McCoskrie · 10 years ago
  63. 868444c loplugin:passstuffbyref in xmloff by Noel Grandin · 10 years ago
  64. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  65. 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
  66. b84279a Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  67. cb9d95b Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  68. 5771fef Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  69. 8d574e2 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  70. dd4f6ce Avoid reserved identifier by Stephan Bergmann · 10 years ago
  71. 0c3b327 Fold elementimport_impl.hxx into elementimport.hxx by Stephan Bergmann · 10 years ago
  72. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  73. dc0d985 clang-tidy performance-unnecessary-value-param in xmloff by Noel Grandin · 10 years ago
  74. e5dd156 loplugin:constantparam by Noel Grandin · 10 years ago
  75. af23aa9 loplugin:constantparam in xmloff by Noel Grandin · 10 years ago
  76. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  77. 84fd42c tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  78. 6439005 use SAL_N_ELEMENTS more widely by Noel Grandin · 10 years ago
  79. 1aa4df6 use SAL_N_ELEMENTS in for loops by Noel Grandin · 10 years ago
  80. 9b1307f Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  81. 6eb7cd3 loplugin:defaultparams by Tor Lillqvist · 10 years ago
  82. 78f0d15 loplugin:constantparam in xmloff/ by Noel Grandin · 10 years ago
  83. 4d85742 define ODFSVER_LATEST at a central place by Eike Rathke · 10 years ago
  84. f7965b0 remove some unused typedefs, and inline some use-once by Noel Grandin · 10 years ago
  85. 7a0b8de tdf#97966: Remove 'static' keywords by Wastack · 10 years ago
  86. adfa772 Add missing includes by David Ostrovsky · 10 years ago
  87. 7f40ed5 loplugin:constantparam in xmloff by Noel Grandin · 10 years ago
  88. 70f8728 improve defaultparams loplugin by Noel Grandin · 10 years ago
  89. f5e131b loplugin:unuseddefaultparams in vcl and xmloff by Noel Grandin · 10 years ago
  90. af57a81 xmloff: tdf#97808: allow empty draw:marker-start/marker-end/stroke-dash by Michael Stahl · 10 years ago
  91. 36ae197 Use rtl::math::isNan() by Fabio Buso · 10 years ago
  92. 535aa95 loplugin:unuseddefaultparams in xmloff/ by Noel Grandin · 10 years ago
  93. 4fbf95d new loplugin:unuseddefaultparams by Noel Grandin · 10 years ago
  94. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  95. f17f977 loplugin:write only fields by Noel Grandin · 10 years ago
  96. 778e9a6 new loplugin: find write-only fields by Noel Grandin · 10 years ago
  97. f7714ad add "use-wildcards" XML_USE_WILDCARDS, tdf#72196 by Eike Rathke · 10 years ago
  98. 29b9df1 [API CHANGE] add Author Initials to XAnnotation by Caolán McNamara · 10 years ago
  99. 0f8ec30 [API CHANGE] add operator==/!= to UNO structs by Noel Grandin · 10 years ago
  100. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago