summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* add VBA test casesZdeněk Crhonek2017-04-169-0/+563
* convert DateFormat to scoped enum and rename to DateOrderNoel Grandin2017-04-133-28/+28
* add VBA test casesZdeněk Crhonek2017-04-1312-0/+803
* VBA tests - INSTRREV, INT test caseZdeněk Crhonek2017-04-133-0/+168
* no need to use OUStringToOString in SAL_INFONoel Grandin2017-04-121-4/+4
* Clean up uses of SAL_U/SAL_W: basicStephan Bergmann2017-04-103-10/+16
* VBA tests - HEX, HOUR, IIF, INSTR test casesZdeněk Crhonek2017-04-095-0/+323
* VBA tests - FORMATNUMBER functionZdeněk Crhonek2017-04-092-0/+65
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-071-2/+2
* loplugin:singlevalfieldsNoel Grandin2017-04-061-3/+4
* Fix typosAndrea Gelmini2017-04-061-1/+1
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-064-6/+6
* loplugin:constantparam part2Noel Grandin2017-04-052-13/+4