summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2017-04-10Clean up uses of SAL_U/SAL_W: basicStephan Bergmann
2017-04-09VBA tests - HEX, HOUR, IIF, INSTR test casesZdeněk Crhonek
2017-04-09VBA tests - FORMATNUMBER functionZdeněk Crhonek
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-04-06loplugin:singlevalfieldsNoel Grandin
2017-04-06Fix typosAndrea Gelmini
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-04-05loplugin:constantparam part2Noel Grandin
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-02add VBA tests- FIX,EXP,ERROR,DAY functionsZdeněk Crhonek
2017-03-31tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected"Katarina Behrens
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-30loplugin:unusedenumconstantsNoel Grandin
2017-03-29VBA tests - add DATEDIFF and DATEPART test caseZdeněk Crhonek
2017-03-28Fix typosAndrea Gelmini
2017-03-28tdf#39468 Translate German commentsJens Carl
2017-03-26Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-20Fix CurDir on WindowsStephan Bergmann
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-03-18VBA tests - add CVDATE,CVERR,DATEADD test caseZdeněk Crhonek
2017-03-17VBA tests - add CSNG, CSTR test caseZdeněk Crhonek
2017-03-17remove unused defines from HRC files in variousNoel Grandin
2017-03-11add VBA test CINT,CLNG functions testsZdeněk Crhonek
2017-03-11replace macros and use scoped enumJochen Nitschke
2017-03-10add VBA COS function test caseZdeněk Crhonek
2017-03-06VBA test CHOOSE functionZdeněk Crhonek
2017-03-04VBA test CDATE, CDBL functionZdeněk Crhonek
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-03-01add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOLZdeněk Crhonek
2017-02-28new loplugin unoanyNoel Grandin
2017-02-28VBA: unit test for PtrSafe and compiler directivesJustin Luth
2017-02-28VBA: allow and ignore compiler directivesJustin Luth
2017-02-27add VBA CHR() test caseZdeněk Crhonek
2017-02-27VBA: accept the PtrSafe keywordJustin Luth
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: basicStephan Bergmann
2017-02-17fix windows buildNoel Grandin
2017-02-17convert SbxDecimal::CmpResult to scoped enumNoel Grandin
2017-02-17convert INVOKETYPE to scoped enumNoel Grandin
2017-02-17convert SbxNameType to scoped enumNoel Grandin
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-15Support MSVC 15.0David Ostrovsky