Age | Commit message (Expand) | Author |
2016-09-23 | editeng: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-09-20 | Related cid#1371287: Improve code to not depend on missing move assignment | Stephan Bergmann |
2016-07-01 | don't autocapitalize words that follow a field mark | Caolán McNamara |
2016-06-08 | Let loplugin:passstuffbyref also look at fn defn not preceded by any decl | Stephan Bergmann |
2016-05-31 | teach refcounting clang plugin about uno::Reference | Noel Grandin |
2016-02-08 | loplugin:unusedmethods | Noel Grandin |
2016-01-12 | loplugin:unusedmethods unused return value in include/editeng | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-18 | boost->std | Caolán McNamara |
2015-09-07 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-08-03 | new loplugin: refcounting | Noel Grandin |
2014-12-18 | editeng: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-02 | Adapt to int/sal_Int32 mismatch on 32-bit build | Tor Lillqvist |
2014-12-02 | Adapt to int/sal_Int32 mismatch on 32-bit build | Tor Lillqvist |
2014-12-01 | fdo#85496: editeng: do not add multiple 0-length attributes... | Michael Stahl |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-10-13 | create a macro library for implementing bit-flags types | Noel Grandin |
2014-07-28 | WaE: overriding virtual function declaration not marked 'override' | Tor Lillqvist |
2014-07-27 | bnc#467459 - fix editeng text search with expanded fields. | Michael Meeks |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-27 | editeng: sal_Bool->bool | Noel Grandin |
2014-02-08 | fdo#74363: fix auto correct of initial capitals on start of first para | Michael Stahl |
2014-02-06 | Remove LookupTree as it is replaced with Trie. | Tomaž Vajngerl |
2014-02-06 | Add getAllElements (strings) for Trie. | Tomaž Vajngerl |
2014-02-03 | xub_StrLen and tools/string.hxx final straw | Norbert Thiebaud |
2014-01-15 | Related: #i17171# big xub_Strlen -> sal_Int32 changes | Caolán McNamara |
2013-11-17 | bugs.freedesktop.org -> bugs.libreoffice.org | Andras Timar |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-09-21 | map autocorrection files with LanguageTag key | Eike Rathke |
2013-09-18 | convert SvxAutoCorrect::DoAutoCorrect to OUString | Caolán McNamara |
2013-09-11 | convert SvxAutoCorrDoc from String to OUString | Noel Grandin |
2013-08-28 | Rename SectionAttribute to Section. | Kohei Yoshida |
2013-08-28 | Fix incorrect logic in section attribute array construction. | Kohei Yoshida |
2013-08-20 | Add a means to retrieve all formatting attributes in non-overlapping sections. | Kohei Yoshida |
2013-07-30 | String to OUString | Matteo Casalin |
2013-06-11 | fdo#55315 Added simple Trie lookup tree for autocomplete words storage | Tomaž Vajngerl |
2013-06-11 | Work around -Werror=strict-aliasing | Stephan Bergmann |
2013-06-07 | sw: fix AutoCorrect bold/underline regression | Michael Stahl |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-01 | Related: fdo#55693 add regression tests for autocorrection | Caolán McNamara |
2012-07-31 | Invalidate current position in LookupTree at remove action. | Tomaž Vajngerl |
2012-07-30 | LookupTree for fast autocompletion lookups (by Nico Weyand). | Tomaž Vajngerl |
2012-07-04 | refactor handling of double border widths: | Michael Stahl |
2012-07-04 | replace enum SvxBorderStyle with css::table::BorderLineSyle | Michael Stahl |
2012-06-27 | targetted re-work of cppunit pieces. | Michael Meeks |