summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-16add missing includeBjoern Michaelsen1-0/+1
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist1-0/+1
2013-04-08warning C4702: unreachable codeMichael Stahl1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák22-94/+94
2013-04-05fix selection change event firingNoel Power1-0/+3
2013-04-05fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power2-1/+18
2013-04-05Added and fixed various vba APINoel Power4-5/+64
2013-04-03fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan11-26/+24
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-5/+0
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-08Assignment of function parameter has no effect outside the functionJulien Nabet1-1/+1
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2-16/+16
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
2013-01-28fdo#46808, convert some code to use getProcessComponentContextNoel Grandin1-4/+4
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl2-10/+0
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl2-0/+4
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-16/+5
2012-12-13fdo#46808, use service constructor for ui::WindowStateConfigurationNoel Grandin1-3/+2
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2-5/+0
2012-12-04clean up more sbxToUnoValue declarationsMichael Stahl1-4/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-2/+1
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-1/+0
2012-11-05add a README filesAlia Almusaireae1-0/+1
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud1-1/+1
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-3/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-3/+3
2012-10-02Use prefixTor Lillqvist2-2/+2
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-10/+2
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
2012-09-12targetted VBA re-work.Noel Power18-160/+45
2012-09-08OUString cleanup in vbahelper/msformsOlivier Hallot40-465/+429