summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)AuthorFilesLines
2024-04-01tdf#146619 Drop unused 'using namespace' in: xmlscript/Gabor Kelemen3-3/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2024-01-12cid#1546222 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+3
2023-11-19Extended loplugin:ostr: xmlscriptStephan Bergmann1-42/+58
2023-11-08loplugin:fieldcast in xmlscriptNoel Grandin2-7/+5
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmlscriptStephan Bergmann2-4/+4
2023-05-06Use getXWeak in xmlscriptMike Kaganski1-1/+1
2023-04-09elide temporaries in readEventsNoel Grandin1-5/+3
2023-02-28osl::Mutex->std::mutex in xmlscript::DocumentHandlerImplNoel Grandin1-14/+16
2022-10-17use more string_viewNoel Grandin2-8/+8
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann5-5/+5
2022-08-08Related tdf#114790: add align and vertalign to datefield im/exportJulien Nabet2-0/+4
2022-08-07Resolves: tdf#114790 add align and vertalign to currencyfield im/exportCaolán McNamara2-0/+4
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin7-27/+32
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-2/+0
2022-05-02Just use Any ctor instead of makeAny in xmlscriptStephan Bergmann4-71/+71
2022-04-26add o3tl::toUInt32Noel Grandin2-2/+4
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlscriptMike Kaganski1-2/+1
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-8/+8
2021-10-10loplugin:moveparam in xmlscriptNoel Grandin3-10/+10
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-4/+4
2021-08-01osl::Mutex->std::mutex in XMLBasicExporterBaseNoel Grandin2-6/+6
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-8/+2
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara4-7/+0
2021-05-31crashtesting fixNoel Grandin2-1/+4
2021-05-27no need to allocate Style objects separatelyNoel Grandin2-33/+33
2021-05-25fix leaks in loading xmlscriptNoel Grandin4-194/+203
2021-05-18loplugin:unusedfieldsNoel Grandin1-10/+0
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+2
2021-04-06tdf#137652 add xmlscript unittest & infrastructureVasily Melenchuk8-265/+282
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar1-4/+2
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-2/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-19update pchesCaolán McNamara1-2/+1
2021-02-19loplugin:refcounting in xmlscriptNoel6-54/+44
2021-02-18loplugin:referencecasting in xmlscriptNoel4-8/+8
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-3/+3
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-18tdf#123936 Formatting files in module xmlscript with clang-formatPhilipp Hofer2-16/+8
2020-10-22tdf#137652 fix XDL import: no more missing empty items for comboboxSerge Krot2-5/+8
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-2/+2