summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin10-26/+26
2017-06-15drop SbError typedefNoel Grandin20-172/+172
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin8-25/+25
2017-06-13remove MAYBEFUTURE dead codeNoel Grandin1-54/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-10/+10
2017-06-08Cater for UNO (signed) vs. BASIC (unsigned) byte mismatchStephan Bergmann1-1/+1
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2-2/+29
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin5-6/+6
2017-06-05Improved loplugin:cstylecast to reference types: basicStephan Bergmann1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-9/+9
2017-05-30basic: Drop unused variables in test scriptsTakeshi Abe56-113/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-12/+2
2017-05-27add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek5-0/+308
2017-05-24tdf#93727 Support date literals in basicGrzegorz Araminowicz2-8/+75
2017-05-24basic: Stop detecting the number of tokens at runtimeTakeshi Abe1-29/+9
2017-05-22Test _WIN32 instead of WIN32Takeshi Abe1-1/+1
2017-05-22basic: Kill unnecessary ifdef stuffTakeshi Abe1-4/+0
2017-05-20cleanup unused css/resource/ includesJochen Nitschke1-3/+0
2017-05-20cleanup unused css/script/ includesJochen Nitschke4-8/+0
2017-05-19loplugin:stringcopy: basicStephan Bergmann3-3/+3
2017-05-19make string translation loading more uniformCaolán McNamara2-8/+8
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin17-46/+46
2017-05-19basic: Fix broken unit test for IsMissing()Takeshi Abe1-10/+7
2017-05-18basic: Fix broken unit test for Join()Takeshi Abe1-17/+15
2017-05-17basic: Fix broken test for VBA's LCaseTakeshi Abe1-16/+14
2017-05-16loplugin:checkunusedparams variousNoel Grandin1-2/+2
2017-05-16basic: Test VBA's CDec() only on WindowsTakeshi Abe2-2/+4
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M5-7/+7
2017-05-15remove some unnecessary lockingNoel Grandin1-4/+0
2017-05-15basic: Fix broken logic in VBA's unit testsTakeshi Abe42-42/+42
2017-05-15basic: Fix VBA constant vbNewLine with unit testTakeshi Abe3-1/+59
2017-05-12loplugin:constantparamNoel Grandin2-5/+4
2017-05-12remove unused uno::Reference varsNoel Grandin3-8/+2
2017-05-12basic: Remove strange ifdef-guard for SHAREDTakeshi Abe4-34/+1
2017-05-10basic: Compare strings in a case-insensitive mannerTakeshi Abe2-2/+2
2017-05-10basic: Compare with keywords without creating temporary stringsTakeshi Abe1-5/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin6-12/+11
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin3-6/+4
2017-05-09loplugin:constantparamNoel Grandin3-4/+4
2017-05-07revert OSL_ASSERT changesChris Sherlock4-31/+31
2017-05-07tdf#43157: convert basic module away from OSL_ASSERT to assertChris Sherlock4-31/+31
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-05-03VBA tests- MONTHNAME,NPER, NPV,OCT test caseZdeněk Crhonek5-0/+273
2017-05-03More likely month pos firstEike Rathke1-1/+1
2017-05-03Add two digit year test for CDateToIso()Eike Rathke1-0/+2
2017-05-03CDateFromIso: accept YYMMDD two digit year for compatibilityEike Rathke1-7/+15
2017-05-02Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke4-57/+59