summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbacontrol.cxx
AgeCommit message (Expand)Author
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
2013-04-05fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power
2013-04-05Added and fixed various vba APINoel Power
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-08OUString cleanup in vbahelper/msformsOlivier Hallot
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power
2012-06-22re-base on ALv2 code.Michael Meeks
2012-05-31targeted string re-workNorbert Thiebaud
2012-04-17add support for MousePointer attribute in controlsNoel Power
2012-04-04removed duplicate #includesTakeshi Abe
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-20add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power
2011-08-23WaE: drop unused ctor argumentCaolán McNamara