summaryrefslogtreecommitdiff
path: root/svl/source/passwordcontainer
AgeCommit message (Expand)Author
2023-10-11tdf#157686 UI freezes after setting new master passwordNoel Grandin
2023-03-30loplugin:stringadd in starmath..svlNoel Grandin
2023-02-18osl::Mutex->std::mutex in SysCredentialsConfigItemNoel Grandin
2023-02-18osl::Mutex->std::mutex in SysCredentialsConfigNoel Grandin
2023-02-17osl::Mutex->std::mutex in PasswordContainerNoel Grandin
2022-09-20use more string_view in svlNoel Grandin
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-05-06svl: fix crash if user cancels/closes master password dialogMichael Stahl
2022-05-03Just use Any ctor instead of makeAny in svlStephan Bergmann
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-13use more string_view in svlNoel Grandin
2022-04-11use more string_viewNoel Grandin
2022-03-30add Initialization Vectors to password storageCaolán McNamara
2022-03-24make hash encoding match decodingCaolán McNamara
2021-11-18tdf#140086 svl: restore PasswordContainer to single-instanceMichael Stahl
2021-10-31Prepare for removal of non-const operator[] from Sequence in svlMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-10loplugin:moveparam in svlNoel Grandin
2021-07-23expand out contractions in PasswordContainerNoel Grandin
2021-07-23no need to allocate the StorageItem separatelyNoel Grandin
2021-06-11Simplify even more initializations in svl/passwordcontainer.cxxJulien Nabet
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-08-27expand out StringSet typedefNoel Grandin
2020-08-13Fix variable name bAcceptEnmptyAndrea Gelmini
2020-08-11loplugin:flattenNoel Grandin
2020-07-14svl/passwordcontainer: create instances with uno constructorsNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-10-19Directly use OUStringBuffer::append overload taking a single sal_UnicodeStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2018-12-07remove unused ConfigItemMode::DelayedUpdateNoel Grandin
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-23Related rhbz#1618703: Properly handle failure decoding master passwordStephan Bergmann