summaryrefslogtreecommitdiff
path: root/xmlscript/source
AgeCommit message (Expand)AuthorFilesLines
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-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-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
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-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 Grandin2-9/+9
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-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 Grandin3-194/+195
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
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-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
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-2/+2
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-1/+2
2020-08-02loplugin:flatten in xmlscriptNoel Grandin3-555/+558
2020-07-06xmlscript: create instances with uno constructorsNoel Grandin3-113/+8
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlscriptStephan Bergmann3-4/+4
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin1-2/+2
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-0/+2
2020-04-07loplugin:unusedvariableplus in ucb,xmlscriptNoel Grandin1-5/+3
2020-02-26tdf#130793 Fix import/export of image URLsSamuel Mehrbrodt2-1/+14
2020-02-25[API CHANGE] remove BasicImport UNO interfacesNoel Grandin2-906/+0
2020-02-16Fix typoAndrea Gelmini1-1/+1