summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)AuthorFilesLines
2014-10-23coverity#706585 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-23coverity#706586 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-22unusedcode: Remove Deflater::setLevelMatúš Kukan1-61/+16
2014-10-17coverity#706591 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-14bff: terminate on SAXException on malformed inputCaolán McNamara1-1/+22
2014-10-10ZipOutputStream: No need to explicitly set default valuesMatúš Kukan2-17/+1
2014-10-10Split ZipPackageFolder::saveChild into two functionsMatúš Kukan1-287/+334
2014-10-10package: ZipOutputStream: prefix membersMatúš Kukan1-119/+117
2014-10-10package: Add some 'const' and prefix membersMatúš Kukan3-25/+25
2014-09-30package: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin2-9/+9
2014-09-11create a master document template typeCaolán McNamara1-0/+1
2014-08-07coverity#706587 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-07coverity#706588 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-07coverity#706589 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-07coverity#706593 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-07coverity#706596 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-26coverity#706594 Uncaught exceptionCaolán McNamara1-1/+13
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-07-06fix unhandled exception terminate on ooo48061-1.sxwCaolán McNamara1-4/+14
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-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-12/+0
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold3-4/+0
2014-05-29remove unnecessary linefeeds from the end of exception messagesNoel Grandin2-9/+9
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 Nabet5-111/+111
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin17-410/+378
2014-05-20fdo#78949 Handle (SAXParse-)Exception that can't pass getAllRelationshipsStephan Bergmann1-4/+10
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-3/+3
2014-05-14various loplugin:passsequencebyrefNoel Grandin2-8/+8
2014-05-14package: remove SAL_INFO's that only mark function entryNoel Grandin1-71/+0
2014-05-14cid#982783 Unintentional integer overflowNoel Grandin1-1/+1
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni5-7/+7
2014-04-22filter: sal_Bool->boolNoel Grandin1-4/+4
2014-04-22package: sal_Bool->boolNoel Grandin24-466/+466
2014-04-19fixincludeguards.sh: packageThomas Arnhold20-42/+42
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 update_precomp.py markersThomas Arnhold3-3/+0
2014-04-14Remove dead function declarationStephan Bergmann1-2/+0