summaryrefslogtreecommitdiff
path: root/svl/source/misc
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann1-2/+3
2018-03-20lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2018-02-15svl: clear temporary copies of passwords in SvlPasswordHelperMichael Stahl1-0/+4
2018-02-15tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl1-7/+45
2017-11-24Clarify commentTor Lillqvist1-1/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-10-31loplugin:constantparam in svl,svtoolsNoel Grandin1-2/+1
2017-10-26loplugin:constmethod in svlNoel Grandin4-5/+5
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-23loplugin:flatten in svl..svxNoel Grandin1-3/+3
2017-09-19unused Registration classNoel Grandin1-68/+3
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin1-1/+1
2017-08-25loplugin:unusedfieldsNoel Grandin1-1/+0
2017-08-25loplugin:unusedmethodsNoel Grandin1-254/+5
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara3-35/+2
2017-08-01move resmgr to unotoolsCaolán McNamara1-5/+2
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara3-54/+7
2017-07-21migrate to boost::gettextCaolán McNamara4-393/+13
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-3/+3
2017-07-02loplugin:casttovoid: svlStephan Bergmann1-1/+0
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-1/+1
2017-06-06tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk1-0/+7
2017-05-25Revert "tdf#107945: Perhaps this will make this method thread-safe..."Kohei Yoshida1-1/+1
2017-05-25tdf#107945: Perhaps this will make this method thread-safe...Kohei Yoshida1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock2-4/+4
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock2-4/+4
2017-04-28loplugin:salunicodeliteral: svlStephan Bergmann1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06make page size compile time constantJochen Nitschke1-5/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-4/+4
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-17remove unused defines from HRC files in svlNoel Grandin1-25/+0
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann3-0/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-2/+2
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin1-5/+0
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-5/+5
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin4-14/+14
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2-6/+6
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin1-22/+12
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2-19/+19
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-6/+2
2016-09-14loplugin:constantparamNoel Grandin1-9/+3
2016-09-09loplugin:constantparam in sot..svlNoel Grandin1-10/+5
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-2/+2
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-2/+2
2016-08-29cid#1371226 Missing move assignment operatorNoel Grandin1-0/+22