summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-065-6/+6
* Improved loplugin:cstylecast to reference types: basicStephan Bergmann2017-06-051-1/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-2/+2
* teach redundantcast plugin about functional castsNoel Grandin2017-05-302-9/+9
* basic: Drop unused variables in test scriptsTakeshi Abe2017-05-3056-113/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-12/+2
* add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek2017-05-275-0/+308
* tdf#93727 Support date literals in basicGrzegorz Araminowicz2017-05-242-8/+75
* basic: Stop detecting the number of tokens at runtimeTakeshi Abe2017-05-241-29/+9
* Test _WIN32 instead of WIN32Takeshi Abe2017-05-221-1/+1
* basic: Kill unnecessary ifdef stuffTakeshi Abe2017-05-221-4/+0
* cleanup unused css/resource/ includesJochen Nitschke2017-05-201-3/+0
* cleanup unused css/script/ includesJochen Nitschke2017-05-204-8/+0
* loplugin:stringcopy: basicStephan Bergmann2017-05-193-3/+3
* make string translation loading more uniformCaolán McNamara2017-05-192-8/+8
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-1917-46/+46
* basic: Fix broken unit test for IsMissing()Takeshi Abe2017-05-191-10/+7
* basic: Fix broken unit test for Join()Takeshi Abe2017-05-181-17/+15
* basic: Fix broken test for VBA's LCaseTakeshi Abe2017-05-171-16/+14
* loplugin:checkunusedparams variousNoel Grandin2017-05-161-2/+2
* basic: Test VBA's CDec() only on WindowsTakeshi Abe2017-05-162-2/+4
* Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2017-05-155-7/+7
* remove some unnecessary lockingNoel Grandin2017-05-151-4/+0
* basic: Fix broken logic in VBA's unit testsTakeshi Abe2017-05-1542-42/+42
* basic: Fix VBA constant vbNewLine with unit testTakeshi Abe2017-05-153-1/+59
* loplugin:constantparamNoel Grandin2017-05-122-5/+4
* remove unused uno::Reference varsNoel Grandin2017-05-123-8/+2
* basic: Remove strange ifdef-guard for SHAREDTakeshi Abe2017-05-124-34/+1
* basic: Compare strings in a case-insensitive mannerTakeshi Abe2017-05-102-2/+2
* basic: Compare with keywords without creating temporary stringsTakeshi Abe2017-05-101-5/+2
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-096-12/+11
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-093-6/+4
* loplugin:constantparamNoel Grandin2017-05-093-4/+4
* revert OSL_ASSERT changesChris Sherlock2017-05-074-31/+31
* tdf#43157: convert basic module away from OSL_ASSERT to assertChris Sherlock2017-05-074-31/+31
* Fix typosAndrea Gelmini2017-05-051-1/+1
* VBA tests- MONTHNAME,NPER, NPV,OCT test caseZdeněk Crhonek2017-05-035-0/+273
* More likely month pos firstEike Rathke2017-05-031-1/+1
* Add two digit year test for CDateToIso()Eike Rathke2017-05-031-0/+2
* CDateFromIso: accept YYMMDD two digit year for compatibilityEike Rathke2017-05-031-7/+15
* Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke2017-05-024-57/+59
* SbiRuntime::isVBAEnabled() needs to be guarded with #if HAVE_FEATURE_SCRIPTINGEike Rathke2017-05-021-1/+5
* BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke2017-05-025-51/+95
* loplugin:checkunusedparams in basctl and basicNoel Grandin2017-05-022-30/+28
* CDateToIso: larger buffer for possible year rangeEike Rathke2017-04-291-1/+1
* loplugin:salunicodeliteral: basicStephan Bergmann2017-04-283-4/+4
* Use invalid parameter error for malformed input, tdf#106956 follow-upEike Rathke2017-04-281-42/+46
* Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956Eike Rathke2017-04-281-0/+3
* Resolves: tdf#106956 CDateFromIso accept also YYYY-MM-DD formEike Rathke2017-04-281-14/+47