summaryrefslogtreecommitdiff
path: root/package/source/xstor/owriteablestream.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-4/+4
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin1-6/+2
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-42/+42
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-02-19pretty up logging of exceptionsNoel Grandin1-8/+9
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov1-5/+4
2019-02-09loplugin:indentation in oox..packageNoel Grandin1-4/+4
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-18Fix typo in codeAndrea Gelmini1-2/+2
2018-10-13loplugin:constfields in package..registryNoel Grandin1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-10-10Replace list by vector InputStreamsList_Impl (package)Julien Nabet1-8/+8
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-30/+30
2017-09-22loplugin:flatten in framework..packageNoel Grandin1-74/+60
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-25/+25
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-06-20create comphelper::RefCountedMutexNoel Grandin1-72/+73
2017-05-03loplugin:checkunusedparams in package..reportdesignNoel Grandin1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-15/+15
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara1-84/+27
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-47/+17
2017-02-06Add missing #includesStephan Bergmann1-0/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-108/+0
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke1-4/+4
2016-07-27improve passstuffbyref return analysisNoel Grandin1-3/+3
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-34/+28
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin1-6/+6
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-03-12package: move WSInternalData_Impl out of headerMichael Stahl1-0/+16
2015-03-12package: convert OWriteStream::m_pData to std::unique_ptrMichael Stahl1-15/+11
2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl1-17/+14
2015-03-11redundant checkCaolán McNamara1-2/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-6/+6
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-6/+6
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-7/+7
2014-10-30coverity#706568 Uncaught exceptionCaolán McNamara1-1/+9
2014-10-30coverity#706569 Uncaught exceptionCaolán McNamara1-3/+10
2014-09-29loplugin: cstylecastNoel Grandin1-4/+4
2014-07-14coverity#983698 Uncaught exceptionCaolán McNamara1-4/+25
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-5/+4