summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)Author
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
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlscriptStephan Bergmann
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-04-07loplugin:unusedvariableplus in ucb,xmlscriptNoel Grandin
2020-02-26tdf#130793 Fix import/export of image URLsSamuel Mehrbrodt
2020-02-25[API CHANGE] remove BasicImport UNO interfacesNoel Grandin
2020-02-16Fix typoAndrea Gelmini
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-10use more std::make_sharedNoel Grandin
2019-12-28tdf#124176: Use "pragma once" on xmlscript/*Andrea Gelmini
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21tdf#42949 Fix IWYU warnings in xmlscript/Gabor Kelemen
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-08-23Avoid -fsanitizeinvalid-null-argumentStephan Bergmann
2019-08-20loplugin:constvars in writerfilter..xmlscriptNoel Grandin
2019-08-16new loplugin:sequenceloopNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlscriptStephan Bergmann
2019-07-29loplugin:sequentialassignNoel Grandin
2019-07-21loplugin:referencecasting in variousNoel Grandin
2019-06-20loplugin:logexceptionnicely in variousNoel Grandin
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-11i#119731 Hyperlink Control on dialog EditorShubham Goyal
2019-03-08tdf#53524 Create UNO grid control- dialog editorShubham Goyal