summaryrefslogtreecommitdiff
path: root/package/source/xstor
AgeCommit message (Expand)Author
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
2015-01-02Fix simple typos.Andrea Gelmini
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-04coverity#706578 uncaught exceptionDavid Tardon
2014-10-30coverity#706568 Uncaught exceptionCaolán McNamara
2014-10-30coverity#706569 Uncaught exceptionCaolán McNamara
2014-10-30OSL_ENSURE->assert when follow by deref of tested pointerCaolán McNamara
2014-10-24package: OInputCompStream::m_xStream is never nullMichael Stahl
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-07-14coverity#983698 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
2014-05-14package: remove SAL_INFO's that only mark function entryNoel Grandin
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-22package: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: packageThomas Arnhold
2014-04-16sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann
2014-04-16package: Turn own logging infra into SAL_INFO to reduce product bin size.Jan Holesovsky
2014-04-14Remove dead function declarationStephan Bergmann
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-10package: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from packageAlexander Wilms
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky