Age | Commit message (Expand) | Author |
2015-02-16 | boost::noncopyable->'= delete' | Caolán McNamara |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-08 | Extract SfxItemSet::dumpAsXml() from sw | Miklos Vajna |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-06 | shared_ptr<T>(new T(args)) -> make_shared<T>(args) | Caolán McNamara |
2015-02-05 | yet another Windows build 'Locale' ambiguous symbol | Eike Rathke |
2015-02-05 | yet another Windows build fix | Eike Rathke |
2015-02-05 | fix Windows build | Eike Rathke |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-02-03 | callcatcher: shave off some more | Caolán McNamara |
2015-02-03 | tdf#88960 Scientific format: add/remove digits with buttons | Laurent Balland-Poirier |
2015-02-01 | loplugin:unreffun | Stephan Bergmann |
2015-02-01 | Extract SfxUndoManager::dumpAsXml() from sw | Miklos Vajna |
2015-01-31 | Extract SfxUndoAction::dumpAsXml() from sw | Miklos Vajna |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-26 | -Werror,-Wmissing-braces | Stephan Bergmann |
2015-01-26 | merge existing date input tests to new unit test, tdf#63230 | Eike Rathke |
2015-01-26 | add older problems to unit test, tdf#63230 | Eike Rathke |
2015-01-26 | add unit test for tdf#63230 | Eike Rathke |
2015-01-26 | implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230 | Eike Rathke |
2015-01-26 | Visible function type RTTI for Clang -fsanitize=function | Stephan Bergmann |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-23 | Factor out SfxPoolItem::dumpAsXml() from sw | Miklos Vajna |
2015-01-22 | Factor out SfxStringItem::dumpAsXml() from sw | Miklos Vajna |
2015-01-20 | Some more loplugin:cstylecast: svl | Stephan Bergmann |
2015-01-16 | remove unnecessary parentheses | Noel Grandin |
2015-01-13 | simplify Date/Time/DateTime conversion code | Noel Grandin |
2015-01-12 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2015-01-02 | iss is unordered_multimap, so can't rely on order | Caolán McNamara |
2014-12-22 | callcatcher: update unused code | Caolán McNamara |
2014-12-19 | java: reduce visibility of some methods and fields | Noel Grandin |
2014-12-18 | svl: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-15 | coverity#1242875 Untrusted loop bound | Caolán McNamara |
2014-12-14 | Factor out SfxUInt16Item::dumpAsXml() from sw | Miklos Vajna |
2014-12-12 | coverity#1242875 Untrusted pointer write | Caolán McNamara |
2014-12-12 | silence coverity#1242911 Untrusted loop bound | Caolán McNamara |
2014-12-12 | leave this Clone as inline | Caolán McNamara |
2014-12-12 | leave the deliberately unused, not-for-use method inline | Caolán McNamara |
2014-12-12 | svl: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-10 | java: simplify the getMSF() methods | Noel Grandin |
2014-12-08 | Move IndexedStyleSheets to the Imp(l) class. | Kohei Yoshida |
2014-12-07 | Forward-declare MarkedUndoAction. | Kohei Yoshida |
2014-12-07 | Pimplize SfxListUndoAction. | Kohei Yoshida |
2014-12-07 | Pimplize SfxUndoActions. | Kohei Yoshida |