summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-11/+11
2013-04-05fix selection change event firingNoel Power1-0/+3
2013-04-05fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power1-1/+14
2013-04-05Added and fixed various vba APINoel Power3-5/+63
2013-04-03fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan4-12/+12
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith1-13/+13
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-3/+3
2012-10-02Use prefixTor Lillqvist1-1/+1
2012-09-12targetted VBA re-work.Noel Power9-89/+13
2012-09-08OUString cleanup in vbahelper/msformsOlivier Hallot40-465/+429
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann3-4/+3
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power1-18/+0