summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)Author
2017-02-28new loplugin unoanyNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-28tdf#86214 User isn't warned entering a cell address not allowedAbhilash Singh
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-26Remove dead codeStephan Bergmann
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scStephan Bergmann
2017-01-09New loplugin:externvar: scStephan Bergmann
2017-01-07Typo: Acess->AccessJulien Nabet
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann
2016-11-21new loplugin datamembershadowNoel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-07Avoid crash when calling a Worksheet's ShowDataForm()Takeshi Abe
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
2016-10-20fix fallback in ScVbaFormat::getLockedJochen Nitschke
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-07loplugin:staticmethods: scStephan Bergmann
2016-10-05loplugin:unnecessaryoverride in scNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-01Fix typosAndrea Gelmini
2016-10-01Fix typosAndrea Gelmini
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in scNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-08-03use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke
2016-08-03sc: replace REGISTER_..._EVENT macros with lambdasJochen Nitschke
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas
2016-06-10Clean up uses of Any::getValue() in scStephan Bergmann
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann