summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-03-264-4/+4
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-235-5/+0
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-236-15/+15
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-1/+1
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-221-1/+1
* Fix CurDir on WindowsStephan Bergmann2017-03-201-14/+9
* Fix typos + some German translationsAndrea Gelmini2017-03-191-1/+1
* VBA tests - add CVDATE,CVERR,DATEADD test caseZdeněk Crhonek2017-03-184-0/+270
* VBA tests - add CSNG, CSTR test caseZdeněk Crhonek2017-03-173-0/+142
* remove unused defines from HRC files in variousNoel Grandin2017-03-172-5/+0
* add VBA test CINT,CLNG functions testsZdeněk Crhonek2017-03-113-0/+204
* replace macros and use scoped enumJochen Nitschke2017-03-111-43/+38
* add VBA COS function test caseZdeněk Crhonek2017-03-102-0/+74
* VBA test CHOOSE functionZdeněk Crhonek2017-03-062-0/+82
* VBA test CDATE, CDBL functionZdeněk Crhonek2017-03-043-0/+147
* Remove redundant 'inline' keywordStephan Bergmann2017-03-033-8/+8
* Fix typosAndrea Gelmini2017-03-034-4/+4
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-013-15/+16
* add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOLZdeněk Crhonek2017-03-016-0/+438
* new loplugin unoanyNoel Grandin2017-02-281-2/+2
* VBA: unit test for PtrSafe and compiler directivesJustin Luth2017-02-281-0/+17
* VBA: allow and ignore compiler directivesJustin Luth2017-02-281-2/+9
* add VBA CHR() test caseZdeněk Crhonek2017-02-272-0/+72
* VBA: accept the PtrSafe keywordJustin Luth2017-02-273-1/+5
* Fix typos/translations, following 04644956e53dAndrea Gelmini2017-02-213-4/+4
* loplugin:subtlezeroinit: basicStephan Bergmann2017-02-211-2/+2
* fix windows buildNoel Grandin2017-02-171-1/+1
* convert SbxDecimal::CmpResult to scoped enumNoel Grandin2017-02-173-8/+9
* convert INVOKETYPE to scoped enumNoel Grandin2017-02-171-12/+6
* convert SbxNameType to scoped enumNoel Grandin2017-02-172-29/+13
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-157-11/+11
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-152-40/+6
* Support MSVC 15.0David Ostrovsky2017-02-151-1/+1
* tdf#42982 Make UNO error reporting more descriptiveSaurav Sachidanand2017-02-133-27/+23
* Misplaced #endifStephan Bergmann2017-02-111-2/+2
* Remove MinGW supportStephan Bergmann2017-02-103-58/+4
* loplugin:staticmethodsTor Lillqvist2017-02-091-4/+4
* split getApplicationBasicManager into get and getOrCreateCaolán McNamara2017-02-091-16/+14
* Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin2017-02-092-10/+10
* replace localresource of strings and keys with StringArrayCaolán McNamara2017-02-082-536/+140
* basic: another SOLARIS check here converted to __sunMichael Stahl2017-02-081-1/+1
* Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl2017-02-072-13/+13
* Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl2017-02-072-10/+10
* create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin2017-02-072-10/+10
* Our GetSystemTicks can now again return negative 32-bit values on WindowsTor Lillqvist2017-02-071-15/+0
* remove ugly operator* in DynamicErrorInfoNoel Grandin2017-02-072-13/+13
* Revert "[API CHANGE] return sal_uInt64 from GetSystemTicks in basic"Noel Grandin2017-02-072-2/+2
* Add missing #includesStephan Bergmann2017-02-063-0/+4
* Related tdf#105473: Crash in: ScRangeList::operator[]Julien Nabet2017-02-051-1/+1
* makeAny->Any in basctl..chart2Noel Grandin2017-02-0310-34/+34