summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
AgeCommit message (Expand)Author
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-30document array_vs_singleton dismissalsCaolán McNamara
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-08-17coverity#1231668 Unchecked return valueCaolán McNamara
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-01coverity#735397 dead codeNorbert Thiebaud
2014-06-26clang: Returning null referenceCaolán McNamara
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