summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageFolder.cxx
AgeCommit message (Expand)Author
2023-12-20tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryptionMichael Stahl
2023-12-15tdf#105844 package: check for unexpected zip entries on loading ...Michael Stahl
2023-06-18Use getXWeak in packageMike Kaganski
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in packageStephan Bergmann
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-07-31rtl::Static -> static localNoel Grandin
2021-06-22reduce allocation in ZipContentInfo mapNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-06-04Upcoming loplugin:elidestringvar: packageStephan Bergmann
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): packageStephan Bergmann
2019-06-10bail out immediately if saving part of a zip package failsLuboš Luňák
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-01-13tdf#114550 don't use PBKDF2 in package for gpg encryptionThorsten Behrens
2018-01-12More loplugin:cstylecast: packageStephan Bergmann
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2017-10-23loplugin:includeform: packageStephan Bergmann
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin
2017-09-22loplugin:flatten in framework..packageNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: packageStephan Bergmann
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-02-23Use copy ctor instead of ZipPackageFolder::copyZipEntryStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-08Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan
2014-11-17ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.Matúš Kukan
2014-10-23Move ZipPackageStream::saveChild to proper source fileMatúš Kukan