- 59019c6 WaE: rewrite as call of rtl::OUString::isEmpty by Tor Lillqvist · 11 years ago
- 3efdb08 chained editeng: Add Chaining-related UNO attribute by matteocam · 11 years ago
- dbe21ee boost->std by Caolán McNamara · 11 years ago
- d030c4a revert for mac and win unit case crashes after boost->std by Caolán McNamara · 11 years ago
- 6f495a1 boost->std by Caolán McNamara · 11 years ago
- 31ebd9f boost->std by Caolán McNamara · 11 years ago
- 6621da3 tdf#92586 xmloff: fix import of stretched background image by Miklos Vajna · 11 years ago
- 8358ead xmloff: tdf#88206 replace cppu::WeakImplHelper* by Takeshi Abe · 11 years ago
- 9ed1dd0 tdf#90839: support for wrapped text in data labels and for centered data value by Marco Cecchetti · 11 years ago
- 27b77b9 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
- 81ced97 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
- 37a6fdf loplugin:stringconstant also for cases using char const v[] = "..." by Stephan Bergmann · 11 years ago
- 38d0db2 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
- 0955bfe Fix tdf#93438 Impress generate abnormal style when copy-pasting by Mark Hung · 11 years ago
- 6900bf4 o3tl/cow_wrapper: remove boost dependency by Daniel Robertson · 11 years ago
- b1922ee xmloff: ODF export: actually ODF 1.2 does not allow graphic-properties by Michael Stahl · 11 years ago
- b71b5c8 Clean up sEmptyURL by Stephan Bergmann · 11 years ago
- 9c8fd7d Clean up sEmpty by Stephan Bergmann · 11 years ago
- a6050c3 Clean up aEmpty by Stephan Bergmann · 11 years ago
- 68efa6f ODF import: workaround dubious draw:fill="solid" on frame styles by Michael Stahl · 11 years ago
- 43c00bc Clean up aEmptyStr by Stephan Bergmann · 11 years ago
- a4de770 comphelper: reduce copypasta with UniquePtrValueLess functor by Michael Stahl · 11 years ago
- 58c3bbf comphelper: remove unnecessary include <stack> by Michael Stahl · 11 years ago
- 7ae8e76 cppcheck: variableScope by Caolán McNamara · 11 years ago
- 59b5e3f cppcheck: redundantAssignment by Caolán McNamara · 11 years ago
- 233cec3 cppcheck: silence redundantAssignment by Caolán McNamara · 11 years ago
- 05457f3 loplugin: defaultparams by Noel Grandin · 11 years ago
- 30335b9 stupid warning by Michael Stahl · 11 years ago
- febd02b xmloff: replace boost::ptr_set with std::set<std::unique_ptr> by Michael Stahl · 11 years ago
- 18c502b xmloff: replace boost::ptr_set with std::set<std::unqiue_ptr> by Michael Stahl · 11 years ago
- 1fa505d xmloff: replace boost::ptr_set with std::map by Michael Stahl · 11 years ago
- 3de4481 xmloff: replace boost::ptr_set with std::set by Michael Stahl · 11 years ago
- 9c1f700 improve refcounting loplugin to check SvRef-based classes by Noel Grandin · 11 years ago
- 403c134 loplugin:unusedmethods by Noel Grandin · 11 years ago
- a4fd6c4 inline some use-once typedefs by Noel Grandin · 11 years ago
- 2660d24 new loplugin: refcounting by Noel Grandin · 11 years ago
- 5c7b7b5 Resolves: tdf#91950 optional entries may not be present by Caolán McNamara · 11 years ago
- 9f27e5b Fix typos by Andrea Gelmini · 11 years ago
- e963a889 formatting of public/private/protected section qualifiers by Noel Grandin · 11 years ago
- 89e3314 loplugin:simplifybool by Stephan Bergmann · 11 years ago
- 9fb8b39 xmloff: ODF import: fix spelling of "extrusion-first-light-level" by Andrea Gelmini · 11 years ago
- fdd391f xmloff: document that AOO 4.1 has fixed the svg:d 'z' relative bug by Michael Stahl · 11 years ago
- 6de7d32 -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
- dffb5813 WaE: 'HAVE_FEATURE_GLTF' is not defined, evaluates to 0 by Tor Lillqvist · 11 years ago
- d009000 fix Android build by Noel Grandin · 11 years ago
- a62129a loplugin:unusedmethods xmloff by Noel Grandin · 11 years ago
- cbce40e Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds by Stephan Bergmann · 11 years ago
- 9c2a806 tdf#90133 Comply attributes name with OASIS#3860 by Laurent Balland-Poirier · 11 years ago
- 5af8cf2 use the DBL_MAX constant that we also use elsewhere, tdf#92457 by Eike Rathke · 11 years ago
- dad6be8 write trailing text subformat also to Excel .xls and .xlsx, tdf#92457 by Eike Rathke · 11 years ago
- 934e35c store trailing text format in ODF, e.g. 0;@ tdf#92457 by Eike Rathke · 11 years ago
- b3c11e2 the last condition is "all other numbers", not the third, tdf#92457 by Eike Rathke · 11 years ago
- 7aa9f04 do not include boost/utility.hpp by Michael Stahl · 11 years ago
- 35ce23b Avoid loplugin:staticmethods in non-debug build by Stephan Bergmann · 11 years ago
- e544f44 Fix typos by Andrea Gelmini · 11 years ago
- 1c5f07e Fix typos by Andrea Gelmini · 11 years ago
- ab23efc coverity#1308431 wiggle code to see if this silences coverity by Caolán McNamara · 11 years ago
- 1a8915e Fix typos by Andrea Gelmini · 11 years ago
- 5d5dc05 Fix typos by Andrea Gelmini · 11 years ago
- 69c88a3 Fix typos by Andrea Gelmini · 11 years ago
- 4169131 coverity#1308433 Uncaught exception by Caolán McNamara · 11 years ago
- 5897e10 loplugin:stringconstant: handle OUString+=OUString(literal) by Stephan Bergmann · 11 years ago
- 94c1ea9 loplugin:stringconstant: Flag more inefficiencies by Stephan Bergmann · 11 years ago
- 4354341 remove our custom RTTI from xmloff module by Noel Grandin · 11 years ago
- 892455e Simplify uses of comphelper::string::equals with constant argument by Stephan Bergmann · 11 years ago
- 2a65bf3 Revert "Typo: iff->if" by Julien Nabet · 11 years ago
- cf92da3 Typo: iff->if by Julien Nabet · 11 years ago
- af1c00c move sorting code closer together by Noel Grandin · 11 years ago
- aade275 Fix typos by Andrea Gelmini · 11 years ago
- e0f3e7c tdf#42374 some small optimisations for opening this PDF file by Noel Grandin · 11 years ago
- ae150c6 Fix typos by Andrea Gelmini · 11 years ago
- 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
- 3fa7b0b Fix typos by Andrea Gelmini · 11 years ago
- f378e72 Fix typos by Andrea Gelmini · 11 years ago
- 4729774 remove unnecessary check for null when calling delete by Noel Grandin · 11 years ago
- dcf6abf cppcheck:unreadVariable by Noel Grandin · 11 years ago
- c3c45ff Fix typos by Andrea Gelmini · 11 years ago
- 4d8cccb cppcheck: redundantCondition [part2] by Julien Nabet · 11 years ago
- 3754474 Typos by Julien Nabet · 11 years ago
- 776a3f1 convert expressions like 'size() == 0' to 'empty()' by Noel Grandin · 11 years ago
- d203948 convert 'it.begin() == it.end()' to 'it.empty()' by Noel Grandin · 11 years ago
- 689a4a6 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
- b9dd517 some spelling fixes, mostly in Java code by Noel Grandin · 11 years ago
- 4cc2fb2 coverity#1302607 Logically dead code by Caolán McNamara · 11 years ago
- 8161056 uno::Sequence provides now begin and end by Noel Grandin · 11 years ago
- 0fded75 loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
- 8e22cd4 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
- 15cd958 xmloff: don't add FIELD namespace twice by Michael Stahl · 11 years ago
- 6140ca9 loplugin:loopvartoosmall by Noel Grandin · 11 years ago
- 9bc314e add field namespace to styles.xml when saving fdo85232-1.docx to .odt by Caolán McNamara · 11 years ago
- e50698c cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
- 12f907d tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URL by Michael Stahl · 11 years ago
- 8fb7614 kde250524-4.odt (etc) are missing some namespace declarations in meta.xml by Caolán McNamara · 11 years ago
- da2c2a3 loplugin:literaltoboolconversion by Stephan Bergmann · 11 years ago
- e29a17e xmloff: convert legacy assertions in SvXMLNamespaceMap by Michael Stahl · 11 years ago
- a80da8e xmloff: convert legacy assertions in DocumentSettingsContext by Michael Stahl · 11 years ago
- 18a712d xmloff: convert legacy assertions in PageMasterExportPropMapper by Michael Stahl · 11 years ago
- ca95df9 xmloff: convert legacy assertions in XMLFootnoteSeparatorExport by Michael Stahl · 11 years ago
- b5e16d8 Related tdf#88056: use better-fitting <text:page-name> by Katarina Behrens · 11 years ago
- f4578ce xmloff: fix non-debug builds by Michael Stahl · 11 years ago