Age | Commit message (Expand) | Author |
2014-07-01 | coverity#706240 Uncaught exception | Caolán McNamara |
2014-07-01 | coverity#735397 dead code | Norbert Thiebaud |
2014-07-01 | clang scan-build: various warnings | Caolán McNamara |
2014-06-27 | loplugin:unreffun: also warn about redundant redeclarations | Stephan Bergmann |
2014-06-26 | clang: Dead initialization | Caolán McNamara |
2014-06-26 | clang: Returning null reference | Caolán McNamara |
2014-06-26 | clang: Uninitialized argument value | Caolán McNamara |
2014-06-25 | Remove this weird inheritance from smart-pointer-wrapped class. | Kohei Yoshida |
2014-06-25 | Use boost::optional to store alias name. | Kohei Yoshida |
2014-06-25 | pData -> mpVarEntries. | Kohei Yoshida |
2014-06-25 | Remove this class that only derives from std::vector and not much else. | Kohei Yoshida |
2014-06-25 | fixes for up-casting to Reference<XInterface> | Noel Grandin |
2014-06-19 | basic: silence expected SAL_WARN output | Miklos Vajna |
2014-06-17 | coverity#1210096 Uncaught exception | Caolán McNamara |
2014-06-17 | coverity#1210098 Uncaught exception | Caolán McNamara |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-13 | loplugin:staticcall | Stephan Bergmann |
2014-06-13 | coverity#1213486 Uncaught exception | Caolán McNamara |
2014-06-10 | iprevent violation of exception spec | Markus Mohrhard |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-06-04 | Do not both _use_library_objects and _use_libraries sb | Stephan Bergmann |
2014-06-04 | Avoid static BasicDLL (that would be destroyed after DeInitVCL now) | Stephan Bergmann |
2014-06-04 | DeInitVCL at end of tests | Stephan Bergmann |
2014-06-04 | WaE: warning C4101: 'ex' : unreferenced local variable | Thomas Arnhold |
2014-06-02 | basic: typo | Thomas Arnhold |
2014-06-02 | Fix memory leak for BASIC sub (as well as void function) | Stephan Bergmann |
2014-05-31 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-05-29 | Detach all DocBasicItem objects upon process termination. | Kohei Yoshida |
2014-05-29 | Avoid static local of a singleton. This crashed writer unit tests. | Kohei Yoshida |
2014-05-29 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-05-28 | coverity#706235 Uncaught exception | Caolán McNamara |
2014-05-28 | coverity#706234 Uncaught exception | Caolán McNamara |
2014-05-28 | coverity#706232 Uncaught exception | Caolán McNamara |
2014-05-28 | coverity#706231 Uncaught exception | Caolán McNamara |
2014-05-28 | Avoid undefined signed integer overflow | Stephan Bergmann |
2014-05-28 | Fix memory leak | Stephan Bergmann |
2014-05-28 | Fix memory leak (missing typelib_TypeDescription_release) | Stephan Bergmann |
2014-05-27 | OSL_TRACE -> SAL_INFO | Thomas Arnhold |
2014-05-27 | remove more unnecessary use of OUString constructor | Noel Grandin |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-23 | add default value for Context param in uno::Exception constructors | Noel Grandin |
2014-05-22 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 | Julien Nabet |
2014-05-22 | fdo#68983: basic: if the library is not loaded fully, copy source storage | Michael Stahl |
2014-05-22 | Revert "fdo#67685 open xSourceLibrariesStor only when needed" | Michael Stahl |
2014-05-22 | fdo#68983: Revert "remove #if 0 block (from ... | Michael Stahl |
2014-05-17 | fdo#70474: Random number generation weak with Rnd in BASIC | Thomas Arnhold |
2014-05-15 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13 | Julien Nabet |
2014-05-15 | coverity#441607 Dereference null return value | Caolán McNamara |
2014-05-14 | basic: use prewin.h | Thomas Arnhold |
2014-05-14 | various loplugin:passsequencebyref | Noel Grandin |