summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for nowTor Lillqvist2016-10-271-2/+4
* Fix typosAndrea Gelmini2016-10-231-1/+1
* loplugin:expandablemethodds in include/basic..comphelperNoel Grandin2016-10-214-12/+6
* loplugin:expandablemethodds in basctl..chart2Noel Grandin2016-10-195-16/+6
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-183-6/+6
* Simplify some dynamic/static_castsStephan Bergmann2016-10-183-45/+42
* tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2016-10-185-32/+35
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-171-10/+10
* clang-cl loplugin: basicStephan Bergmann2016-10-166-77/+77
* tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous2016-10-163-5/+3
* Improve UNO error reporting. Make exceptions more descriptive.Hieronymous2016-10-131-4/+7