summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basobj3.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+1
2024-04-29Drop uses of css::uno::Sequence::getConstArray in accessibility .. basegfxMike Kaganski1-6/+2
2024-04-08tdf#146619 Drop unused 'using namespace' in: basctl/Gabor Kelemen1-1/+0
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-6/+8
2022-07-07elide some string copiesNoel Grandin1-3/+1
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin1-16/+16
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara1-3/+3
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-1/+1
2020-10-21use tools::Long in accessibility..basctlNoel1-4/+4
2020-04-18loplugin:flatten in basctlNoel Grandin1-21/+22
2020-02-13tdf#130161 adding a document dialog or modules doesn't update catalogCaolán McNamara1-4/+7
2020-01-22tdf#42949 Fix IWYU warnings in basctl/Gabor Kelemen1-2/+5
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+2
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen1-0/+1
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin1-3/+3
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-24Modernize a bit accessibility and basctlJulien Nabet1-8/+5
2018-02-22weld native message dialogsCaolán McNamara1-6/+8
2018-01-24loplugin:constparamsNoel Grandin1-1/+1
2018-01-19Fix callback function typeStephan Bergmann1-1/+1
2017-10-10basctl: consistently use "" and <> in include directivesMike Kaganski1-4/+4
2017-07-31loplugin:constparams in basctlNoel Grandin1-5/+5
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-17drop IDE_RESSTRCaolán McNamara1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-2/+2
2016-09-11coverity#1371151 rearrange code to avoid assignmentCaolán McNamara1-18/+12
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-2/+1
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin1-1/+1
2016-07-04tdf#100726: Improve readability of OUString concatenationsArnold Dumas1-4/+1
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-3/+3
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-05-20coverity#1298898 coverity seems a little confused hereCaolán McNamara1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-19loplugin:constantfunction: unotoolsNoel Grandin1-1/+1
2015-02-12BASIC IDE : add the current procedure name in the status barLaurent Godard1-0/+2
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini1-16/+0
2014-10-23loplugin: cstylecastNoel Grandin1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1