summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/storagehelper.cxx
AgeCommit message (Expand)Author
2021-10-29Prepare for removal of non-const operator[] from Sequence in comphelperMike Kaganski
2021-10-15Simplify vector initialization in comphelperJulien Nabet
2021-10-15comphelper: fix bad error handling in CreatePackageEncryptionData()Michael Stahl
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2020-12-13cid#1470590 silence bogus Out-of-bounds accessCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-09-27improve some exception messagesNoel Grandin
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-05-29use for-range loop on SequenceNoel Grandin
2020-05-15replace hard-coded "1.2" ODF version stringsMichael Stahl
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov
2019-02-10Fix typoAndrea Gelmini
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-05-18Refactor SfxObjectShell sign methodsSamuel Mehrbrodt
2018-01-17xmlsecurity: cleanup commentThorsten Behrens
2018-01-13tdf#114550 use 32 bit random session key for gpg encryptionThorsten Behrens
2018-01-12tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens
2017-12-08gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGMEThorsten Behrens
2017-12-07comphelper: fix windows buildThorsten Behrens
2017-12-07gpg4libre: permit multi-select encrypt certThorsten Behrens
2017-12-07gpg4libre: [API CHANGE] add storage helper for GPG encryption dataThorsten Behrens
2017-10-05TSCP: include certificate usage in paragraph signaturesAshod Nakashian
2017-09-03gpg4libre: Recycle certificate selection dialog for encryptionKatarina Behrens
2017-08-31gpg4libre/comphelper: add storage helper for GPG encryption dataThorsten Behrens
2017-07-31loplugin:oncevarNoel Grandin
2017-07-17loplugin:constparams in comphelper,unoidlNoel Grandin
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-02-21loplugin:subtlezeroinit: comphelperStephan Bergmann
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida
2016-06-28Improve readability of OUString concatanation in OStorageHelperMuhammet Kara
2016-03-03loplugin:unuseddefaultparams comphelperNoel Grandin
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-27com::sun::star->css in comphelperNoel Grandin
2015-06-29coverity#1308587 Uncaught exceptionCaolán McNamara