summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-10Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+1
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara2-2/+4
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann5-6/+6
2019-09-28loplugin:constmethod in xmlsecurityNoel Grandin4-7/+7
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov5-16/+11
2019-09-06Fixing '....' and '..'Andrea Gelmini2-2/+2
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov4-4/+4
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+1
2019-08-20tdf#116862 do not encrypt to self when encryption key is not setFranklin Weng1-7/+9
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-08-16new loplugin:sequenceloopNoel Grandin6-8/+9
2019-08-14Simplify OUString array initializationMike Kaganski1-10/+11
2019-08-14Don't hardcode "C:\\Program Files (x86)" path on WindowsMike Kaganski1-2/+21
2019-08-13tdf#116085 add more Gpg4Win binary locationsThorsten Behrens1-3/+8
2019-07-31Fix typosAndrea Gelmini6-9/+9
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurityStephan Bergmann20-31/+31
2019-07-24Fix typosAndrea Gelmini7-17/+17
2019-07-21loplugin:referencecasting in xmlsecurityNoel Grandin5-37/+20
2019-07-16cid#1448421 unsafe_xml_parse_configCaolán McNamara1-1/+1
2019-07-16cid#1448248 Unchecked return valueCaolán McNamara1-1/+1
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin2-4/+6
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov4-62/+6
2019-05-29Removed duplicated includeAndrea Gelmini1-3/+0
2019-05-27xmlsecurity: add missing includeMiklos Vajna1-0/+1
2019-05-27operator new doesn't return null anywayStephan Bergmann1-5/+1
2019-05-20writerfilter: make RTFParserState members private, part 1Miklos Vajna1-1/+2
2019-05-15xmlsecurity: make DocumentSignatureManager members privateMiklos Vajna2-35/+35
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov8-65/+40
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen38-116/+27
2019-05-08Replace remaining lists by vectors in xmlsecurityJulien Nabet4-6/+6
2019-05-07Replace list by vector in xmlsecurity/gpgJulien Nabet1-3/+3
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov7-10/+10
2019-04-29xmlsecurity: fix the Android buildMiklos Vajna1-0/+3
2019-04-29tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen44-87/+82
2019-04-21Properly initialize gpgme-w32spawn.exe path on WindowsMike Kaganski1-0/+38
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin3-9/+4
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-13use more std::make_uniqueNoel Grandin2-3/+3
2019-04-09tdf#123747 xmlsecurity, ODF sign roundtrip: preserve invalid reference typeMiklos Vajna5-15/+18
2019-03-16weld SwEditRegionDlgCaolán McNamara1-0/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara2-10/+10
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+3
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann3-4/+4