summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:cppunitassertequals: basicStephan Bergmann2017-04-281-1/+1
* explicitly defining __RSC is no longer necessaryNoel Grandin2017-04-271-2/+0
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-2719-20/+23
* use strong_int for LanguageTypeNoel Grandin2017-04-261-1/+1
* vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock2017-04-252-10/+10
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-253-3/+3
* make __RSC a builtin define for the RSC compilerNoel Grandin2017-04-251-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-256-0/+6
* BASIC: Call OUString() instead of OUString("");Arnaud Versini2017-04-242-3/+3
* BASIC: Make TokenLabelInfo a singleton, never modified and simplify it.Arnaud Versini2017-04-232-31/+20
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-213-3/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-212-5/+5
* loplugin:unusedmethodsNoel Grandin2017-04-201-1/+0
* clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin2017-04-191-3/+1
* remove freshly unused menu support from src filesCaolán McNamara2017-04-191-0/+1
* Fix parameter types of SbiRuntime::StepSTATIC_ImplStephan Bergmann2017-04-182-2/+2
* Call implHandleSbxFlags also from StepSTATIC_ImplStephan Bergmann2017-04-182-5/+8