Age | Commit message (Expand) | Author |
2013-05-07 | tweak vba Control implementation to aritificially fire events from api | Noel Power |
2013-04-29 | create togglebutton class ( for togglebutton on sheet ) | Noel Power |
2013-04-26 | Parse workbook name correctly, don't fall over spaces etc. | Noel Power |
2013-04-26 | support UserForm.Visible attribute | Noel Power |
2013-04-26 | support Shape.Alternative | Noel Power |
2013-04-26 | tweak combox to selectively fire change or click event | Noel Power |
2013-04-26 | support api initiated change_event for combox & textbox | Noel Power |
2013-04-26 | test contrast not increment to limit value between 0.0 & 1.0 | Noel Power |
2013-04-19 | fix exception specification | Luboš Luňák |
2013-04-19 | Setting TEXT causes exception, don't do it | Noel Power |
2013-04-19 | ListBox.MultiSelection takes fmMultiSelect enum not bool | Noel Power |
2013-04-19 | fix TextBox value error, MaxLength is long in vba but short in libreoffice | Noel Power |
2013-04-19 | handle various ReturnXXXX types for forms | Noel Power |
2013-04-19 | handle bool value for checkbox, radiobutton, togglebutton consistently | Noel Power |
2013-04-05 | fix selection change event firing | Noel Power |
2013-04-05 | fix 'Visible' property for XControlShape(s) Foreach support for CommandBars | Noel Power |
2013-04-05 | Added and fixed various vba API | Noel Power |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-11-22 | convert users of XDocumentInfo to XDocumentProperties | Michael Stahl |
2012-11-05 | add a README files | Alia Almusaireae |
2012-11-03 | basic: String -> OUString in basicmanager | Norbert Thiebaud |
2012-10-23 | fdo#46808, use service constructor for beans::Introspection | Noel Grandin |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák |
2012-10-02 | Use prefix | Tor Lillqvist |
2012-09-29 | Use comphelper::getComponentContext | Stephan Bergmann |
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl |
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl |
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl |
2012-09-12 | targetted VBA re-work. | Noel Power |
2012-09-08 | OUString cleanup in vbahelper/msforms | Olivier Hallot |
2012-09-08 | More OUString cleanup in vbahelper | Olivier Hallot |
2012-09-08 | More OUString cleanup in vbahelper | Olivier Hallot |
2012-09-08 | Some OUString cleanup in vbahelper | Olivier Hallot |
2012-09-07 | Requires explicit ctor | Stephan Bergmann |
2012-09-07 | More OUString cleanup in vbahelper | Olivier Hallot |
2012-09-04 | Some clean up of previous commit | Stephan Bergmann |
2012-09-04 | fdo#46808, Adapt drawing::ShapeCollection UNO service to new style | Noel Grandin |
2012-09-03 | fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new style | Noel Grandin |
2012-08-31 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |
2012-08-27 | fdo#46808, Adapt script::Converter service code to new style | Noel Grandin |
2012-08-26 | remove VBA_OOBUILD_HACK and friends | Noel Power |
2012-08-26 | mark methods as stub where appropriate | Noel Power |
2012-08-26 | clean up unnecessary non working implementations | Noel Power |
2012-07-16 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET |
2012-07-13 | Search for char instead of 1 char long string, when possible. | Christophe JAILLET |
2012-07-02 | Remove unused defines | Thomas Arnhold |
2012-06-27 | Remove unused header files | Thomas Arnhold |
2012-06-22 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin |