summaryrefslogtreecommitdiff
path: root/package/source/xstor
AgeCommit message (Expand)AuthorFilesLines
2014-07-26coverity#706577 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-25coverity#706572 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-25coverity#706579 Uncaught exceptionCaolán McNamara2-0/+2
2014-07-25coverity#1209891 Uncaught exceptionCaolán McNamara2-0/+2
2014-07-25coverity#1209892 Uncaught exceptionCaolán McNamara2-0/+2
2014-07-14coverity#706576 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-14coverity#706574 Uncaught exceptionCaolán McNamara1-3/+9
2014-07-14coverity#983698 Uncaught exceptionCaolán McNamara1-4/+25
2014-06-09No need to check for NULL before delete.Kohei Yoshida1-5/+2
2014-06-09Tuck this typedef inside struct scope where it's used.Kohei Yoshida2-7/+8
2014-06-09Use for_each with boost::checked_deletor for this.Kohei Yoshida1-8/+4
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin2-53/+43
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet3-109/+109
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-231/+227
2014-05-20fdo#78949 Handle (SAXParse-)Exception that can't pass getAllRelationshipsStephan Bergmann1-4/+10
2014-05-14various loplugin:passsequencebyrefNoel Grandin2-8/+8
2014-05-14package: remove SAL_INFO's that only mark function entryNoel Grandin1-71/+0
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni3-5/+5
2014-04-22filter: sal_Bool->boolNoel Grandin1-4/+4
2014-04-22package: sal_Bool->boolNoel Grandin10-288/+288
2014-04-19fixincludeguards.sh: packageThomas Arnhold7-15/+15
2014-04-16sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann3-70/+70
2014-04-16package: Turn own logging infra into SAL_INFO to reduce product bin size.Jan Holesovsky5-169/+155
2014-04-14Remove dead function declarationStephan Bergmann1-2/+0
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin6-15/+15
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann9-190/+190
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-10/+10
2014-03-10package: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-4/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann18-368/+368
2014-02-26Remove visual noise from packageAlexander Wilms2-2/+2
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-25/+25
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky2-593/+605
2014-01-22bool improvementsStephan Bergmann4-9/+9
2014-01-05package: avoid un-necessary modification event work.Michael Meeks3-1/+15
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2-0/+8
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-13fdo#71786 : Implemented Glossary folderRohit Deshmukh1-0/+4
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-7/+2
2013-10-23clean up some include guardsThomas Arnhold2-4/+4
2013-10-02WaE: unused variableTor Lillqvist1-2/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
2013-08-28End iterator might not be constJulien Nabet1-2/+1
2013-08-27These shall apparently check for URL scheme prefix matchStephan Bergmann1-1/+1
2013-08-16fdo#68084: OOXML import: handle exceptions if stream is missingMichael Stahl1-1/+5
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa15-492/+2
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2-134/+130
2013-06-05remove unused componentcontext.hxx includesNoel Grandin2-2/+0