summaryrefslogtreecommitdiff
path: root/package/source/zippackage/zipfileaccess.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: packageStephan Bergmann1-1/+1
2017-10-03new loplugin:blockblockNoel Grandin1-9/+7
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-3/+3
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-06-20create comphelper::RefCountedMutexNoel Grandin1-1/+1
2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem1-6/+0
2017-06-08Fixing loose ends for multithread Sync in package/:Mohammed Abdul Azeem1-0/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-4/+4
2017-03-30remove type decorations on char literalsJochen Nitschke1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+0
2017-01-17tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida1-1/+31
2017-01-16Use unique_ptr for ZipFile here.Kohei Yoshida1-7/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (package)Stephan Bergmann1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-3/+3
2015-10-23com::sun::star->css in package,pyunoNoel Grandin1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+3
2014-10-27coverity#706590 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-17coverity#706591 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-07coverity#706587 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-07coverity#706588 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-07coverity#706589 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-07coverity#706593 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-07coverity#706596 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-26coverity#706594 Uncaught exceptionCaolán McNamara1-1/+13
2014-07-06fix unhandled exception terminate on ooo48061-1.sxwCaolán McNamara1-4/+14
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-24/+24
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni1-1/+1
2014-04-22package: sal_Bool->boolNoel Grandin1-13/+13
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-13/+13
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+0
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky1-26/+32
2014-01-27css::io::XInputStream _is_ allowedDavid Tardon1-1/+1
2014-01-16do not close input, unless it was us who opened itDavid Tardon1-1/+3
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza1-7/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa1-21/+0
2013-06-12Fix exception specification for ZipFileAccess::createWithURLNoel Grandin1-1/+1
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov1-1/+1
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin1-7/+7
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-2/+5
2012-08-17package: no more RTL_CONSTASCII_USTRINGPARAM in zippackageMiklos Vajna1-52/+52
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-01-02Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot1-4/+4
2011-11-27remove include of pch header from packageNorbert Thiebaud1-2/+0
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-2/+3
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-3/+3