summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* basic: -Werror=sign-compareMichael Stahl2014-07-291-1/+3
* fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi2014-07-291-1/+0
* convert linked list to std::vector in SbxDimArrayNoel Grandin2014-07-291-61/+40
* fdo#52076 remove empty library instead of writing it out emptyLionel Elie Mamane2014-07-241-1/+5
* Drop unused #includesTakeshi Abe2014-07-242-7/+0
* Drop an unused functionTakeshi Abe2014-07-182-21/+0
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-07-172-33/+21
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-174-4/+4
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-163-15/+15
* new loplugin: externalandnotdefinedNoel Grandin2014-07-117-27/+51
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-061-2/+2
* coverity#706241 Uncaught exceptionCaolán McNamara2014-07-032-9/+31
* coverity#706240 Uncaught exceptionCaolán McNamara2014-07-011-11/+17
* coverity#735397 dead codeNorbert Thiebaud2014-07-011-5/+1
* clang scan-build: various warningsCaolán McNamara2014-07-011-2/+2
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-272-3/+0
* clang: Dead initializationCaolán McNamara2014-06-261-2/+1
* clang: Returning null referenceCaolán McNamara2014-06-261-3/+5
* clang: Uninitialized argument valueCaolán McNamara2014-06-261-6/+4
* Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida2014-06-251-114/+122
* Use boost::optional to store alias name.Kohei Yoshida2014-06-252-32/+23
* pData -> mpVarEntries.Kohei Yoshida2014-06-251-43/+43
* Remove this class that only derives from std::vector and not much else.Kohei Yoshida2014-06-251-24/+12
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-253-7/+8
* basic: silence expected SAL_WARN outputMiklos Vajna2014-06-192-3/+3
* coverity#1210096 Uncaught exceptionCaolán McNamara2014-06-171-5/+11
* coverity#1210098 Uncaught exceptionCaolán McNamara2014-06-171-5/+12
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-175-21/+1
* loplugin:staticcallStephan Bergmann2014-06-1310-31/+31
* coverity#1213486 Uncaught exceptionCaolán McNamara2014-06-131-10/+18
* iprevent violation of exception specMarkus Mohrhard2014-06-101-1/+6
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-097-25/+2
* Do not both _use_library_objects and _use_libraries sbStephan Bergmann2014-06-041-1/+0
* Avoid static BasicDLL (that would be destroyed after DeInitVCL now)Stephan Bergmann2014-06-041-7/+2
* DeInitVCL at end of testsStephan Bergmann2014-06-044-0/+4
* WaE: warning C4101: 'ex' : unreferenced local variableThomas Arnhold2014-06-041-1/+1
* basic: typoThomas Arnhold2014-06-021-1/+1
* Fix memory leak for BASIC sub (as well as void function)Stephan Bergmann2014-06-021-2/+8
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-314-28/+16
* Detach all DocBasicItem objects upon process termination.Kohei Yoshida2014-05-291-1/+15
* Avoid static local of a singleton. This crashed writer unit tests.Kohei Yoshida2014-05-292-8/+22
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-298-45/+42
* coverity#706235 Uncaught exceptionCaolán McNamara2014-05-281-2/+3
* coverity#706234 Uncaught exceptionCaolán McNamara2014-05-281-2/+3
* coverity#706232 Uncaught exceptionCaolán McNamara2014-05-281-2/+4
* coverity#706231 Uncaught exceptionCaolán McNamara2014-05-281-1/+1
* Avoid undefined signed integer overflowStephan Bergmann2014-05-281-4/+5
* Fix memory leakStephan Bergmann2014-05-282-32/+19
* Fix memory leak (missing typelib_TypeDescription_release)Stephan Bergmann2014-05-281-12/+1