Age | Commit message (Expand) | Author |
2017-02-28 | new loplugin unoany | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-09 | New loplugin:externvar: vbahelper | Stephan Bergmann |
2016-11-24 | loplugin:unnecessaryoverride (dtors) in vbahelper | Stephan Bergmann |
2016-11-11 | update vclwidget loplugin to find ref-dropping assigment | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-06-13 | tdf#42949: clean up includes in include/vbahelper with iwyu | Jorenz Paragas |
2015-11-18 | com::sun::star->css in vbahelper/ | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-10 | vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-27 | Clean up sEmpty | Stephan Bergmann |
2015-08-03 | inline some use-once typedefs | Noel Grandin |
2015-07-21 | loplugin:unusedmethods vbahelper | Noel Grandin |
2015-05-25 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-22 | convert POINTER constants to scoped enum | Noel Grandin |
2015-01-19 | Fix typo code Resouce->Resource | Andrea Gelmini |
2014-09-29 | vbahelper: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-02 | vbahelper: sal_Bool->bool | Noel Grandin |
2014-04-14 | no need for those static strings | Thomas Arnhold |
2014-04-12 | cppcheck: multiCondition, remove 2 duplicate "else if" blocks | Julien Nabet |
2014-03-27 | Second batch of adding SAL_OVERRIDE to overriding function declarations | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-21 | ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba. | Matúš Kukan |
2014-01-31 | coverity#735370 : signed/unsigned mixup | Norbert Thiebaud |
2013-12-20 | typo fixes | Andras Timar |
2013-12-12 | Do not use C++-UNO internal static_type functions in client code | Stephan Bergmann |
2013-05-09 | tweak vba Control implementation to aritificially fire events from api | Noel Power |
2013-05-09 | create togglebutton class ( for togglebutton on sheet ) | Noel Power |
2013-04-05 | fix selection change event firing | Noel Power |
2013-04-05 | fix 'Visible' property for XControlShape(s) Foreach support for CommandBars | Noel Power |
2013-04-05 | Added and fixed various vba API | Noel Power |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák |
2012-09-08 | OUString cleanup in vbahelper/msforms | Olivier Hallot |
2012-08-31 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |
2012-08-26 | remove VBA_OOBUILD_HACK and friends | Noel Power |
2012-06-22 | re-base on ALv2 code. | Michael Meeks |
2012-05-31 | targeted string re-work | Norbert Thiebaud |
2012-04-17 | add support for MousePointer attribute in controls | Noel Power |
2012-04-04 | removed duplicate #includes | Takeshi Abe |
2012-03-26 | reduce over use of static OUStrings | Caolán McNamara |
2012-03-20 | add vba support for BackColor, AutoSize, Locked attributes bnc#749960 | Noel Power |
2011-08-23 | WaE: drop unused ctor argument | Caolán McNamara |
2011-08-16 | Keep the container and object separate methods. | Kohei Yoshida |
2011-08-16 | Added XPropertySet2 to allow disabling of change event notifications. | Kohei Yoshida |
2011-06-16 | catch by const reference | Caolán McNamara |
2011-06-13 | createFromAscii -> RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara |
2011-05-23 | vbahelper builds after the m106 merge. | Jan Holesovsky |