summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2014-09-06detect if Standard is only library to *save*Lionel Elie Mamane
2014-07-29fdo#52076 remove empty library instead of writing it out emptyLionel Elie Mamane
2014-06-26fixes for up-casting to Reference<XInterface>Noel Grandin
2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida
2014-05-29Avoid static local of a singleton. This crashed writer unit tests.Kohei Yoshida
2014-05-26fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl
2014-05-26Revert "fdo#67685 open xSourceLibrariesStor only when needed"Michael Stahl
2014-05-26fdo#68983: Revert "remove #if 0 block (from ...Michael Stahl
2014-05-17fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-05-15coverity#441607 Dereference null return valueCaolán McNamara
2014-05-14basic: use prewin.hThomas Arnhold
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold
2014-05-13Revert "i#64348 basic: fix CDec() crash if string is empty"Thomas Arnhold
2014-05-13basic: update descriptions and add some more testsThomas Arnhold
2014-05-13basic: Add CDec unit testThomas Arnhold
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-10coverity#1213529 Uncaught exceptionCaolán McNamara
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-09prewin.h handles WB_LEFT and WB_RIGHT alreadyThomas Arnhold
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-05-08various: sal_Bool->boolNoel Grandin
2014-05-06remove uncompiled source filesThomas Arnhold
2014-05-06dflt -> defaultThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-02coverity#1209779 & coverity#1209780 Resource leakChris Sherlock
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-19fixincludeguards.sh: basicThomas Arnhold
2014-04-17remove executable bitAndras Timar
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-14typo: beause -> becauseThomas Arnhold
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-14typo: implicitely -> implicitlyThomas Arnhold
2014-04-14remove _old_format_code_Thomas Arnhold
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-04StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin
2014-04-04SbxObject::Call sal_Bool->boolNoel Grandin
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin
2014-04-04coverity#706238 Uncaught exceptionCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl
2014-03-29error: no matching function for call to..Matúš Kukan
2014-03-29basic: for PutData()/GetData() actually 32bits should be enoughMichael Stahl