Age | Commit message (Expand) | Author |
2014-07-29 | Drop unnecessary SfxApplication::CreateResManager wrapper | Stephan Bergmann |
2014-07-26 | Massive 'Dialogdiet fail' and similar to 'Dialog creation failed' | Matteo Casalin |
2014-07-23 | convert SfxItemState constants to a proper enum | Noel Grandin |
2014-07-20 | vcl consitent use of long for corrdinate | Norbert Thiebaud |
2014-07-17 | Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx | Tobias Lippert |
2014-07-08 | fdo#81036 escape ~ in .ui and fix a typo (straight apostrophe) | Andras Timar |
2014-07-03 | use assert when followed by deref | Caolán McNamara |
2014-07-01 | coverity#1038321 Unintended sign extension | Caolán McNamara |
2014-06-27 | remove SFX_APP() macro that was a mer wrapper for SfxGetApp() | Norbert Thiebaud |
2014-06-24 | new compilerplugin returnbyref | Noel Grandin |
2014-06-23 | fdo#76203 - use consistent titlecase for UI title labels | Joren De Cuyper |
2014-06-20 | fdo#79973 : LO crashes while opening the document. | PriyankaGaikwad |
2014-06-19 | fdo#71076, fdo#71767: Preserve number formats when charts are copied. | Kohei Yoshida |
2014-06-19 | coverity#707196 Uncaught exception | Caolán McNamara |
2014-06-19 | coverity#706063 Unintended sign extension | Caolán McNamara |
2014-06-19 | coverity#706062 Unintended sign extension | Caolán McNamara |
2014-06-13 | loplugin:staticcall | Stephan Bergmann |
2014-06-11 | Change SfxTabPage ctor SfxItemSet param from ref to pointer | Stephan Bergmann |
2014-06-11 | Change SfxTabPage::Reset param from ref to pointer | Stephan Bergmann |
2014-06-10 | Change SfxTabPage::FillItemSet param from ref to pointer | Stephan Bergmann |
2014-06-06 | coverity#708822 Unused pointer value | Caolán McNamara |
2014-06-04 | DeInitVCL at end of tests | Stephan Bergmann |
2014-06-04 | avoid problems with poppler's and vcl's FontInfo during runtime | Markus Mohrhard |
2014-05-30 | coverity#705239 Missing break in switch | Caolán McNamara |
2014-05-28 | update_pch | Thomas Arnhold |
2014-05-28 | starmath: remove hard-coded value | Thomas Arnhold |
2014-05-28 | Related fdo#71616: Fix scrolling | Thomas Arnhold |
2014-05-28 | starmath: directly create utf8 OUString | Thomas Arnhold |
2014-05-28 | starmath: no need to set those on every paint event | Thomas Arnhold |
2014-05-28 | Related fdo#71616: Set correct BaseSize | Thomas Arnhold |
2014-05-28 | Resolves: fdo#71616 Elements dock: Better display of scalable braces | Thomas Arnhold |
2014-05-28 | Resolves: fdo#65583 Elements Dock window needs scroll bar | Thomas Arnhold |
2014-05-28 | starmath: directly use white color | Thomas Arnhold |
2014-05-27 | Resolves: fdo#77831 use classic token rules for user-defined char (%foo) | Caolán McNamara |
2014-05-27 | cid#707198 Uncaught exception | Noel Grandin |
2014-05-27 | cid#707199 Uncaught exception | Noel Grandin |
2014-05-27 | Remove unnecessary semicolons | Peter Senna Tschudin |
2014-05-26 | coverity#736052 Missing break in switch | Caolán McNamara |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-20 | WaE: -Wunused-variable | Thomas Arnhold |
2014-05-19 | hrc and src files: squeeze multiple newlines | Thomas Arnhold |
2014-05-19 | Resolves: fdo#78829 align to top instead of center | Caolán McNamara |
2014-05-14 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 | Julien Nabet |
2014-05-14 | starmath: remove SAL_INFO's that only mark function entry | Noel Grandin |
2014-05-11 | coverity#736100 Improper use of negative value | Caolán McNamara |
2014-05-11 | coverity#736101 Improper use of negative value | Caolán McNamara |
2014-05-11 | coverity#736102 Improper use of negative value | Caolán McNamara |
2014-05-10 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 | Julien Nabet |
2014-05-09 | coverity#705478 Dereference null return value | Caolán McNamara |
2014-05-05 | simplify ternary conditions "xxx ? yyy : false" | Noel Grandin |