summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2017-01-16new loplugin: useuniqueptr: basicNoel Grandin
2017-01-09Revert "Remove test_getsystemticks_method.vb for now"Stephan Bergmann
2017-01-09[API CHANGE] return unsigned 64-bit value from GetSystemTicks in basic codeNoel Grandin
2017-01-09Remove test_getsystemticks_method.vb for nowStephan Bergmann
2017-01-06QA Basic: split tests of methods in different filesLaurent Balland-Poirier
2016-12-24basic: cleanup test_*_methodsLaurent Balland-Poirier
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-14Partially fix VBATest::testMiscOLEStuff for Win64Mike Kaganski
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-08loplugin:staticmethodsTor Lillqvist
2016-12-07basic: small lcl_eraseImpl refactoringArnaud Versini
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-12-05basic : Make NeedEsc easier to readArnaud Versini
2016-12-04basic: cleanup test_math_methodsArnaud Versini
2016-12-02oops, wasn't supposed to commit thatNoel Grandin
2016-12-02use early return to simplify flowNoel Grandin
2016-12-02tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson
2016-11-30tdf#80731 Closing parenthesis is now detected (Mid statement and functions).Pierre Lepage
2016-11-28-Werror,-Wunused-private-fieldStephan Bergmann
2016-11-28BASIC: useless override DocObjectWrapper::acquire and releaseArnaud Versini
2016-11-24convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin
2016-11-23loplugin:unnecessaryoverride (dtors) in basicStephan Bergmann
2016-11-22trivial makefile cleanupsMichael Stahl
2016-11-22tdf#102872 Add qa unit test for BASIC methodsLaurent Balland-Poirier
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin
2016-11-08loplugin:oncevarNoel Grandin
2016-11-07basic: fix Android buildMiklos Vajna
2016-11-06Fix Android build (llround)Julien Nabet
2016-11-06Fix Android build (basic)Julien Nabet
2016-11-06BASIC : remove ImpRound and use std::(l)lround insteadArnaud Versini
2016-11-02loplugin:singlevalfieldsNoel Grandin
2016-11-01BASIC : use rtl/character.hxx in sbxform.cxxArnaud Versini
2016-11-01Omit the default comparatorTakeshi Abe
2016-10-27Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for nowTor Lillqvist
2016-10-23Fix typosAndrea Gelmini
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin
2016-10-19loplugin:expandablemethodds in basctl..chart2Noel Grandin
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-18Simplify some dynamic/static_castsStephan Bergmann
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-16clang-cl loplugin: basicStephan Bergmann
2016-10-16tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous
2016-10-13Improve UNO error reporting. Make exceptions more descriptive.Hieronymous
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek