summaryrefslogtreecommitdiff
path: root/package/source/xstor/owriteablestream.cxx
AgeCommit message (Expand)Author
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-07-31rtl::Static -> static localNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-21loplugin:refcounting in package..saxNoel
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-09-27improve some exception messagesNoel Grandin
2020-04-03loplugin:flatten in packageNoel Grandin
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin
2020-01-04tdf#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