summaryrefslogtreecommitdiffstats
path: root/vbahelper/source
Commit message (Expand)AuthorAgeFilesLines
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-214-11/+11
* remove OUString wrap for string literalsThomas Arnhold2013-06-294-6/+6
* Parse workbook name correctly, don't fall over spaces etc.Noel Power2013-05-092-5/+11
* support UserForm.Visible attributeNoel Power2013-05-092-0/+20
* support Shape.AlternativeNoel Power2013-05-091-0/+16
* tweak combox to selectively fire change or click eventNoel Power2013-05-091-1/+9
* support api initiated change_event for combox & textboxNoel Power2013-05-092-0/+7
* fix contrast not increment to limit value between 0.0 & 1.0Noel Power2013-05-091-5/+5
* Setting TEXT causes exception, don't do itNoel Power2013-05-091-2/+1
* ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power2013-05-092-6/+22
* fix TextBox value error, MaxLength is long in vba but short in libreofficeNoel Power2013-05-091-3/+4
* tweak vba Control implementation to aritificially fire events from apiNoel Power2013-05-092-3/+6
* create togglebutton class ( for togglebutton on sheet )Noel Power2013-05-091-1/+8
* handle bool value for checkbox, radiobutton, togglebutton consistentlyNoel Power2013-05-093-18/+22
* Revert "add missing include"Bjoern Michaelsen2013-04-161-1/+0
* add missing includeBjoern Michaelsen2013-04-161-0/+1
* Add missing #include <rtl/tencinfo.h>Tor Lillqvist2013-04-161-0/+1
* warning C4702: unreachable codeMichael Stahl2013-04-081-1/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-077-14/+14
* fix selection change event firingNoel Power2013-04-051-0/+3
* fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power2013-04-052-1/+18
* Added and fixed various vba APINoel Power2013-04-053-5/+63
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-04-0311-26/+24
* -Wunused-macrosStephan Bergmann2013-03-271-5/+0
* Assignment of function parameter has no effect outside the functionJulien Nabet2013-03-081-1/+1
* remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2013-02-242-16/+16
* typo: allways -> alwaysAndras Timar2013-02-201-1/+1
* fdo#46808, convert some code to use getProcessComponentContextNoel Grandin2013-01-281-4/+4
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-16/+5
* fdo#46808, use service constructor for ui::WindowStateConfigurationNoel Grandin2012-12-131-3/+2
* callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2012-12-101-4/+0
* clean up more sbxToUnoValue declarationsMichael Stahl2012-12-041-4/+1
* convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl2012-11-221-1/+0
* basic: String -> OUString in basicmanagerNorbert Thiebaud2012-11-031-1/+1
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-3/+3
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-122-3/+3
* Use prefixTor Lillqvist2012-10-021-1/+1
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-10/+2
* targetted VBA re-work.Noel Power2012-09-1215-157/+44
* OUString cleanup in vbahelper/msformsOlivier Hallot2012-09-0840-465/+429
* More OUString cleanup in vbahelperOlivier Hallot2012-09-0824-467/+456
* More OUString cleanup in vbahelperOlivier Hallot2012-09-085-64/+57
* Some OUString cleanup in vbahelperOlivier Hallot2012-09-082-41/+41
* Requires explicit ctorStephan Bergmann2012-09-071-1/+1
* More OUString cleanup in vbahelperOlivier Hallot2012-09-072-39/+39
* Some clean up of previous commitStephan Bergmann2012-09-041-1/+1
* fdo#46808, Adapt drawing::ShapeCollection UNO service to new styleNoel Grandin2012-09-041-2/+2
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-031-1/+3
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-317-16/+10
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-1/+2