summaryrefslogtreecommitdiff
path: root/package/source/xstor/xstorage.cxx
AgeCommit message (Expand)Author
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
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-22package: sal_Bool->boolNoel Grandin
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-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
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
2014-01-22bool improvementsStephan Bergmann
2014-01-05package: avoid un-necessary modification event work.Michael Meeks
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-08-16fdo#68084: OOXML import: handle exceptions if stream is missingMichael Stahl
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-20typo: allways -> alwaysAndras Timar
2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin
2013-02-11fdo#46808, use service constructor for document::DocumentIOLogRingNoel Grandin
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-22package: kill RTL_CONSTASCII_USTRINGPARAM in xstorageMiklos Vajna
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann