summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Add missing #includesStephan Bergmann2017-02-063-0/+4
* Related tdf#105473: Crash in: ScRangeList::operator[]Julien Nabet2017-02-051-1/+1
* makeAny->Any in basctl..chart2Noel Grandin2017-02-0310-34/+34
* loplugin:useuniqueptrStephan Bergmann2017-02-021-2/+1
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-0216-129/+129
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-315-14/+14
* Just pass in OUString directlyStephan Bergmann2017-01-272-7/+0
* Just pass in OUString directlyStephan Bergmann2017-01-271-7/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-2618-615/+265
* loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2017-01-241-6/+0
* New loplugin:dynexcspec: Add @throws documentation, basicStephan Bergmann2017-01-195-0/+16
* clear ARRAY_VS_SINGLETON coverity warningsCaolán McNamara2017-01-194-24/+24
* new loplugin: useuniqueptr: basicNoel Grandin2017-01-166-25/+19
* Revert "Remove test_getsystemticks_method.vb for now"Stephan Bergmann2017-01-091-0/+15
* [API CHANGE] return unsigned 64-bit value from GetSystemTicks in basic codeNoel Grandin2017-01-092-2/+2
* Remove test_getsystemticks_method.vb for nowStephan Bergmann2017-01-091-15/+0
* QA Basic: split tests of methods in different filesLaurent Balland-Poirier2017-01-06111-348/+1683
* basic: cleanup test_*_methodsLaurent Balland-Poirier2016-12-247-146/+84
* no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin2016-12-191-4/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-153-7/+7
* Partially fix VBATest::testMiscOLEStuff for Win64Mike Kaganski2016-12-144-15/+20
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-1311-20/+5
* convert SFX_HINT to scoped enumNoel Grandin2016-12-0814-78/+78
* loplugin:staticmethodsTor Lillqvist2016-12-081-0/+2
* basic: small lcl_eraseImpl refactoringArnaud Versini2016-12-071-4/+2
* cleanup unused includes (related to tdf#88206)Jochen Nitschke2016-12-061-1/+0
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-055-52/+52
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-052-26/+26
* basic : Make NeedEsc easier to readArnaud Versini2016-12-051-2/+2
* basic: cleanup test_math_methodsArnaud Versini2016-12-041-27/+13
* oops, wasn't supposed to commit thatNoel Grandin2016-12-021-5/+5
* use early return to simplify flowNoel Grandin2016-12-021-5/+5
* tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson2016-12-021-1/+5
* tdf#80731 Closing parenthesis is now detected (Mid statement and functions).Pierre Lepage2016-11-301-0/+5
* -Werror,-Wunused-private-fieldStephan Bergmann2016-11-281-2/+1
* BASIC: useless override DocObjectWrapper::acquire and releaseArnaud Versini2016-11-281-16/+0
* convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin2016-11-245-69/+63
* loplugin:unnecessaryoverride (dtors) in basicStephan Bergmann2016-11-234-21/+1
* trivial makefile cleanupsMichael Stahl2016-11-221-3/+3
* tdf#102872 Add qa unit test for BASIC methodsLaurent Balland-Poirier2016-11-227-0/+439
* loplugin:unusedfieldsNoel Grandin2016-11-171-13/+11
* loplugin:expandablemethods in avmedia..canvasNoel Grandin2016-11-113-25/+6
* loplugin:oncevarNoel Grandin2016-11-081-5/+2
* basic: fix Android buildMiklos Vajna2016-11-075-31/+18
* Fix Android build (llround)Julien Nabet2016-11-061-0/+4
* Fix Android build (basic)Julien Nabet2016-11-061-0/+9
* BASIC : remove ImpRound and use std::(l)lround insteadArnaud Versini2016-11-065-20/+22
* loplugin:singlevalfieldsNoel Grandin2016-11-023-5/+2
* BASIC : use rtl/character.hxx in sbxform.cxxArnaud Versini2016-11-011-10/+8
* Omit the default comparatorTakeshi Abe2016-11-011-1/+1