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