summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Typos: definied->definedJulien Nabet2018-03-171-1/+1
* change recursive ImageURL prop. search to use XGraphicTomaž Vajngerl2018-03-151-8/+13
* Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl2018-03-111-1/+1
* convert Redline warning dialog to .ui to get helpidsCaolán McNamara2018-02-271-10/+10
* convert remaining WarningBox to weld::MessageDialogCaolán McNamara2018-02-273-3/+0
* loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin2018-02-261-2/+1
* convert remaining InfoBox to weld::MessageDialogCaolán McNamara2018-02-252-90/+103
* Blind fix for 3ceb01afc3e5f47930e24fb0b21e6e85b86f660eJulien Nabet2018-02-251-2/+2
* Use for range loops in basegfx and basicJulien Nabet2018-02-248-68/+60
* Revert "loplugin:changetoolsgen in avmedia..basic" and reapply pluginNoel Grandin2018-02-161-3/+3
* ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara2018-02-164-11/+11
* loplugin:changetoolsgen in avmedia..basicNoel Grandin2018-02-131-3/+3
* Decrease fragility in odd use cases with no current documentTor Lillqvist2018-02-091-1/+4
* basic: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-01-311-9/+3
* loplugin:pointerbool (clang-cl)Stephan Bergmann2018-01-251-1/+1
* Introduce SbxValues::clearStephan Bergmann2018-01-231-11/+5
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-232-7/+7
* new loplugin:emptyifNoel Grandin2018-01-191-3/+0
* 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