summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)Author
2023-11-08loplugin:fieldcast in xmlscriptNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmlscriptStephan Bergmann
2023-05-06Use getXWeak in xmlscriptMike Kaganski
2023-04-09elide temporaries in readEventsNoel Grandin
2023-02-28osl::Mutex->std::mutex in xmlscript::DocumentHandlerImplNoel Grandin
2022-10-17use more string_viewNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-08Related tdf#114790: add align and vertalign to datefield im/exportJulien Nabet
2022-08-07Resolves: tdf#114790 add align and vertalign to currencyfield im/exportCaolán McNamara
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-02Just use Any ctor instead of makeAny in xmlscriptStephan Bergmann
2022-04-26add o3tl::toUInt32Noel Grandin
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlscriptMike Kaganski
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-10loplugin:moveparam in xmlscriptNoel Grandin
2021-09-15loplugin:constvarsNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01osl::Mutex->std::mutex in XMLBasicExporterBaseNoel Grandin
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara
2021-05-31crashtesting fixNoel Grandin
2021-05-27no need to allocate Style objects separatelyNoel Grandin
2021-05-25fix leaks in loading xmlscriptNoel Grandin
2021-05-18loplugin:unusedfieldsNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-06tdf#137652 add xmlscript unittest & infrastructureVasily Melenchuk
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-09Make sal/config.h the first in pchMike Kaganski
2021-02-19update pchesCaolán McNamara
2021-02-19loplugin:refcounting in xmlscriptNoel
2021-02-18loplugin:referencecasting in xmlscriptNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module xmlscript with clang-formatPhilipp Hofer
2020-10-22tdf#137652 fix XDL import: no more missing empty items for comboboxSerge Krot
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin
2020-08-02loplugin:flatten in xmlscriptNoel Grandin
2020-07-06xmlscript: create instances with uno constructorsNoel Grandin