summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-272-53/+43
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-235-111/+111
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-2317-410/+378
* fdo#78949 Handle (SAXParse-)Exception that can't pass getAllRelationshipsStephan Bergmann2014-05-201-4/+10
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-3/+3
* various loplugin:passsequencebyrefNoel Grandin2014-05-142-8/+8
* package: remove SAL_INFO's that only mark function entryNoel Grandin2014-05-141-71/+0
* cid#982783 Unintentional integer overflowNoel Grandin2014-05-141-1/+1
* Many spelling fixes: directories h* - p*.Pedro Giffuni2014-04-3022-42/+42
* prefer makefile-gmake-modeTakeshi Abe2014-04-284-4/+4
* filter: sal_Bool->boolNoel Grandin2014-04-221-4/+4
* package: sal_Bool->boolNoel Grandin2014-04-2235-522/+522
* fixincludeguards.sh: packageThomas Arnhold2014-04-1938-78/+78
* sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann2014-04-163-70/+70
* package: Turn own logging infra into SAL_INFO to reduce product bin size.Jan Holesovsky2014-04-165-169/+155
* remove update_precomp.py markersThomas Arnhold2014-04-143-3/+0
* Remove dead function declarationStephan Bergmann2014-04-141-2/+0
* It's "its", not "it's"Tor Lillqvist2014-04-102-2/+2
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-036-15/+15
* package: sal_Bool->boolNoel Grandin2014-04-035-29/+29
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-012-2/+2
* typo: optimisation -> optimizationThomas Arnhold2014-03-291-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2626-321/+321
* coverity#982784 Unintentional integer overflowCaolán McNamara2014-03-211-7/+6
* coverity#707964 Uninitialized scalar fieldCaolán McNamara2014-03-211-0/+2
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-184-12/+12
* package: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-102-4/+2
* Use cppu::OImplementationId for XUnoTunnel IDsStephan Bergmann2014-03-104-15/+10
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2648-618/+618
* Remove visual noise from packageAlexander Wilms2014-02-2641-186/+186
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-213-5/+3
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-174-29/+29
* ucbhelper: sal_Bool -> boolStephan Bergmann2014-02-171-1/+1
* normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl2014-02-121-1/+1
* fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi2014-02-031-6/+1
* bool improvementsStephan Bergmann2014-01-287-7/+7
* Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky2014-01-2714-731/+815
* css::io::XInputStream _is_ allowedDavid Tardon2014-01-271-1/+1
* bool improvementsStephan Bergmann2014-01-224-9/+9
* Revert "impl. enumeration for ZipPackage"David Tardon2014-01-162-37/+2
* do not close input, unless it was us who opened itDavid Tardon2014-01-162-1/+4
* bahDavid Tardon2014-01-152-4/+4
* impl. enumeration for ZipPackageDavid Tardon2014-01-152-2/+37
* package: avoid un-necessary modification event work.Michael Meeks2014-01-053-1/+15
* No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2013-12-173-0/+12
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-172-4/+4
* fdo#71786 : Implemented Glossary folderRohit Deshmukh2013-12-131-0/+4
* Related: EDB-29934-1 add .zip cppunit testsCaolán McNamara2013-12-027-0/+113
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-4/+4