summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2014-11-23Resolves: fdo#86485 fix terminate on SAXException on malformed inputCaolán McNamara1-1/+22
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 Giffuni22-42/+42
2014-04-28prefer makefile-gmake-modeTakeshi Abe4-4/+4
2014-04-22filter: sal_Bool->boolNoel Grandin1-4/+4
2014-04-22package: sal_Bool->boolNoel Grandin35-522/+522
2014-04-19fixincludeguards.sh: packageThomas Arnhold38-78/+78
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
2014-04-10It's "its", not "it's"Tor Lillqvist2-2/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin6-15/+15
2014-04-03package: sal_Bool->boolNoel Grandin5-29/+29
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-29typo: optimisation -> optimizationThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann26-321/+321
2014-03-21coverity#982784 Unintentional integer overflowCaolán McNamara1-7/+6
2014-03-21coverity#707964 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin4-12/+12
2014-03-10package: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-4/+2
2014-03-10Use cppu::OImplementationId for XUnoTunnel IDsStephan Bergmann4-15/+10
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann48-618/+618
2014-02-26Remove visual noise from packageAlexander Wilms41-186/+186
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe3-5/+3
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann4-29/+29
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-12normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl1-1/+1
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-6/+1
2014-01-28bool improvementsStephan Bergmann7-7/+7
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky14-731/+815
2014-01-27css::io::XInputStream _is_ allowedDavid Tardon1-1/+1
2014-01-22bool improvementsStephan Bergmann4-9/+9
2014-01-16Revert "impl. enumeration for ZipPackage"David Tardon2-37/+2
2014-01-16do not close input, unless it was us who opened itDavid Tardon2-1/+4
2014-01-15bahDavid Tardon2-4/+4
2014-01-15impl. enumeration for ZipPackageDavid Tardon2-2/+37
2014-01-05package: avoid un-necessary modification event work.Michael Meeks3-1/+15
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann3-0/+12
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2-4/+4
2013-12-13fdo#71786 : Implemented Glossary folderRohit Deshmukh1-0/+4
2013-12-02Related: EDB-29934-1 add .zip cppunit testsCaolán McNamara7-0/+113
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-4/+4
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1