summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann4-9/+9
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-29basic: -Werror=sign-compareMichael Stahl1-1/+3
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
2014-07-29convert linked list to std::vector in SbxDimArrayNoel Grandin1-61/+40
2014-07-24fdo#52076 remove empty library instead of writing it out emptyLionel Elie Mamane1-1/+5
2014-07-24Drop unused #includesTakeshi Abe2-7/+0
2014-07-18Drop an unused functionTakeshi Abe2-21/+0
2014-07-17fdo#75757: remove inheritance to std::vectorTakeshi Abe2-33/+21
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert4-4/+4
2014-07-16Avoid possible memory leaks in case of exceptionsTakeshi Abe3-15/+15
2014-07-11new loplugin: externalandnotdefinedNoel Grandin7-27/+51
2014-07-06DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-2/+2
2014-07-03coverity#706241 Uncaught exceptionCaolán McNamara2-9/+31
2014-07-01coverity#706240 Uncaught exceptionCaolán McNamara1-11/+17
2014-07-01coverity#735397 dead codeNorbert Thiebaud1-5/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+2
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2-3/+0
2014-06-26clang: Dead initializationCaolán McNamara1-2/+1
2014-06-26clang: Returning null referenceCaolán McNamara1-3/+5
2014-06-26clang: Uninitialized argument valueCaolán McNamara1-6/+4
2014-06-25Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida1-114/+122
2014-06-25Use boost::optional to store alias name.Kohei Yoshida2-32/+23
2014-06-25pData -> mpVarEntries.Kohei Yoshida1-43/+43
2014-06-25Remove this class that only derives from std::vector and not much else.Kohei Yoshida1-24/+12
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin3-7/+8
2014-06-19basic: silence expected SAL_WARN outputMiklos Vajna2-3/+3
2014-06-17coverity#1210096 Uncaught exceptionCaolán McNamara1-5/+11
2014-06-17coverity#1210098 Uncaught exceptionCaolán McNamara1-5/+12
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin5-21/+1
2014-06-13loplugin:staticcallStephan Bergmann10-31/+31
2014-06-13coverity#1213486 Uncaught exceptionCaolán McNamara1-10/+18
2014-06-10iprevent violation of exception specMarkus Mohrhard1-1/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin7-25/+2
2014-06-04Do not both _use_library_objects and _use_libraries sbStephan Bergmann1-1/+0
2014-06-04Avoid static BasicDLL (that would be destroyed after DeInitVCL now)Stephan Bergmann1-7/+2
2014-06-04DeInitVCL at end of testsStephan Bergmann4-0/+4
2014-06-04WaE: warning C4101: 'ex' : unreferenced local variableThomas Arnhold1-1/+1
2014-06-02basic: typoThomas Arnhold1-1/+1
2014-06-02Fix memory leak for BASIC sub (as well as void function)Stephan Bergmann1-2/+8
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe4-28/+16
2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida1-1/+15
2014-05-29Avoid static local of a singleton. This crashed writer unit tests.Kohei Yoshida2-8/+22
2014-05-29Avoid possible memory leaks in case of exceptionsTakeshi Abe8-45/+42
2014-05-28coverity#706235 Uncaught exceptionCaolán McNamara1-2/+3
2014-05-28coverity#706234 Uncaught exceptionCaolán McNamara1-2/+3
2014-05-28coverity#706232 Uncaught exceptionCaolán McNamara1-2/+4
2014-05-28coverity#706231 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-28Avoid undefined signed integer overflowStephan Bergmann1-4/+5
2014-05-28Fix memory leakStephan Bergmann2-32/+19