summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2014-07-18Drop an unused functionTakeshi Abe
2014-07-17fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-16Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-06DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-03coverity#706241 Uncaught exceptionCaolán McNamara
2014-07-01coverity#706240 Uncaught exceptionCaolán McNamara
2014-07-01coverity#735397 dead codeNorbert Thiebaud
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-06-26clang: Dead initializationCaolán McNamara
2014-06-26clang: Returning null referenceCaolán McNamara
2014-06-26clang: Uninitialized argument valueCaolán McNamara
2014-06-25Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida
2014-06-25Use boost::optional to store alias name.Kohei Yoshida
2014-06-25pData -> mpVarEntries.Kohei Yoshida
2014-06-25Remove this class that only derives from std::vector and not much else.Kohei Yoshida
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-06-19basic: silence expected SAL_WARN outputMiklos Vajna
2014-06-17coverity#1210096 Uncaught exceptionCaolán McNamara
2014-06-17coverity#1210098 Uncaught exceptionCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-13coverity#1213486 Uncaught exceptionCaolán McNamara
2014-06-10iprevent violation of exception specMarkus Mohrhard
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
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