summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: basctlStephan Bergmann13-36/+36
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-08Resolves: tdf#114766 gtk3 solar mutex assertCaolán McNamara1-6/+8
2018-01-05lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky2-5/+3
2018-01-04remove SfxUsrAnyItem typedefNoel Grandin4-6/+6
2018-01-03Translate German commentJohnny_M1-1/+1
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-2/+2
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin3-6/+6
2017-12-11loplugin:salcall fix functionsNoel Grandin3-3/+3
2017-12-11tdf#63154 removed some solar.h referencesekuiitr1-1/+0
2017-12-07loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin3-3/+3
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-11/+11
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-3/+3
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-21coverity warningsCaolán McNamara1-1/+2
2017-11-20renameModuleOrDialog: add missing check for valid Referencetagezi1-1/+1
2017-11-20tdf#108872 Also remove VBA module info on module removaltagezi1-0/+3
2017-11-20Fix typosAndrea Gelmini1-1/+1
2017-11-18silence some coverity warningsCaolán McNamara2-2/+2
2017-11-14Translate German debug stringsJohnny_M1-1/+1
2017-11-10loplugin:finalclasses in basctlNoel Grandin10-38/+17
2017-11-04loplugin:constparams in various(1)Noel Grandin2-4/+4
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin6-9/+8
2017-10-26vcl: make MapMode constructor explicitMichael Stahl6-16/+16
2017-10-25new loplugin:dodgyswitchNoel Grandin1-1/+1
2017-10-23loplugin:includeform: basctlStephan Bergmann13-27/+27
2017-10-20Resolves: tdf#113252 missing tabs in basic library organizerCaolán McNamara1-0/+7
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara1-4/+28
2017-10-11tdf#113052 needs mpUIBuilder to load breaklistmenuJan-Marek Glogowski1-3/+3
2017-10-10Use erase-remove idiomJulien Nabet1-1/+1
2017-10-10basctl: consistently use "" and <> in include directivesMike Kaganski46-159/+159
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-10-03new loplugin:blockblockNoel Grandin1-45/+43
2017-10-01throw more useful uno::Exception'sNoel Grandin1-1/+1
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2-3/+3
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-20/+44
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-32/+30
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt4-7/+7
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2-11/+11
2017-09-21clang-tidy modernize-use-equals-default in basctlJochen Nitschke4-43/+0
2017-09-20tdf#112381 Macro Organizer: Move Run, Close, Help buttons to the bottomSabin Frandes1-202/+226
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin1-4/+4
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-09-02set parent for import macro lib dialogCaolán McNamara1-1/+3
2017-09-02set parent dialog for file dialogCaolán McNamara1-1/+1
2017-09-01move to FileDialogHelperCaolán McNamara1-2/+4
2017-09-01Resolves: tdf#112063 ensure closing dialog is not parent for file dialogCaolán McNamara1-2/+6
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-2/+2