Age | Commit message (Expand) | Author | Files | Lines |
2015-01-19 | Fix typo comments Resouce->Resource | Andrea Gelmini | 1 | -1/+1 |
2015-01-09 | java: simplify array creation | Noel Grandin | 7 | -27/+13 |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin | 1 | -7/+0 |
2015-01-05 | fdo#88068 make the string 'Red Line' localizable in Letter Wizard | Andras Timar | 1 | -1/+1 |
2015-01-05 | fdo#88069 make the string 'Fax' localizable in Fax Wizard | Andras Timar | 2 | -2/+9 |
2015-01-05 | java: remove more dead code | Noel Grandin | 7 | -12/+6 |
2015-01-05 | java: these fields can become local variables | Noel Grandin | 4 | -17/+4 |
2015-01-05 | java: remove dead code | Noel Grandin | 28 | -1018/+3 |
2015-01-04 | Access2Base - Extend CommandBars scope to most modules | Jean-Pierre Ledure | 1 | -9/+26 |
2015-01-04 | Access2Base - New CommandBarControl class | Jean-Pierre Ledure | 18 | -60/+631 |
2015-01-02 | Fix simple typos. | Andrea Gelmini | 1 | -1/+1 |
2015-01-02 | Following fdo#87123: Impossible to create table or query with wizard | Julien Nabet | 2 | -0/+6 |
2015-01-02 | Resolves fdo#87123: Impossible to create a form with wizard | Julien Nabet | 1 | -9/+0 |
2015-01-02 | Access2Base - handle ".uno:" prefix | Jean-Pierre Ledure | 1 | -9/+24 |
2014-12-31 | Access2Base - solve incompatibility with AOO | Jean-Pierre Ledure | 1 | -4/+16 |
2014-12-30 | Access2Base - CommandBars collection - show/hide toolbars | Jean-Pierre Ledure | 11 | -46/+639 |
2014-12-19 | fix build | Lionel Elie Mamane | 1 | -0/+1 |
2014-12-19 | fix indentation | Lionel Elie Mamane | 1 | -12/+12 |
2014-12-19 | janitorial | Lionel Elie Mamane | 1 | -1/+0 |
2014-12-19 | janitorial | Lionel Elie Mamane | 1 | -1/+0 |
2014-12-19 | protect against division by zero | Lionel Elie Mamane | 1 | -41/+47 |
2014-12-19 | Keep as xShapes the newly created GroupShape | Lionel Elie Mamane | 1 | -0/+1 |
2014-12-19 | GroupShape takes care of scaling the subshapes | Lionel Elie Mamane | 1 | -21/+0 |
2014-12-19 | detect groupShapes (TimestampFields) in forms, too | Lionel Elie Mamane | 1 | -0/+13 |
2014-12-19 | xShapeGroup *is* the control's global xShape, so use it as such | Lionel Elie Mamane | 1 | -16/+1 |
2014-12-19 | set *content* control to multiline, not label(!) | Lionel Elie Mamane | 1 | -1/+1 |
2014-12-19 | Revert "fdo#87301 don't rely on the shape to get the control" | Lionel Elie Mamane | 2 | -10/+15 |
2014-12-19 | Revert "fix indentation" | Lionel Elie Mamane | 1 | -12/+12 |
2014-12-19 | fix indentation | Lionel Elie Mamane | 1 | -12/+12 |
2014-12-19 | fdo#87301 don't rely on the shape to get the control | Lionel Elie Mamane | 2 | -15/+10 |
2014-12-19 | remove unnecessary and confusing line | Lionel Elie Mamane | 1 | -1/+0 |
2014-12-19 | java: reduce visibility of some methods and fields | Noel Grandin | 13 | -28/+28 |
2014-12-19 | java: static fields that should not be static | Noel Grandin | 1 | -4/+4 |
2014-12-19 | java: these fields can be converted to local variables | Noel Grandin | 17 | -65/+30 |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin | 5 | -24/+0 |
2014-12-11 | java: remove some unnecessary interfaces | Noel Grandin | 7 | -90/+2 |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin | 77 | -536/+536 |
2014-12-07 | We need to call decode method considering this: | Julien Nabet | 1 | -1/+1 |
2014-12-05 | java: remove some unused fields | Noel Grandin | 1 | -1/+0 |
2014-12-05 | java: static fields should be accessed in a static way | Noel Grandin | 7 | -44/+24 |
2014-11-27 | java,wizards: remove unused parameters | Noel Grandin | 35 | -119/+105 |
2014-11-27 | java,wizards: remove unread fields | Noel Grandin | 32 | -124/+29 |
2014-11-27 | java,wizards: remove unused constants | Noel Grandin | 9 | -13/+0 |
2014-11-27 | java,wizards: remove unused classes | Noel Grandin | 38 | -3978/+0 |
2014-11-27 | java,wizards: remove unused methods | Noel Grandin | 57 | -3482/+57 |
2014-11-27 | java,wizards: remove unused class XCommandSelectionListener | Noel Grandin | 2 | -25/+0 |
2014-11-27 | java,wizards: remove completely unreferenced fields | Noel Grandin | 30 | -74/+0 |
2014-11-27 | java,wizards: remove unnecessary use of reflection | Noel Grandin | 3 | -10/+19 |
2014-11-27 | java,wizards: remove unnecessary use of reflection | Noel Grandin | 1 | -44/+15 |
2014-11-25 | java,wizards: forgot to commit some files | Noel Grandin | 3 | -0/+69 |