summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* create a master document template typeCaolán McNamara2014-09-111-0/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-1931-55/+55
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-193-7/+7
* java: remove commented out codeNoel Grandin2014-08-141-5/+0
* update_pchThomas Arnhold2014-08-131-0/+1
* coverity#706587 Uncaught exceptionCaolán McNamara2014-08-071-1/+1
* coverity#706588 Uncaught exceptionCaolán McNamara2014-08-071-1/+1
* coverity#706589 Uncaught exceptionCaolán McNamara2014-08-071-1/+1
* coverity#706593 Uncaught exceptionCaolán McNamara2014-08-071-1/+1
* coverity#706596 Uncaught exceptionCaolán McNamara2014-08-071-1/+1
* typo: more then -> more thanTakeshi Abe2014-08-013-3/+3
* coverity#706594 Uncaught exceptionCaolán McNamara2014-07-261-1/+13
* coverity#706577 Uncaught exceptionCaolán McNamara2014-07-261-1/+1
* coverity#706572 Uncaught exceptionCaolán McNamara2014-07-251-1/+1
* coverity#706579 Uncaught exceptionCaolán McNamara2014-07-252-0/+2
* coverity#1209891 Uncaught exceptionCaolán McNamara2014-07-252-0/+2
* coverity#1209892 Uncaught exceptionCaolán McNamara2014-07-252-0/+2
* coverity#706576 Uncaught exceptionCaolán McNamara2014-07-141-1/+1
* coverity#706574 Uncaught exceptionCaolán McNamara2014-07-141-3/+9
* coverity#983698 Uncaught exceptionCaolán McNamara2014-07-141-4/+25
* fix unhandled exception terminate on ooo48061-1.sxwCaolán McNamara2014-07-061-4/+14
* No need to check for NULL before delete.Kohei Yoshida2014-06-091-5/+2
* Tuck this typedef inside struct scope where it's used.Kohei Yoshida2014-06-092-7/+8
* Use for_each with boost::checked_deletor for this.Kohei Yoshida2014-06-091-8/+4
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-12/+0
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-049-4/+186
* remove unnecessary linefeeds from the end of exception messagesNoel Grandin2014-05-292-9/+9
* 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