summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2017-02-13tdf#42982 Make UNO error reporting more descriptiveSaurav Sachidanand3-27/+23
2017-02-11Misplaced #endifStephan Bergmann1-2/+2
2017-02-10Remove MinGW supportStephan Bergmann3-58/+4
2017-02-09loplugin:staticmethodsTor Lillqvist1-4/+4
2017-02-09split getApplicationBasicManager into get and getOrCreateCaolán McNamara1-16/+14
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin2-10/+10
2017-02-08replace localresource of strings and keys with StringArrayCaolán McNamara2-536/+140
2017-02-08basic: another SOLARIS check here converted to __sunMichael Stahl1-1/+1
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl2-13/+13
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl2-10/+10
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin2-10/+10
2017-02-07Our GetSystemTicks can now again return negative 32-bit values on WindowsTor Lillqvist1-15/+0
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin2-13/+13
2017-02-07Revert "[API CHANGE] return sal_uInt64 from GetSystemTicks in basic"Noel Grandin2-2/+2
2017-02-06Add missing #includesStephan Bergmann3-0/+4
2017-02-05Related tdf#105473: Crash in: ScRangeList::operator[]Julien Nabet1-1/+1
2017-02-03makeAny->Any in basctl..chart2Noel Grandin10-34/+34
2017-02-02loplugin:useuniqueptrStephan Bergmann1-2/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin16-129/+129
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin5-14/+14
2017-01-27Just pass in OUString directlyStephan Bergmann2-7/+0
2017-01-27Just pass in OUString directlyStephan Bergmann1-7/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann18-615/+265
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin1-6/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, basicStephan Bergmann5-0/+16
2017-01-19clear ARRAY_VS_SINGLETON coverity warningsCaolán McNamara4-24/+24
2017-01-16new loplugin: useuniqueptr: basicNoel Grandin6-25/+19
2017-01-09Revert "Remove test_getsystemticks_method.vb for now"Stephan Bergmann1-0/+15
2017-01-09[API CHANGE] return unsigned 64-bit value from GetSystemTicks in basic codeNoel Grandin2-2/+2
2017-01-09Remove test_getsystemticks_method.vb for nowStephan Bergmann1-15/+0
2017-01-06QA Basic: split tests of methods in different filesLaurent Balland-Poirier111-348/+1683
2016-12-24basic: cleanup test_*_methodsLaurent Balland-Poirier7-146/+84
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin1-4/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin3-7/+7
2016-12-14Partially fix VBATest::testMiscOLEStuff for Win64Mike Kaganski4-15/+20
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin11-20/+5
2016-12-08convert SFX_HINT to scoped enumNoel Grandin14-78/+78
2016-12-08loplugin:staticmethodsTor Lillqvist1-0/+2
2016-12-07basic: small lcl_eraseImpl refactoringArnaud Versini1-4/+2
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin5-52/+52
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2-26/+26
2016-12-05basic : Make NeedEsc easier to readArnaud Versini1-2/+2
2016-12-04basic: cleanup test_math_methodsArnaud Versini1-27/+13
2016-12-02oops, wasn't supposed to commit thatNoel Grandin1-5/+5
2016-12-02use early return to simplify flowNoel Grandin1-5/+5
2016-12-02tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson1-1/+5
2016-11-30tdf#80731 Closing parenthesis is now detected (Mid statement and functions).Pierre Lepage1-0/+5
2016-11-28-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2016-11-28BASIC: useless override DocObjectWrapper::acquire and releaseArnaud Versini1-16/+0