- 38979c6 Prepare for removal of non-const operator[] from Sequence in xmlscript by Mike Kaganski · 4 years, 5 months ago
- 283a979 loplugin:indentation check for indent inside block by Noel Grandin · 4 years, 6 months ago
- f4ac99f loplugin:moveparam in xmlscript by Noel Grandin · 4 years, 6 months ago
- 3a1a448 loplugin:constvars by Noel Grandin · 4 years, 7 months ago
- 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
- 499adc4 osl::Mutex->std::mutex in XMLBasicExporterBase by Noel Grandin · 4 years, 8 months ago
- 57796f2 Simplify Sequences initializations (writerfilter/writerperfect/x*) by Julien Nabet · 4 years, 10 months ago
- 160a4852 dtd files are not xml files and shouldn't have xml headers by Caolán McNamara · 4 years, 10 months ago
- 057b25c crashtesting fix by Noel Grandin · 4 years, 10 months ago
- a76ae1c no need to allocate Style objects separately by Noel Grandin · 4 years, 10 months ago
- 5c790320 fix leaks in loading xmlscript by Noel Grandin · 4 years, 11 months ago
- 3d36ff1 loplugin:unusedfields by Noel Grandin · 4 years, 11 months ago
- af16aa6 Improve loplugin:stringview by Stephan Bergmann · 5 years ago
- 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- ce135ba tdf#137652 add xmlscript unittest & infrastructure by Vasily Melenchuk · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- bd43c75 tdf#88205: Use initializer_list ctor in css::uno::Sequence by Mani Kumar · 5 years ago
- 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
- 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
- 860b2d0 update pches by Caolán McNamara · 5 years ago
- 85e51d1 loplugin:refcounting in xmlscript by Noel · 5 years ago
- 466ec5a loplugin:referencecasting in xmlscript by Noel · 5 years ago
- ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
- a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
- 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
- bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
- 25e1450 tdf#123936 Formatting files in module xmlscript with clang-format by Philipp Hofer · 5 years ago
- f4a5893 tdf#137652 fix XDL import: no more missing empty items for combobox by Serge Krot · 5 years ago
- de74d98 OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround by Caolán McNamara · 6 years ago
- 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
- 3457da6 loplugin:stringstatic also look for local statics by Noel Grandin · 6 years ago
- cda88ec loplugin:simplifybool a little more aggressive by Noel Grandin · 6 years ago
- 5ef5c1b loplugin:flatten in xmlscript by Noel Grandin · 6 years ago
- 67f4ece xmlscript: create instances with uno constructors by Noel Grandin · 6 years ago
- 54c8668 Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlscript by Stephan Bergmann · 6 years ago
- 1290305 compact namespace in xmlhelp..xmlsecurity by Noel Grandin · 6 years ago
- b512ce2 Make upcasting css::uno::Reference ctor require complete types by Stephan Bergmann · 6 years ago
- dfb24c3 uiobject.hxx only needs forward declares by Caolán McNamara · 6 years ago
- 7224bb9 loplugin:unusedvariableplus in ucb,xmlscript by Noel Grandin · 6 years ago
- 6d9cf22 tdf#130793 Fix import/export of image URLs by Samuel Mehrbrodt · 6 years ago
- 214e6ca [API CHANGE] remove BasicImport UNO interfaces by Noel Grandin · 6 years ago
- 4c0c333 Fix typo by Andrea Gelmini · 6 years ago
- 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
- aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
- 175a206 use more std::make_shared by Noel Grandin · 6 years ago
- 77f4eb0 tdf#124176: Use "pragma once" on xmlscript/* by Andrea Gelmini · 6 years ago
- 6eef193 sal_Char->char in xmloff..xmlsecurity by Noel Grandin · 6 years ago
- f656547 remove some useless comment lines by Noel Grandin · 6 years ago
- 7e40319 Introduce o3tl::optional as an alias for std::optional by Stephan Bergmann · 6 years ago
- f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
- e276c81 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
- 3dfb4c4 tdf#42949 Fix IWYU warnings in xmlscript/ by Gabor Kelemen · 6 years ago
- 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
- 366eaa1 loplugin:stringadd in writerfilter..xmloff by Noel Grandin · 7 years ago
- 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
- 7b4b70a Avoid -fsanitizeinvalid-null-argument by Stephan Bergmann · 7 years ago
- 7ae43f6 loplugin:constvars in writerfilter..xmlscript by Noel Grandin · 7 years ago
- 7d7a786 new loplugin:sequenceloop by Noel Grandin · 7 years ago
- 89fa560 Fix typos by Andrea Gelmini · 7 years ago
- af896b0 Improved loplugin:stringconstant (now that GCC 7 supports it): xmlscript by Stephan Bergmann · 7 years ago
- 0d36b32 loplugin:sequentialassign by Noel Grandin · 7 years ago
- 01782ec loplugin:referencecasting in various by Noel Grandin · 7 years ago
- ef73fef loplugin:logexceptionnicely in various by Noel Grandin · 7 years ago
- fac093e Simplify Sequence iterations in xmlscript, xmlsecurity by Arkadiy Illarionov · 7 years ago
- c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
- 855f52e Use hasElements to check Sequence emptiness in [v-x]* by Arkadiy Illarionov · 7 years ago
- 184be2d tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
- 4c4ccdf i#119731 Hyperlink Control on dialog Editor by Shubham Goyal · 7 years ago
- 732d630 tdf#53524 Create UNO grid control- dialog editor by Shubham Goyal · 7 years ago
- 183debd pretty up logging of exceptions by Noel Grandin · 7 years ago
- f76bf26 new loplugin indentation by Noel Grandin · 7 years ago
- 21de555 remove unnecessary "if (!empty()" checks before loops by Noel Grandin · 7 years ago
- 655e3bd Fix typo by Andrea Gelmini · 7 years ago
- d90ec5d tdf#42949 Fix IWYU warnings in include/xmlscript/* by Gabor Kelemen · 7 years ago
- 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
- f31c9f1 clang-tidy performance-unnecessary-copy-init in test..xmlscript by Noel Grandin · 7 years ago
- 45e208f copy and paste error by Caolán McNamara · 7 years ago
- 6d7ffb3 clang-tidy readability-simplify-subscript-expr by Noel Grandin · 7 years ago
- 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
- 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
- 87b24dd Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurity by Arkadiy Illarionov · 8 years ago
- 5cd976b loplugin:simplifyconstruct in writerfilter..xmlsecurity by Noel Grandin · 8 years ago
- 7a11e70 loplugin:useuniqueptr in DocumentHandlerImpl by Noel Grandin · 8 years ago
- 60bc263 new loplugin:conststringfield by Noel Grandin · 8 years ago
- 9ca80b5 loplugin:useuniqueptr in ExtendedAttributes by Noel Grandin · 8 years ago
- f08a060 loplugin:unusedfields,can-be-const in xmlscript by Noel Grandin · 8 years ago
- 0132f27 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
- 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
- 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
- 45f20a8 [API CHANGE] deprecate XGraphicObjectResolver by Tomaž Vajngerl · 8 years ago
- 49eb02f new loplugin:unusedvariablemore by Noel Grandin · 8 years ago
- 786a1c8 fflush() followed by fclose() is redundant by Takeshi Abe · 8 years ago
- d9d6f80 Fix invalid syntax by Mike Kaganski · 8 years ago
- 4450b2a pass area param to DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
- 9401c7c remove unused processfactory.hxx includes by Jochen Nitschke · 8 years ago
- 043273e xmlscript: change import/export to not use GraphicObject URL by Tomaž Vajngerl · 8 years ago
- b5ed99e More loplugin:cstylecast: xmlscript by Stephan Bergmann · 8 years ago
- ab279d3 More loplugin:cstylecast: xmlscript by Stephan Bergmann · 8 years ago
- 2a1fb44 loplugin:passstuffbyref improved returns by Noel Grandin · 8 years ago