summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-11replace macros and use scoped enumJochen Nitschke1-43/+38
2017-03-10add VBA COS function test caseZdeněk Crhonek2-0/+74
2017-03-06VBA test CHOOSE functionZdeněk Crhonek2-0/+82
2017-03-04VBA test CDATE, CDBL functionZdeněk Crhonek3-0/+147
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-8/+8
2017-03-03Fix typosAndrea Gelmini4-4/+4
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin3-15/+16
2017-03-01add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOLZdeněk Crhonek6-0/+438
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-28VBA: unit test for PtrSafe and compiler directivesJustin Luth1-0/+17
2017-02-28VBA: allow and ignore compiler directivesJustin Luth1-2/+9
2017-02-27add VBA CHR() test caseZdeněk Crhonek2-0/+72
2017-02-27VBA: accept the PtrSafe keywordJustin Luth3-1/+5
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini3-4/+4
2017-02-21loplugin:subtlezeroinit: basicStephan Bergmann1-2/+2
2017-02-17fix windows buildNoel Grandin1-1/+1
2017-02-17convert SbxDecimal::CmpResult to scoped enumNoel Grandin3-8/+9
2017-02-17convert INVOKETYPE to scoped enumNoel Grandin1-12/+6
2017-02-17convert SbxNameType to scoped enumNoel Grandin2-29/+13
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist7-11/+11
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann2-40/+6
2017-02-15Support MSVC 15.0David Ostrovsky1-1/+1
2017-02-13tdf#42982 Make UNO error reporting more descriptiveSaurav Sachidanand3-27/+23
2017-02-11Misplaced #endifStephan Bergmann1-2/+2
2017-02-10Remove MinGW supportStephan Bergmann3-58/+4
2017-02-09loplugin:staticmethodsTor Lillqvist1-4/+4
2017-02-09split getApplicationBasicManager into get and getOrCreateCaolán McNamara1-16/+14
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin2-10/+10
2017-02-08replace localresource of strings and keys with StringArrayCaolán McNamara2-536/+140
2017-02-08basic: another SOLARIS check here converted to __sunMichael Stahl1-1/+1
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl2-13/+13
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl2-10/+10
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin2-10/+10
2017-02-07Our GetSystemTicks can now again return negative 32-bit values on WindowsTor Lillqvist1-15/+0
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin2-13/+13
2017-02-07Revert "[API CHANGE] return sal_uInt64 from GetSystemTicks in basic"Noel Grandin2-2/+2
2017-02-06Add missing #includesStephan Bergmann3-0/+4
2017-02-05Related tdf#105473: Crash in: ScRangeList::operator[]Julien Nabet1-1/+1
2017-02-03makeAny->Any in basctl..chart2Noel Grandin10-34/+34
2017-02-02loplugin:useuniqueptrStephan Bergmann1-2/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin16-129/+129
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin5-14/+14
2017-01-27Just pass in OUString directlyStephan Bergmann2-7/+0
2017-01-27Just pass in OUString directlyStephan Bergmann1-7/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann18-615/+265