summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
AgeCommit message (Expand)Author
2014-06-04WaE: warning C4101: 'ex' : unreferenced local variableThomas Arnhold
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-28Fix memory leakStephan Bergmann
2014-05-28Fix memory leak (missing typelib_TypeDescription_release)Stephan Bergmann
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-06dflt -> defaultThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from basicAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11basic: include <> for external includesNorbert Thiebaud
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin
2013-10-07CID#738564 uninitialized memberCaolán McNamara
2013-10-07sal_Bool to boolTakeshi Abe
2013-10-02sal_Bool to boolTakeshi Abe
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane
2013-09-02fix runtime error when using extended typesNoel Power
2013-08-19Simplify iteration over SequenceStephan Bergmann
2013-08-08tweak comment translationsMichael Stahl
2013-06-29String to OUString and cleanupThomas Arnhold
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-15detect follow-on default member of default member object bnc#809017Noel Power
2013-03-08some further OUString cleanupThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-23Fix typo accessable/accessibleJulien Nabet
2013-02-11fix basic access to nested uno structures fdo#60117Noel Power
2013-01-03fdo#57950: One more chained append in basicMarcos Paulo de Souza
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza
2012-11-07basic: String -> OUStringNorbert Thiebaud
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud