summaryrefslogtreecommitdiff
path: root/xmlscript/source
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+4
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-28tdf#124176: Use "pragma once" on xmlscript/*Andrea Gelmini10-30/+10
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin2-12/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+25
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-21tdf#42949 Fix IWYU warnings in xmlscript/Gabor Kelemen16-66/+8
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin1-10/+5
2019-08-23Avoid -fsanitizeinvalid-null-argumentStephan Bergmann1-3/+5
2019-08-20loplugin:constvars in writerfilter..xmlscriptNoel Grandin1-1/+1
2019-08-16new loplugin:sequenceloopNoel Grandin3-6/+6
2019-08-12Fix typosAndrea Gelmini1-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlscriptStephan Bergmann3-5/+5
2019-07-29loplugin:sequentialassignNoel Grandin3-14/+7
2019-07-21loplugin:referencecasting in variousNoel Grandin1-1/+1
2019-06-20loplugin:logexceptionnicely in variousNoel Grandin2-22/+24
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov4-50/+32
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov2-6/+6
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski4-14/+7
2019-03-11i#119731 Hyperlink Control on dialog EditorShubham Goyal2-2/+0
2019-03-08tdf#53524 Create UNO grid control- dialog editorShubham Goyal4-0/+119