summaryrefslogtreecommitdiff
path: root/svl/source/passwordcontainer
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: svlStephan Bergmann
2017-10-18Replace lists by vectors in svlJulien Nabet
2017-10-13tdf#100726 improved readability of OUString/Ostring concatenationTjipke van der Heide
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-10make comphelper::sequenceToContainer a little smarterNoel Grandin
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-09-01coverity#1372396 Uncaught exceptionCaolán McNamara
2016-09-01coverity#1372381 Uncaught exceptionCaolán McNamara
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl)Stephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-07-04Fix typosAndrea Gelmini
2015-07-02coverity#1309053 Uncaught exceptionCaolán McNamara
2015-07-02coverity#1309052 Uncaught exceptionCaolán McNamara
2015-07-02coverity#1309051 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308438 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308437 Uncaught exceptionCaolán McNamara
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-01-20Some more loplugin:cstylecast: svlStephan Bergmann
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava