summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2018-01-04Silence loplugin:unnecessarycatchthrow with --disable-debugStephan Bergmann1-4/+8
2018-01-02RID_* can be extern global variablesNoel Grandin2-7/+2
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin6-12/+12
2017-12-23VBA tests (4) - don't pass when all tests failZdeněk Crhonek20-120/+27
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-3/+2
2017-12-22VB tests (3)-don't pass whe all tests failZdeněk Crhonek18-490/+15
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin5-16/+18
2017-12-19loplugin:unusedenumconstantsNoel Grandin2-5/+0
2017-12-18loplugin:unusedindexMike Kaganski3-10/+5
2017-12-15Get rid of loop counter variableMike Kaganski1-4/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-12-07VBA test - error() functionZdeněk Crhonek1-4/+4
2017-12-07loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin2-2/+2
2017-12-06VBA test - iserror function test repair, tdf#114232Zdeněk Crhonek1-1/+1
2017-12-06basic: SfxLibraryContainer: replace maMutexMichael Stahl2-6/+7
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin5-56/+56
2017-12-05Save an unnecessary duplicate GetObject() callEike Rathke1-6/+3
2017-12-05Simplify the IsObject()/GetObject() logic hereEike Rathke1-9/+2
2017-12-05Rather call GetObject() only if IsObject(), tdf#112571 follow-upEike Rathke1-9/+1
2017-12-05Resolves: tdf#114232 reset error after unsuccessful GetObject() queryEike Rathke1-0/+8
2017-12-05Resolves: tdf#114231 do not mask ErrCode with GetRest()Eike Rathke1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-2/+2
2017-12-02VBA tests repair (2) - don't pass the test when all tests failZdeněk Crhonek4-14/+14
2017-12-02VBA tests - repair tests (Don't pass when all tests fail)Zdeněk Crhonek3-4/+4
2017-11-29Find VBA-only functions when compiling first on module levelEike Rathke1-2/+14
2017-11-29loplugin:unusedmethodsNoel Grandin2-13/+0
2017-11-26basic, disable scripting problemjan Iversen1-3/+2
2017-11-24Get rid of two more temporary SvNumberFormatter instancesEike Rathke1-3/+22
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke1-14/+26
2017-11-24Get rid of that LANGUAGE_GERMAN nonsenseEike Rathke1-9/+9
2017-11-24Aaand another one.. SvNumberFormatter instanceEike Rathke1-10/+8
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke1-4/+14
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke4-50/+21
2017-11-24Don't pass the test when all tests failEike Rathke1-29/+38
2017-11-23various coverity warningsCaolán McNamara1-1/+2
2017-11-23tdf#114011 limit/truncate date, not only yearEike Rathke1-8/+19
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara5-9/+9
2017-11-18silence some coverity warningsCaolán McNamara2-2/+2
2017-11-17inline SbxMAXSALUINT64 and friendsNoel Grandin2-21/+21
2017-11-15Fix typosAndrea Gelmini1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin3-12/+7
2017-11-04loplugin:constparams in various(1)Noel Grandin5-6/+6
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin16-38/+32
2017-10-27Another ImpGetIntntlSep() fix, tdf#81671 follow-upEike Rathke2-2/+3
2017-10-27Fix build of Windows-only code, tdf#81671 follow-upEike Rathke1-1/+2
2017-10-27Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke1-12/+22