summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Avoid static local of a singleton. This crashed writer unit tests.Kohei Yoshida2014-05-282-8/+22
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-298-45/+42
* coverity#706235 Uncaught exceptionCaolán McNamara2014-05-281-2/+3
* coverity#706234 Uncaught exceptionCaolán McNamara2014-05-281-2/+3
* coverity#706232 Uncaught exceptionCaolán McNamara2014-05-281-2/+4
* coverity#706231 Uncaught exceptionCaolán McNamara2014-05-281-1/+1
* Avoid undefined signed integer overflowStephan Bergmann2014-05-281-4/+5
* Fix memory leakStephan Bergmann2014-05-282-32/+19
* Fix memory leak (missing typelib_TypeDescription_release)Stephan Bergmann2014-05-281-12/+1
* OSL_TRACE -> SAL_INFOThomas Arnhold2014-05-271-12/+6
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-271-1/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-233-6/+4
* add default value for Context param in uno::Exception constructorsNoel Grandin2014-05-231-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-223-12/+12
* fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl2014-05-224-5/+23
* Revert "fdo#67685 open xSourceLibrariesStor only when needed"Michael Stahl2014-05-221-15/+15
* fdo#68983: Revert "remove #if 0 block (from ...Michael Stahl2014-05-221-16/+44
* fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold2014-05-172-7/+7
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet2014-05-153-32/+32
* coverity#441607 Dereference null return valueCaolán McNamara2014-05-151-1/+5
* basic: use prewin.hThomas Arnhold2014-05-141-14/+3
* various loplugin:passsequencebyrefNoel Grandin2014-05-141-3/+3
* i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold2014-05-131-1/+5
* Revert "i#64348 basic: fix CDec() crash if string is empty"Thomas Arnhold2014-05-131-7/+1
* basic: update descriptions and add some more testsThomas Arnhold2014-05-131-6/+20
* basic: Add CDec unit testThomas Arnhold2014-05-132-0/+73
* i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold2014-05-131-1/+7
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-121-2/+2
* coverity#1213529 Uncaught exceptionCaolán McNamara2014-05-101-0/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-102-18/+18
* prewin.h handles WB_LEFT and WB_RIGHT alreadyThomas Arnhold2014-05-091-5/+2
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-096-6/+101
* various: sal_Bool->boolNoel Grandin2014-05-081-2/+2
* remove uncompiled source filesThomas Arnhold2014-05-061-101/+0
* dflt -> defaultThomas Arnhold2014-05-062-2/+2
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-052-3/+3
* coverity#1209779 & coverity#1209780 Resource leakChris Sherlock2014-05-021-0/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-302-2/+2
* fixincludeguards.sh: basicThomas Arnhold2014-04-192-4/+4
* remove executable bitAndras Timar2014-04-172-0/+0
* whitespace for include statementsThomas Arnhold2014-04-151-10/+10
* typo: beause -> becauseThomas Arnhold2014-04-141-1/+1
* typo: paramter -> parameterThomas Arnhold2014-04-141-1/+1
* typo: implicitely -> implicitlyThomas Arnhold2014-04-141-1/+1
* remove _old_format_code_Thomas Arnhold2014-04-141-91/+0
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-0919-47/+98
* basic: sal_Bool->boolNoel Grandin2014-04-0727-328/+329
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-073-7/+7
* StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin2014-04-041-3/+2
* SbxObject::Call sal_Bool->boolNoel Grandin2014-04-042-5/+5