summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* loplugin:useuniqeptr in SbxVariableNoel Grandin2018-01-192-19/+13
* loplugin:useuniqueptr in SbiStdObjectNoel Grandin2018-01-192-5/+5
* loplugin:useuniqueptr in SbUnoMethodNoel Grandin2018-01-192-3/+3
* loplugin:useuniqueptr in SbiGlobalsNoel Grandin2018-01-194-17/+18
* loplugin:useuniqueptr in SbModuleNoel Grandin2018-01-194-30/+20
* Fix typosAndrea Gelmini2018-01-161-1/+1
* More loplugin:cstylecast: basicStephan Bergmann2018-01-1512-47/+47
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* More loplugin:cstylecast: basicStephan Bergmann2018-01-1239-399/+399
* tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr2018-01-102-11/+8
* basic, solve link problemsjan Iversen2018-01-084-2/+18
* basic, changed runtimejan Iversen2018-01-071-1/+1
* SAL_TYPES_SIZEOFINT == 2 no longer possibleNoel Grandin2018-01-061-16/+0
* Silence loplugin:unnecessarycatchthrow with --disable-debugStephan Bergmann2018-01-041-4/+8
* RID_* can be extern global variablesNoel Grandin2018-01-022-7/+2
* Fix typosAndrea Gelmini2017-12-291-1/+1
* loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin2017-12-266-12/+12
* VBA tests (4) - don't pass when all tests failZdeněk Crhonek2017-12-2320-120/+27
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-221-3/+2
* VB tests (3)-don't pass whe all tests failZdeněk Crhonek2017-12-2218-490/+15
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-195-16/+18
* 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