Age | Commit message (Expand) | Author |
2017-05-06 | OUStrings: constify and reduce temporaries | Matteo Casalin |
2017-03-06 | convert ScrollingMode to scoped enum | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, sfx2 | Stephan Bergmann |
2016-12-05 | convert DecodeMechanism to scoped enum | Noel Grandin |
2016-12-05 | loplugin:unnecessaryoverride (dtors) in sfx2 | Stephan Bergmann |
2016-11-11 | update vclwidget loplugin to find ref-dropping assigment | Noel Grandin |
2016-11-10 | Wrap pointer to dialog with VclPtr | Takeshi Abe |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-05-10 | Insert explicit "break" when falling through to empty next case | Stephan Bergmann |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-04 | loplugin:constantparam in sfx2 | Noel Grandin |
2016-03-09 | loplugin:constantparam in sfx2 | Noel Grandin |
2016-01-31 | unnecessary use of OUString constructor | Noel Grandin |
2015-12-21 | loplugin:unusedfields in sfx2,slideshow,starmath,stoc | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-29 | com::sun::star->css in sfx2 | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-03 | sfx2: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-04-17 | sfx2: convert new to ::Create. | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2014-12-18 | sfx2: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-10-21 | fdo#84938: replace WINDOW_BORDER constants with enum | Noel Grandin |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-05-20 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18 | Julien Nabet |
2014-04-10 | Clean up function declarations and some unused functions | Stephan Bergmann |
2014-04-07 | sfx2: sal_Bool->bool | Noel Grandin |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-27 | Second batch of adding SAL_OVERRIDE to overriding function declarations | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-01-22 | Introduce static inline cppu::acquire(), and make use of that. | Jan Holesovsky |
2014-01-21 | Change _get_implementation()'s not to do initialization directly. | Jan Holesovsky |
2014-01-20 | Minimize the constructor functions to a bare minimum. | Jan Holesovsky |
2014-01-15 | sfx: Use constructor feature for IFrameObject. | Matúš Kukan |
2013-12-12 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-12-11 | Revert "Don't hold css::uno::Type instances by pointer" | Stephan Bergmann |
2013-12-11 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-08-29 | convert sfx2/source/doc/* from String to OUString | Noel Grandin |
2013-08-01 | Mark as const | Takeshi Abe |
2013-04-08 | fdo#46808, Convert frame::Frame to new style | Noel Grandin |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann |
2012-08-16 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |
2012-07-06 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin |
2012-06-03 | Targeted string rework (ii) | Olivier Hallot |
2012-06-02 | targeted string re-work | Norbert Thiebaud |
2012-01-05 | getPropertyMap can return a reference instead of a pointer | Caolán McNamara |
2011-12-22 | catch by const ref | Caolán McNamara |