summaryrefslogtreecommitdiff
path: root/svl/source/passwordcontainer
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-24update component factory methods to use new prefixes, to add lib mergingMatus Kukan2-3/+3
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-7/+7
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky3-80/+34
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold1-2/+2
2010-12-24cppcheck: prefer prefix variantCaolán McNamara1-16/+16
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 17Gert Faller1-6/+6
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 07Gert Faller2-32/+32
2010-11-19gnumake2: removing old dmake file in migrated modulesBjoern Michaelsen1-70/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth3-0/+9
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb3-18/+42
2010-02-25sb118: merged in DEV300_m72sb4-17/+4