summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin4-6/+6
2017-04-05loplugin:constantparam part2Noel Grandin2-13/+4
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann3-7/+7
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann1-2/+2
2017-04-02add VBA tests- FIX,EXP,ERROR,DAY functionsZdeněk Crhonek5-0/+260
2017-03-31tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected"Katarina Behrens1-5/+0
2017-03-30remove type decorations on char literalsJochen Nitschke7-24/+24
2017-03-30loplugin:unusedenumconstantsNoel Grandin1-1/+0
2017-03-29VBA tests - add DATEDIFF and DATEPART test caseZdeněk Crhonek3-0/+237
2017-03-28Fix typosAndrea Gelmini1-1/+1
2017-03-28tdf#39468 Translate German commentsJens Carl3-4/+4
2017-03-26Fix typosAndrea Gelmini4-4/+4
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann5-5/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin6-15/+15
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-1/+1
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-20Fix CurDir on WindowsStephan Bergmann1-14/+9
2017-03-19Fix typos + some German translationsAndrea Gelmini1-1/+1
2017-03-18VBA tests - add CVDATE,CVERR,DATEADD test caseZdeněk Crhonek4-0/+270
2017-03-17VBA tests - add CSNG, CSTR test caseZdeněk Crhonek3-0/+142
2017-03-17remove unused defines from HRC files in variousNoel Grandin2-5/+0
2017-03-11add VBA test CINT,CLNG functions testsZdeněk Crhonek3-0/+204