summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson2016-12-051-1/+5
* Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for nowTor Lillqvist2016-10-281-2/+4
* tdf#102872 TAB function is missing its argumentLaurent Balland-Poirier2016-10-031-0/+1
* Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara2016-08-242-2/+2
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-08-032-5/+5
* Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara2016-07-201-0/+7
* tdf#99696 fix build error for 64bit Windows in unit tests using ADODBTomofumi Yagi2016-06-072-2/+25
* Resolves: tdf#93386 crash when closing a Database with macro editor openCaolán McNamara2016-05-311-16/+38
* Fix typosAndrea Gelmini2016-05-252-2/+2
* Resolves: tdf#93474 crash on importing a macro libraryCaolán McNamara2016-05-241-3/+4
* Convert SbxClassType to scoped enumNoel Grandin2016-05-2322-186/+186
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-1/+2
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-13/+0
* Fix typosAndrea Gelmini2016-05-161-1/+1
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-1012-0/+14
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-2/+4
* tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav2016-05-091-1/+2
* BASIC : Remove an useless static_cast and use make_uniqueArnaud Versini2016-05-081-1/+2
* BASIC: SbiParser Remove useless static_cast and indent the code correctly.Arnaud Versini2016-05-071-9/+9
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-064-9/+9
* use Any constructor instead of temporariesNoel Grandin2016-05-042-17/+5
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-2/+1
* Fix typo in codeAndrea Gelmini2016-05-011-6/+6
* Fix typosAndrea Gelmini2016-05-011-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-3/+3
* clang-tidy modernize-loop-convert in b*Noel Grandin2016-04-214-11/+8
* new plugin stylepoliceNoel Grandin2016-04-212-7/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-206-15/+15
* BASIC : Partially revert SbxArray simplification.Arnaud Versini2016-04-191-1/+16
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-3/+0
* BASIC : Simplify SbxArrayArnaud Versini2016-04-181-23/+4
* Remove needless typedef from basic/qa/cppunit/basic_coverage.cxxRyan McCoskrie2016-04-181-6/+5
* tdf#99357: Basic, return if .with pNode nullJulien Nabet2016-04-171-0/+2
* remove tools/solarmutex.hxxNoel Grandin2016-04-151-3/+7
* loplugin:passstuffbyref in basicNoel Grandin2016-04-136-12/+12
* Related tdf#99089: avoid second crashJulien Nabet2016-04-131-1/+1
* Avoid reserved identifierStephan Bergmann2016-04-121-2/+2
* Avoid reserved identifierStephan Bergmann2016-04-121-5/+5
* Avoid reserved identifiersStephan Bergmann2016-04-121-393/+393
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* BASIC: Remove useless static_cast from basmgr.cxxArnaud Versini2016-04-111-23/+20
* Avoid reserved identifierStephan Bergmann2016-04-111-8/+8
* Remove an useless check I had addedJulien Nabet2016-04-111-1/+1
* clang-tidy performance-unnecessary-value-param in basicNoel Grandin2016-04-119-41/+33
* make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin2016-04-112-10/+7
* tdf#99089: avoid some crashes in BasicJulien Nabet2016-04-102-2/+2
* fix bug in SbxArray::MergeNoel Grandin2016-04-071-1/+1
* Avoid reserved identifierStephan Bergmann2016-04-061-3/+3
* Avoid reserved identifiersStephan Bergmann2016-04-065-26/+26