summaryrefslogtreecommitdiff
path: root/package/source/xstor/owriteablestream.cxx
AgeCommit message (Expand)Author
2020-02-10tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski
2019-10-01loplugin:stringadd in package..saxNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-22Simplify Sequence iterations in packageArkadiy Illarionov
2019-08-22Deduplicate some codeMike Kaganski
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-20Fix typoAndrea Gelmini
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-19pretty up logging of exceptionsNoel Grandin
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov
2019-02-09loplugin:indentation in oox..packageNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-18Fix typo in codeAndrea Gelmini
2018-10-13loplugin:constfields in package..registryNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2017-10-10Replace list by vector InputStreamsList_Impl (package)Julien Nabet
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-22loplugin:flatten in framework..packageNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-20create comphelper::RefCountedMutexNoel Grandin
2017-05-03loplugin:checkunusedparams in package..reportdesignNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-03-12package: move WSInternalData_Impl out of headerMichael Stahl
2015-03-12package: convert OWriteStream::m_pData to std::unique_ptrMichael Stahl
2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl
2015-03-11redundant checkCaolán McNamara