summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedenumconstantsNoel Grandin2017-12-192-5/+0
* loplugin:unusedindexMike Kaganski2017-12-183-10/+5
* Get rid of loop counter variableMike Kaganski2017-12-151-4/+1
* tools: remove unused #include from solar.hMichael Stahl2017-12-131-0/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-112-2/+2
* VBA test - error() functionZdeněk Crhonek2017-12-071-4/+4
* loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin2017-12-072-2/+2
* VBA test - iserror function test repair, tdf#114232Zdeněk Crhonek2017-12-061-1/+1
* basic: SfxLibraryContainer: replace maMutexMichael Stahl2017-12-062-6/+7
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-065-56/+56
* Save an unnecessary duplicate GetObject() callEike Rathke2017-12-051-6/+3
* Simplify the IsObject()/GetObject() logic hereEike Rathke2017-12-051-9/+2
* Rather call GetObject() only if IsObject(), tdf#112571 follow-upEike Rathke2017-12-051-9/+1
* Resolves: tdf#114232 reset error after unsuccessful GetObject() queryEike Rathke2017-12-051-0/+8
* Resolves: tdf#114231 do not mask ErrCode with GetRest()Eike Rathke2017-12-051-1/+1
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-052-2/+2
* VBA tests repair (2) - don't pass the test when all tests failZdeněk Crhonek2017-12-024-14/+14
* VBA tests - repair tests (Don't pass when all tests fail)Zdeněk Crhonek2017-12-023-4/+4
* Find VBA-only functions when compiling first on module levelEike Rathke2017-11-291-2/+14
* loplugin:unusedmethodsNoel Grandin2017-11-292-13/+0
* basic, disable scripting problemjan Iversen2017-11-261-3/+2
* Get rid of two more temporary SvNumberFormatter instancesEike Rathke2017-11-241-3/+22
* Get rid of a temporary SvNumberFormatter instanceEike Rathke2017-11-241-14/+26
* Get rid of that LANGUAGE_GERMAN nonsenseEike Rathke2017-11-241-9/+9
* Aaand another one.. SvNumberFormatter instanceEike Rathke2017-11-241-10/+8
* Get rid of a temporary SvNumberFormatter instanceEike Rathke2017-11-241-4/+14
* Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke2017-11-244-50/+21
* Don't pass the test when all tests failEike Rathke2017-11-241-29/+38
* various coverity warningsCaolán McNamara2017-11-231-1/+2
* tdf#114011 limit/truncate date, not only yearEike Rathke2017-11-231-8/+19
* replace check of eof and GetError with goodCaolán McNamara2017-11-221-1/+1
* drop duplicate methodCaolán McNamara2017-11-225-9/+9
* silence some coverity warningsCaolán McNamara2017-11-182-2/+2
* inline SbxMAXSALUINT64 and friendsNoel Grandin2017-11-172-21/+21
* Fix typosAndrea Gelmini2017-11-151-1/+1
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:finalclasses in basic,basegfxNoel Grandin2017-11-103-12/+7
* loplugin:constparams in various(1)Noel Grandin2017-11-045-6/+6
* loplugin:constantparam in basic,basctlNoel Grandin2017-11-0116-38/+32
* Another ImpGetIntntlSep() fix, tdf#81671 follow-upEike Rathke2017-10-272-2/+3
* Fix build of Windows-only code, tdf#81671 follow-upEike Rathke2017-10-271-1/+2
* Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke2017-10-271-12/+22
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-1/+1
* loplugin:includeform: basicStephan Bergmann2017-10-2310-15/+15
* overload std::hash for OUString and OStringNoel Grandin2017-10-235-7/+6
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-213-5/+5
* Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10Tor Lillqvist2017-10-172-29/+5
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-1057-151/+151
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-055-43/+40
* add << operator for css::uno::ExceptionNoel Grandin2017-10-043-8/+9