Age | Commit message (Expand) | Author |
2014-07-08 | Drop unused nSfxFlagVal | Takeshi Abe |
2014-07-07 | fix crash on loading fdo70673-1.ods | Caolán McNamara |
2014-07-03 | work around nonsense -Werror=maybe-uninitialized, fdo#80166 follow-up | Eike Rathke |
2014-07-02 | resolved fdo#80166 check input against date acceptance pattern plausibility | Eike Rathke |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-30 | Make sure IMPL_STATIC_LINK's type matches Link::pFunc's type | Stephan Bergmann |
2014-06-30 | Translate German comments in filerec.cxx and doxygen-ify. | Jeroen Nijhof |
2014-06-27 | loplugin:unreffun: also warn about redundant redeclarations | Stephan Bergmann |
2014-06-27 | DBG_ASSERT->assert | Caolán McNamara |
2014-06-26 | svl now depends on mdds. | Kohei Yoshida |
2014-06-26 | Initialize it with empty OUString instances. | Kohei Yoshida |
2014-06-26 | Move SheetPrinter to svl and rename it to GridPrinter. | Kohei Yoshida |
2014-06-26 | Revert needless inlining of methods for publicly exposed class. | Kohei Yoshida |
2014-06-24 | Improve SfxItemPool documentation. | Michael Meeks |
2014-06-23 | Start translation of German comments | Philipp Weissenbacher |
2014-06-19 | related fdo#63230: Fix unit test for fdo#44286 to run in all locales | Isamu Mogi |
2014-06-18 | related fdo#63230: Add unit test for fdo#44286 | Isamu Mogi |
2014-06-17 | fdo#38513 - Accelerate non-poolable item add / remove. | Michael Meeks |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-13 | loplugin:staticcall | Stephan Bergmann |
2014-06-11 | allow additional i18n formats to define defaults | Eike Rathke |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-06-06 | fixincludeguards: fix include guards | Thomas Arnhold |
2014-06-06 | simplify SfxListener::EndListening and StartListening | Noel Grandin |
2014-06-06 | resolved fdo#79719 recognize ##-MMM-## as date even if ambiguous | Eike Rathke |
2014-05-28 | This needs to be debugged and understood, not just randomly "fixed" | Tor Lillqvist |
2014-05-28 | Related: fdo#79142 make SetName default to Reindexing | Caolán McNamara |
2014-05-28 | Try to avoid "attempt to erase from container with a past-the-end iterator" | Tor Lillqvist |
2014-05-27 | remove unnecessary use of Reference constructor in throw | Noel Grandin |
2014-05-27 | remove unnecessary use of OUString constructor when throwing | Noel Grandin |
2014-05-27 | Remove unnecessary semicolons | Peter Senna Tschudin |
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-21 | ODS load perf: 7% of the time re-creating sheet name strings. | Michael Meeks |
2014-05-20 | take a shortcut on common separating ASCII characters | Eike Rathke |
2014-05-20 | resolved fdo#34724 Jan1 or 1Jan without separating character is not date | Eike Rathke |
2014-05-19 | hrc and src files: squeeze multiple newlines | Thomas Arnhold |
2014-05-17 | Back out change for fdo#78119 now that we have StringContainsWord() | Eike Rathke |
2014-05-17 | resolved fdo#41166 match month and day name word instead of substring | Eike Rathke |
2014-05-17 | resolved fdo#41166 match month and day name word instead of substring | Eike Rathke |
2014-05-15 | update_pch: add svl | Thomas Arnhold |
2014-05-15 | fix-includes.pl: svl | Thomas Arnhold |
2014-05-14 | Find places where uno::Sequence is passed by value. | Noel Grandin |
2014-05-13 | remove dead code | Noel Grandin |
2014-05-12 | fdo#78119 find the longest match for month name | David Tardon |
2014-05-11 | coverity#982701 Improper use of negative value | Caolán McNamara |
2014-05-11 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 | Julien Nabet |
2014-05-10 | coverity#738855 Uninitialized pointer field | Caolán McNamara |
2014-05-10 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 | Julien Nabet |
2014-05-09 | move INetContentTypes::scan() to INetMIME::scanContentType() | Chr. Rossmanith |