summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)Author
2014-02-26Remove visual noise from vbahelperAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba.Matúš Kukan
2014-02-13coverity#707460 Uncaught exceptionCaolán McNamara
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan
2014-01-31coverity#735370 : signed/unsigned mixupNorbert Thiebaud
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
2014-01-28bool improvementsStephan Bergmann
2014-01-27coverity#738968 Unused pointer valueCaolán McNamara
2014-01-22bool improvementsStephan Bergmann
2014-01-07Fix syntax errorTor Lillqvist
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-20typo fixesAndras Timar
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11Accelerate checking for VBA macros that are not there.Michael Meeks
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-07CID#708571 uninitialized membersCaolán McNamara
2013-10-02Spell "indices" correctlyTor Lillqvist
2013-10-02WaE: unused variableTor Lillqvist
2013-10-01convert remains of String to vbahelper module to OUStringNoel Grandin
2013-09-26typo fixes in commentsAndras Timar
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-09Parse workbook name correctly, don't fall over spaces etc.Noel Power
2013-05-09support UserForm.Visible attributeNoel Power
2013-05-09support Shape.AlternativeNoel Power
2013-05-09tweak combox to selectively fire change or click eventNoel Power
2013-05-09support api initiated change_event for combox & textboxNoel Power
2013-05-09fix contrast not increment to limit value between 0.0 & 1.0Noel Power
2013-05-09Setting TEXT causes exception, don't do itNoel Power
2013-05-09ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power
2013-05-09fix TextBox value error, MaxLength is long in vba but short in libreofficeNoel Power
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-05-09handle bool value for checkbox, radiobutton, togglebutton consistentlyNoel Power
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-16Revert "add missing include"Bjoern Michaelsen
2013-04-16add missing includeBjoern Michaelsen
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist
2013-04-08warning C4702: unreachable codeMichael Stahl
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05fix selection change event firingNoel Power