summaryrefslogtreecommitdiff
path: root/svl/source/passwordcontainer
AgeCommit message (Expand)Author
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
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-15fix-includes.pl: svlThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-28fixincludeguards.sh: svlThomas Arnhold
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-02WaE: unused variableTor Lillqvist
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák