summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)AuthorFilesLines
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-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
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 Kelemen17-66/+10
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-2/+2
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin1-10/+5
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
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-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-2/+11
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 Goyal3-3/+13
2019-03-08tdf#53524 Create UNO grid control- dialog editorShubham Goyal5-1/+138
2019-02-19pretty up logging of exceptionsNoel Grandin1-1/+2
2019-02-11new loplugin indentationNoel Grandin3-9/+9
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-5/+2
2018-10-25Fix typoAndrea Gelmini1-1/+1
2018-10-25tdf#42949 Fix IWYU warnings in include/xmlscript/*Gabor Kelemen10-0/+16
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-16/+16
2018-10-19copy and paste errorCaolán McNamara1-1/+1
2018-10-16clang-tidy readability-simplify-subscript-exprNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov1-5/+3
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin1-2/+1
2018-09-05loplugin:useuniqueptr in DocumentHandlerImplNoel Grandin1-37/+36
2018-08-22new loplugin:conststringfieldNoel Grandin1-10/+9
2018-08-21loplugin:useuniqueptr in ExtendedAttributesNoel Grandin1-11/+12
2018-07-24loplugin:unusedfields,can-be-const in xmlscriptNoel Grandin6-15/+15
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl4-11/+4
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe1-1/+0
2018-04-05Fix invalid syntaxMike Kaganski1-1/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke3-3/+0