summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2014-06-04Do not both _use_library_objects and _use_libraries sbStephan Bergmann
2014-06-04Avoid static BasicDLL (that would be destroyed after DeInitVCL now)Stephan Bergmann
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-06-04WaE: warning C4101: 'ex' : unreferenced local variableThomas Arnhold
2014-06-02basic: typoThomas Arnhold
2014-06-02Fix memory leak for BASIC sub (as well as void function)Stephan Bergmann
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
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-29Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-28coverity#706235 Uncaught exceptionCaolán McNamara
2014-05-28coverity#706234 Uncaught exceptionCaolán McNamara
2014-05-28coverity#706232 Uncaught exceptionCaolán McNamara
2014-05-28coverity#706231 Uncaught exceptionCaolán McNamara
2014-05-28Avoid undefined signed integer overflowStephan Bergmann
2014-05-28Fix memory leakStephan Bergmann
2014-05-28Fix memory leak (missing typelib_TypeDescription_release)Stephan Bergmann
2014-05-27OSL_TRACE -> SAL_INFOThomas Arnhold
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-22fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl
2014-05-22Revert "fdo#67685 open xSourceLibrariesStor only when needed"Michael Stahl
2014-05-22fdo#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