summaryrefslogtreecommitdiff
path: root/svl/source/passwordcontainer
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl3-4/+5
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 Stahl2-0/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+2
2014-05-15fix-includes.pl: svlThomas Arnhold2-5/+5
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-7/+7
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
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-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-1/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+3
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin2-7/+5
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-28fixincludeguards.sh: svlThomas Arnhold1-3/+3
2013-10-23convert code to use OUString::endsWithNoel Grandin2-6/+6
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 Waa2-67/+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ňák3-163/+163
2012-10-24PasswordContainer::allowPersistentStoring: fix warning C4805Michael Stahl1-1/+1
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-3/+3
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-3/+8
2012-10-02sal_Bool->bool in svl::PasswordContainerNoel Grandin1-12/+12
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2-3/+2
2012-07-02re-base on ALv2 code.Michael Meeks3-72/+45
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-10nuke dead codeTakeshi Abe1-3/+0
2012-06-02targeted string re-workNorbert Thiebaud2-41/+37
2012-05-12Replace !var.size() by var.empty()Julien Nabet1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+3
2012-01-13Fix for fdo43460 Part XXXVI getLength() to isEmpty()Olivier Hallot2-21/+21
2011-11-27remove include of pch header from svlNorbert Thiebaud1-2/+0
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-8/+3
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan1-6/+0