summaryrefslogtreecommitdiff
path: root/package/source/xstor/owriteablestream.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-68/+68
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-4/+2
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni1-1/+1
2014-04-22filter: sal_Bool->boolNoel Grandin1-4/+4
2014-04-22package: sal_Bool->boolNoel Grandin1-83/+83
2014-04-16sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann1-33/+33
2014-04-16package: Turn own logging infra into SAL_INFO to reduce product bin size.Jan Holesovsky1-65/+52
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-10package: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-2/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-45/+45
2014-01-22bool improvementsStephan Bergmann1-3/+3