summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2014-06-02basic: typoThomas Arnhold1-1/+1
2014-06-02Fix memory leak for BASIC sub (as well as void function)Stephan Bergmann1-2/+8
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe4-28/+16
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-29Avoid possible memory leaks in case of exceptionsTakeshi Abe8-45/+42
2014-05-28coverity#706235 Uncaught exceptionCaolán McNamara1-2/+3
2014-05-28coverity#706234 Uncaught exceptionCaolán McNamara1-2/+3
2014-05-28coverity#706232 Uncaught exceptionCaolán McNamara1-2/+4
2014-05-28coverity#706231 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-28Avoid undefined signed integer overflowStephan Bergmann1-4/+5
2014-05-28Fix memory leakStephan Bergmann2-32/+19
2014-05-28Fix memory leak (missing typelib_TypeDescription_release)Stephan Bergmann1-12/+1
2014-05-27OSL_TRACE -> SAL_INFOThomas Arnhold1-12/+6
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin3-6/+4
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet3-12/+12
2014-05-22fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl4-5/+23
2014-05-22Revert "fdo#67685 open xSourceLibrariesStor only when needed"Michael Stahl1-15/+15
2014-05-22fdo#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