summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
2018-01-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro2-3/+7
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2017-09-04tdf#111939: Fallback to getting view data from best view shell...Dennis Francis1-0/+6
2017-08-16oovbaapi: Allow copying of multiple selectionsTamas Bunth1-5/+4
2017-08-15tdf#107858 oovbaapi: Autofilter always has headerTamas Bunth1-7/+1
2017-08-15tdf#107238 VBA autofilter: list of stringsSzymon Kłos1-5/+40
2017-05-30tdf#108049 VBA exception avoided in ScVbaRange::setStyleJustin Luth1-1/+2
2017-03-24tdf#104383: prevent crash during file load.Kohei Yoshida1-2/+14
2016-11-21new loplugin datamembershadowNoel Grandin3-4/+1
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-6/+6
2016-11-07Avoid crash when calling a Worksheet's ShowDataForm()Takeshi Abe1-2/+2
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin4-28/+14
2016-10-20fix fallback in ScVbaFormat::getLockedJochen Nitschke1-1/+1
2016-10-19loplugin:expandablemethodds in scNoel Grandin4-6/+3
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-3/+3
2016-10-07loplugin:staticmethods: scStephan Bergmann1-1/+1
2016-10-05loplugin:unnecessaryoverride in scNoel Grandin2-9/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-1/+1
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin1-3/+3
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-4/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann35-37/+37
2016-09-10loplugin:constantparam in scNoel Grandin2-8/+5
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin6-12/+12
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-26/+26
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke1-4/+4
2016-08-03sc: replace REGISTER_..._EVENT macros with lambdasJochen Nitschke1-36/+33
2016-07-27improve passstuffbyref return analysisNoel Grandin9-12/+12
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann2-2/+2
2016-07-19improve unnecessaryoverride pluginNoel Grandin1-0/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann8-8/+8
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas24-0/+29
2016-06-10Clean up uses of Any::getValue() in scStephan Bergmann2-2/+3
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-2/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin3-8/+8
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-2/+2
2016-05-23Convert SbxClassType to scoped enumNoel Grandin2-3/+3
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann2-0/+2
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin2-2/+2
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2-6/+6
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin4-20/+20
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann16-70/+70
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-14/+4
2016-04-18cppcheck: silence known condition warning in sc vbahelperJochen Nitschke1-2/+1