Age | Commit message (Expand) | Author |
2014-08-26 | convert SBX flag bits to type-safe enum | Noel Grandin |
2014-08-22 | Remove some useless tools/debug.hxx includes | Marcos Paulo de Souza |
2014-08-22 | Revert "Simplify ImplRepository::impl_getLocationForModel return type" | Stephan Bergmann |
2014-08-22 | Remove BasicManagerCleaner | Stephan Bergmann |
2014-08-22 | Simplify ImplRepository::impl_getLocationForModel return type | Stephan Bergmann |
2014-08-22 | Remove trivial typedef, to make code more obvious | Stephan Bergmann |
2014-08-21 | coverity#1202729 - ensure we have exactly a one dimensional array. | Michael Meeks |
2014-08-18 | drop unnecessary shl.hxx includes | Caolán McNamara |
2014-08-17 | coverity#1231668 Unchecked return value | Caolán McNamara |
2014-08-13 | update_pch | Thomas Arnhold |
2014-08-11 | -Werror,-Wundefined-bool-conversion | Stephan Bergmann |
2014-08-01 | typo: more then -> more than | Takeshi Abe |
2014-07-29 | basic: -Werror=sign-compare | Michael Stahl |
2014-07-29 | fdo#46037: remove unused comphelper/configurationhelper.hxx | Alexandre Vicenzi |
2014-07-29 | convert linked list to std::vector in SbxDimArray | Noel Grandin |
2014-07-24 | fdo#52076 remove empty library instead of writing it out empty | Lionel Elie Mamane |
2014-07-24 | Drop unused #includes | Takeshi Abe |
2014-07-18 | Drop an unused function | Takeshi Abe |
2014-07-17 | fdo#75757: remove inheritance to std::vector | Takeshi Abe |
2014-07-17 | Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx | Tobias Lippert |
2014-07-16 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-07-11 | new loplugin: externalandnotdefined | Noel Grandin |
2014-07-06 | DBG_ASSERT->assert when followed by dereference | Caolán McNamara |
2014-07-03 | coverity#706241 Uncaught exception | Caolán McNamara |
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 |