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