summaryrefslogtreecommitdiff
path: root/package/source/xstor/xstorage.cxx
AgeCommit message (Expand)Author
2017-02-22use std::unique_ptrCaolán McNamara
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-02-23Use passed-in context instead of comphelper::getProcessComponentContext()Stephan Bergmann
2016-02-05Fix typosAndrea Gelmini
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
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-07-03Fix typosAndrea Gelmini
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin
2015-06-28Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-12unnecessary castCaolán McNamara
2015-03-12package: PVS-Studio V595 'm_pData' pointer could be nullMichael Stahl
2015-03-12package: convert StorInternalData_Impl member to std::unique_ptrMichael Stahl
2015-03-12package: convert OStorage::m_pData to std::unique_ptrMichael Stahl
2015-01-02Fix simple typos.Andrea Gelmini
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-04coverity#706578 uncaught exceptionDavid Tardon
2014-10-30OSL_ENSURE->assert when follow by deref of tested pointerCaolán McNamara
2014-10-14bff: terminate on SAXException on malformed inputCaolán McNamara
2014-09-29loplugin: cstylecastNoel Grandin
2014-07-26coverity#706577 Uncaught exceptionCaolán McNamara
2014-07-25coverity#706572 Uncaught exceptionCaolán McNamara
2014-07-25coverity#706579 Uncaught exceptionCaolán McNamara
2014-07-25coverity#1209891 Uncaught exceptionCaolán McNamara
2014-07-25coverity#1209892 Uncaught exceptionCaolán McNamara
2014-07-14coverity#706576 Uncaught exceptionCaolán McNamara
2014-07-14coverity#706574 Uncaught exceptionCaolán McNamara
2014-06-09No need to check for NULL before delete.Kohei Yoshida
2014-06-09Tuck this typedef inside struct scope where it's used.Kohei Yoshida
2014-06-09Use for_each with boost::checked_deletor for this.Kohei Yoshida
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-20fdo#78949 Handle (SAXParse-)Exception that can't pass getAllRelationshipsStephan Bergmann
2014-05-14various loplugin:passsequencebyrefNoel Grandin