summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbacontrol.cxx
AgeCommit message (Expand)Author
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-26loplugin:constmethod in vbahelperNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vbahelperStephan Bergmann
2019-07-29Fix typosAndrea Gelmini
2019-07-21loplugin:referencecasting in vbahelper..vclNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-02-13Pointer is pointlessNoel Grandin
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin
2018-11-22improve function-local statics in vbahelperNoel Grandin
2018-10-04pass AbstractGeometryAttributes around by std::unique_ptrNoel Grandin
2018-09-18loplugin:constfields in vbahelperNoel Grandin
2018-03-06use more Color in vbahelperNoel Grandin
2018-01-12More loplugin:cstylecast: vbahelperStephan Bergmann
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-28new loplugin unoanyNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-09New loplugin:externvar: vbahelperStephan Bergmann
2016-11-24loplugin:unnecessaryoverride (dtors) in vbahelperStephan Bergmann
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-13tdf#42949: clean up includes in include/vbahelper with iwyuJorenz Paragas
2015-11-18com::sun::star->css in vbahelper/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-10vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-03inline some use-once typedefsNoel Grandin
2015-07-21loplugin:unusedmethods vbahelperNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-01-19Fix typo code Resouce->ResourceAndrea Gelmini
2014-09-29vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-02vbahelper: sal_Bool->boolNoel Grandin
2014-04-14no need for those static stringsThomas Arnhold
2014-04-12cppcheck: multiCondition, remove 2 duplicate "else if" blocksJulien Nabet
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-21ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba.Matúš Kukan
2014-01-31coverity#735370 : signed/unsigned mixupNorbert Thiebaud
2013-12-20typo fixesAndras Timar
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-05-09tweak vba Control implementation to aritificially fire events from apiNoel Power
2013-05-09create togglebutton class ( for togglebutton on sheet )Noel Power
2013-04-05fix selection change event firingNoel Power