summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms
AgeCommit message (Expand)AuthorFilesLines
2015-04-08A UNO Any can't contain an AnyStephan Bergmann2-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-9/+4
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-8/+8
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann1-5/+2
2015-01-19Fix typo code Resouce->ResourceAndrea Gelmini2-3/+3
2015-01-19Fix typo comments Resouce->ResourceAndrea Gelmini1-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann3-4/+0
2014-09-29vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann4-7/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-15VbaNewFont apparently does not inherit XHelperInterfaceStephan Bergmann11-24/+10
2014-07-22Remove unused #includesTakeshi Abe6-6/+0
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin3-11/+11
2014-05-08vbahelper: sal_Bool->boolNoel Grandin1-1/+1
2014-05-02vbahelper: sal_Bool->boolNoel Grandin7-22/+22
2014-04-23coverity#707461 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-1/+1
2014-04-14no need for those static stringsThomas Arnhold12-101/+62
2014-04-12cppcheck: multiCondition, remove 2 duplicate "else if" blocksJulien Nabet1-4/+0
2014-04-05fix colonCaolán McNamara1-1/+1
2014-04-05coverity#708570 Uninitialized scalar fieldCaolán McNamara1-1/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin6-12/+12
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann24-304/+304
2014-03-19coverity#982489 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann38-486/+486
2014-02-26Remove visual noise from vbahelperAlexander Wilms6-9/+9
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-21ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba.Matúš Kukan3-23/+23
2014-02-13coverity#707460 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-31coverity#735370 : signed/unsigned mixupNorbert Thiebaud1-2/+3
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann4-8/+8
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold21-56/+72
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-05-09support UserForm.Visible attributeNoel Power2-0/+20
2013-05-09tweak combox to selectively fire change or click eventNoel Power1-1/+9
2013-05-09support api initiated change_event for combox & textboxNoel Power2-0/+7
2013-05-09Setting TEXT causes exception, don't do itNoel Power1-2/+1
2013-05-09ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power2-6/+22
2013-05-09fix TextBox value error, MaxLength is long in vba but short in libreofficeNoel Power1-3/+4
2013-05-09tweak vba Control implementation to aritificially fire events from apiNoel Power2-3/+6
2013-05-09create togglebutton class ( for togglebutton on sheet )Noel Power1-1/+8
2013-05-09handle bool value for checkbox, radiobutton, togglebutton consistentlyNoel Power3-18/+22
2013-04-16Revert "add missing include"Bjoern Michaelsen1-1/+0
2013-04-16add missing includeBjoern Michaelsen1-0/+1
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist1-0/+1