summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-08Cater for UNO (signed) vs. BASIC (unsigned) byte mismatchStephan Bergmann
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: basicStephan Bergmann
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-30basic: Drop unused variables in test scriptsTakeshi Abe
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-27add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek
2017-05-24tdf#93727 Support date literals in basicGrzegorz Araminowicz
2017-05-24basic: Stop detecting the number of tokens at runtimeTakeshi Abe
2017-05-22Test _WIN32 instead of WIN32Takeshi Abe
2017-05-22basic: Kill unnecessary ifdef stuffTakeshi Abe
2017-05-20cleanup unused css/resource/ includesJochen Nitschke
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-19loplugin:stringcopy: basicStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-05-19basic: Fix broken unit test for IsMissing()Takeshi Abe
2017-05-18basic: Fix broken unit test for Join()Takeshi Abe
2017-05-17basic: Fix broken test for VBA's LCaseTakeshi Abe
2017-05-16loplugin:checkunusedparams variousNoel Grandin
2017-05-16basic: Test VBA's CDec() only on WindowsTakeshi Abe
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M
2017-05-15remove some unnecessary lockingNoel Grandin
2017-05-15basic: Fix broken logic in VBA's unit testsTakeshi Abe
2017-05-15basic: Fix VBA constant vbNewLine with unit testTakeshi Abe
2017-05-12loplugin:constantparamNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-12basic: Remove strange ifdef-guard for SHAREDTakeshi Abe
2017-05-10basic: Compare strings in a case-insensitive mannerTakeshi Abe
2017-05-10basic: Compare with keywords without creating temporary stringsTakeshi Abe
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-05-09loplugin:constantparamNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert basic module away from OSL_ASSERT to assertChris Sherlock
2017-05-05Fix typosAndrea Gelmini
2017-05-03VBA tests- MONTHNAME,NPER, NPV,OCT test caseZdeněk Crhonek
2017-05-03More likely month pos firstEike Rathke
2017-05-03Add two digit year test for CDateToIso()Eike Rathke
2017-05-03CDateFromIso: accept YYMMDD two digit year for compatibilityEike Rathke
2017-05-02Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke
2017-05-02SbiRuntime::isVBAEnabled() needs to be guarded with #if HAVE_FEATURE_SCRIPTINGEike Rathke
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke
2017-05-02loplugin:checkunusedparams in basctl and basicNoel Grandin
2017-04-29CDateToIso: larger buffer for possible year rangeEike Rathke
2017-04-28loplugin:salunicodeliteral: basicStephan Bergmann