summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2014-12-13Resolves: fdo#86843 avoid getting deleted before finishing BroadcastCaolán McNamara1-0/+5
2014-11-23busted loop condition and coverity#1255390 Resource leakCaolán McNamara1-2/+3
2014-10-14fdo#52076 remove Library dir when no libraryLionel Elie Mamane1-6/+11
2014-09-06detect if Standard is only library to *save*Lionel Elie Mamane1-1/+1
2014-07-29fdo#52076 remove empty library instead of writing it out emptyLionel Elie Mamane1-1/+5
2014-06-26fixes for up-casting to Reference<XInterface>Noel Grandin3-7/+8
2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida1-1/+15
2014-05-29Avoid static local of a singleton. This crashed writer unit tests.Kohei Yoshida2-8/+22
2014-05-26fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl4-5/+23
2014-05-26Revert "fdo#67685 open xSourceLibrariesStor only when needed"Michael Stahl1-15/+15
2014-05-26fdo#68983: Revert "remove #if 0 block (from ...Michael Stahl1-16/+44
2014-05-17fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold2-7/+7
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet3-32/+32
2014-05-15coverity#441607 Dereference null return valueCaolán McNamara1-1/+5
2014-05-14basic: use prewin.hThomas Arnhold1-14/+3
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-3/+3
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold1-1/+5
2014-05-13Revert "i#64348 basic: fix CDec() crash if string is empty"Thomas Arnhold1-7/+1
2014-05-13basic: update descriptions and add some more testsThomas Arnhold1-6/+20
2014-05-13basic: Add CDec unit testThomas Arnhold2-0/+73
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold1-1/+7
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre1-2/+2
2014-05-10coverity#1213529 Uncaught exceptionCaolán McNamara1-0/+6
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2-18/+18
2014-05-09prewin.h handles WB_LEFT and WB_RIGHT alreadyThomas Arnhold1-5/+2
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold6-6/+101
2014-05-08various: sal_Bool->boolNoel Grandin1-2/+2
2014-05-06remove uncompiled source filesThomas Arnhold1-101/+0
2014-05-06dflt -> defaultThomas Arnhold2-2/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-3/+3
2014-05-02coverity#1209779 & coverity#1209780 Resource leakChris Sherlock1-0/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-2/+2
2014-04-19fixincludeguards.sh: basicThomas Arnhold2-4/+4
2014-04-17remove executable bitAndras Timar2-0/+0
2014-04-15whitespace for include statementsThomas Arnhold1-10/+10
2014-04-14typo: beause -> becauseThomas Arnhold1-1/+1
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-14remove _old_format_code_Thomas Arnhold1-91/+0
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann19-47/+98
2014-04-07basic: sal_Bool->boolNoel Grandin27-328/+329
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann3-7/+7
2014-04-04StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin1-3/+2
2014-04-04SbxObject::Call sal_Bool->boolNoel Grandin2-5/+5
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin3-6/+6
2014-04-04coverity#706238 Uncaught exceptionCaolán McNamara2-2/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin5-12/+12
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann10-15/+15
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann6-164/+0
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl1-1/+1