Age | Commit message (Expand) | Author |
2015-04-07 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-02-05 | constify | Lionel Elie Mamane |
2015-02-05 | proper indentation | Lionel Elie Mamane |
2015-02-05 | destructors are not allowed to throw | Lionel Elie Mamane |
2015-02-05 | xmlscript: fix import/export of dialog radio-buttons | Michael Stahl |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-27 | WaE: implicit conversion of literal of type 'int' to 'bool' | Tor Lillqvist |
2015-01-27 | remove spurious xDocStorage temp | Caolán McNamara |
2015-01-27 | Resolves: #i98734# save/load ScaleMode property of image control on dialogs | Tsutomu Uchino |
2015-01-20 | Some more loplugin:cstylecast: xmlscript | Stephan Bergmann |
2015-01-19 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | xmlscript: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-01 | xmlscript: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-10-01 | fdo#82577: Handle Time | Noel Grandin |
2014-09-16 | Rename LO-specific uno ini-file (Linux: program/unorc) to "louno" | Stephan Bergmann |
2014-09-12 | xmlscript: avoid accessing [0] of an emptry string | Norbert Thiebaud |
2014-08-20 | ODF export: don't write invalid "group-name" attribute | Michael Stahl |
2014-06-24 | new compilerplugin returnbyref | Noel Grandin |
2014-06-05 | xmlscript: remove SAL_THROW macro | Noel Grandin |
2014-06-04 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-05-29 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-22 | xmlscript: remove using namespace from headers | Thomas Arnhold |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-04-14 | SCROLLABLEFRAME never defined | Thomas Arnhold |
2014-04-11 | Clean up function declarations | Stephan Bergmann |
2014-04-07 | xmlscript: sal_Bool->bool | Noel Grandin |
2014-03-27 | xmlscript: sal_Bool->bool | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-21 | coverity#708728 Uninitialized scalar field | Caolán McNamara |
2014-03-21 | coverity#708730 Uninitialized scalar field | Caolán McNamara |
2014-03-21 | coverity#708732 Uninitialized scalar field | Caolán McNamara |
2014-03-21 | coverity#708733 Uninitialized scalar field | Caolán McNamara |
2014-03-21 | coverity#708734 Uninitialized scalar field | Caolán McNamara |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from xmlscript | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-18 | coverity#984352 Uninitialized scalar field | Caolán McNamara |
2014-02-06 | fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsService | Alexandre Vicenzi |