summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* fdo#52076 remove empty library instead of writing it out emptyLionel Elie Mamane2014-07-291-1/+5
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-263-7/+8
* Detach all DocBasicItem objects upon process termination.Kohei Yoshida2014-05-291-1/+15
* Avoid static local of a singleton. This crashed writer unit tests.Kohei Yoshida2014-05-292-8/+22
* fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl2014-05-264-5/+23
* Revert "fdo#67685 open xSourceLibrariesStor only when needed"Michael Stahl2014-05-261-15/+15
* fdo#68983: Revert "remove #if 0 block (from ...Michael Stahl2014-05-261-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
* SbxObject::isClass sal_Bool->boolNoel Grandin2014-04-043-6/+6
* coverity#706238 Uncaught exceptionCaolán McNamara2014-04-042-2/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-035-12/+12
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0110-15/+15
* Remove unused BASIC CaptureAssertions functionalityStephan Bergmann2014-03-316-164/+0
* MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl2014-03-301-1/+1
* deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl2014-03-301-0/+2
* error: no matching function for call to..Matúš Kukan2014-03-291-2/+2
* basic: for PutData()/GetData() actually 32bits should be enoughMichael Stahl2014-03-291-10/+10
* fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner2014-03-2812-51/+42