summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-02SbiRuntime::isVBAEnabled() needs to be guarded with #if HAVE_FEATURE_SCRIPTINGEike Rathke1-1/+5
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke5-51/+95
2017-05-02loplugin:checkunusedparams in basctl and basicNoel Grandin2-30/+28
2017-04-29CDateToIso: larger buffer for possible year rangeEike Rathke1-1/+1
2017-04-28loplugin:salunicodeliteral: basicStephan Bergmann3-4/+4
2017-04-28Use invalid parameter error for malformed input, tdf#106956 follow-upEike Rathke1-42/+46
2017-04-28Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956Eike Rathke1-0/+3
2017-04-28Resolves: tdf#106956 CDateFromIso accept also YYYY-MM-DD formEike Rathke1-14/+47
2017-04-28loplugin:cppunitassertequals: basicStephan Bergmann1-1/+1
2017-04-27explicitly defining __RSC is no longer necessaryNoel Grandin1-2/+0
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock19-20/+23
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock2-10/+10
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock3-3/+3
2017-04-25make __RSC a builtin define for the RSC compilerNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock6-0/+6
2017-04-24BASIC: Call OUString() instead of OUString("");Arnaud Versini2-3/+3
2017-04-23BASIC: Make TokenLabelInfo a singleton, never modified and simplify it.Arnaud Versini2-31/+20
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky3-3/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2-5/+5
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+0
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin1-3/+1
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-0/+1
2017-04-18Fix parameter types of SbiRuntime::StepSTATIC_ImplStephan Bergmann2-2/+2
2017-04-18Call implHandleSbxFlags also from StepSTATIC_ImplStephan Bergmann2-5/+8
2017-04-16add VBA test casesZdeněk Crhonek9-0/+563
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin3-28/+28
2017-04-13add VBA test casesZdeněk Crhonek12-0/+803
2017-04-13VBA tests - INSTRREV, INT test caseZdeněk Crhonek3-0/+168
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-4/+4
2017-04-10Clean up uses of SAL_U/SAL_W: basicStephan Bergmann3-10/+16
2017-04-09VBA tests - HEX, HOUR, IIF, INSTR test casesZdeněk Crhonek5-0/+323
2017-04-09VBA tests - FORMATNUMBER functionZdeněk Crhonek2-0/+65
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-2/+2
2017-04-06loplugin:singlevalfieldsNoel Grandin1-3/+4
2017-04-06Fix typosAndrea Gelmini1-1/+1