summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann37-443/+443
2014-03-19coverity#982489 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin5-10/+9
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann69-830/+830
2014-02-26Remove visual noise from vbahelperAlexander Wilms10-15/+15
2014-02-23Remove unneccessary commentsAlexander Wilms3-12/+12
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-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan1-2/+2
2014-01-31coverity#735370 : signed/unsigned mixupNorbert Thiebaud1-2/+3
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27coverity#738968 Unused pointer valueCaolán McNamara1-3/+2
2014-01-22bool improvementsStephan Bergmann1-2/+1
2014-01-07Fix syntax errorTor Lillqvist1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-9/+9
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann9-15/+15
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-3/+3
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-2/+2
2013-11-11Accelerate checking for VBA macros that are not there.Michael Meeks1-9/+10
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-2/+2
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold30-83/+99
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-07CID#708571 uninitialized membersCaolán McNamara1-1/+4
2013-10-02Spell "indices" correctlyTor Lillqvist2-6/+6
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-10-01convert remains of String to vbahelper module to OUStringNoel Grandin1-3/+3
2013-09-26typo fixes in commentsAndras Timar2-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák4-11/+11
2013-06-29remove OUString wrap for string literalsThomas Arnhold4-6/+6
2013-06-03re-base on ALv2 code. Includes:Michael Meeks2-42/+24
2013-05-09Parse workbook name correctly, don't fall over spaces etc.Noel Power2-5/+11
2013-05-09support UserForm.Visible attributeNoel Power2-0/+20
2013-05-09support Shape.AlternativeNoel Power1-0/+16
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-09fix contrast not increment to limit value between 0.0 & 1.0Noel Power1-5/+5
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-24gbuild: drop uses of removed packagesDavid Tardon1-2/+0
2013-04-23execute move of global headersBjoern Michaelsen23-2119/+0
2013-04-16Revert "add missing include"Bjoern Michaelsen1-1/+0