Age | Commit message (Expand) | Author |
2015-04-07 | convert SvtModuleOptions::EModule to scoped enum | Noel Grandin |
2015-04-07 | convert SvtModuleOptions::EFactory to enum class | Noel Grandin |
2015-04-04 | Typo: creat->create | Julien Nabet |
2015-04-03 | Fix "unknown factory" log, declare and use FACTORYNAME_BASIC | Julien Nabet |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-02 | 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-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-22 | introduce ODFSaneDefaultVersion; ODFDefaultVersion is a mess, mess, mess.. | Eike Rathke |
2015-03-21 | Char highlight: option about export LO character background to MSO formats | Zolnai Tamás |
2015-03-19 | loplugin:constantfunction: unotools | Noel Grandin |
2015-03-11 | do not call virtual Commit() from dtors of utl::ConfigItem subclasses | Michael Stahl |
2015-03-11 | utl::ConfigItem::Commit() should call ClearModified() | Michael Stahl |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-02-18 | Typos | Julien Nabet |
2015-02-16 | another dependency still required | Caolán McNamara |
2015-02-16 | set unotools mk to require boost | Caolán McNamara |
2015-02-16 | boost::noncopyable->'= delete' | Caolán McNamara |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-15 | unusedcode.easy | Julien Nabet |
2015-02-11 | Fold INetRFC822Message into INetMIMEMessage | Stephan Bergmann |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-02-06 | shared_ptr<T>(new T(args)) -> make_shared<T>(args) | Caolán McNamara |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-30 | fix tdf#88855: GetEnglishSearchFontName() returns incorrect value. | Tomofumi Yagi |
2015-01-28 | Use vector::data | Stephan Bergmann |
2015-01-26 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2015-01-26 | use XCalendar4 local date/time in CalendarWrapper, tdf#63230 | Eike Rathke |
2015-01-26 | implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230 | Eike Rathke |
2015-01-26 | don't strip font names of apparent script suffixes anymore | Caolán McNamara |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-24 | Typo: syncro->synchro | Julien Nabet |
2015-01-13 | simplify Date/Time/DateTime conversion code | Noel Grandin |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |
2015-01-04 | cppcheck: Possible inefficient checking for <var> emptiness | Julien Nabet |
2015-01-02 | can't have an unordered_map of const OUStrings with gcc 4.8.2 | Caolán McNamara |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | Build fix for gcc 4.7. | Kohei Yoshida |
2014-12-18 | unotools: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-17 | Introduce rtl::OUStringLiteral1 | Stephan Bergmann |
2014-12-12 | unotools: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-10 | This shall apparently check that aScheme is neither http nor https | Stephan Bergmann |