summaryrefslogtreecommitdiff
path: root/svl/source/passwordcontainer/passwordcontainer.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet1-2/+2
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin1-2/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-22/+4
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-3/+3
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-07-02coverity#1309053 Uncaught exceptionCaolán McNamara1-1/+1
2015-07-02coverity#1309052 Uncaught exceptionCaolán McNamara1-1/+1
2015-07-02coverity#1309051 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308438 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308437 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-2/+2
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-3/+3
2015-06-02loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-3/+2
2015-03-04V813: Decreased performanceCaolán McNamara1-5/+2
2015-01-20Some more loplugin:cstylecast: svlStephan Bergmann1-6/+6
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+2
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-7/+7
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-24/+24
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-19/+19
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-6/+6
2014-01-28bool improvementsStephan Bergmann1-4/+4
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza1-9/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-5/+3
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin1-9/+9
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-7/+3
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin1-4/+4
2013-10-02WaE: unused variableTor Lillqvist1-2/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-5/+5
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa1-66/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-4/+4
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-3/+3
2013-06-05fdo#46808, Convert XMultiServiceFactory in svl moduleNoel Grandin1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-127/+127
2012-10-24PasswordContainer::allowPersistentStoring: fix warning C4805Michael Stahl1-1/+1