summaryrefslogtreecommitdiff
path: root/editeng/qa
AgeCommit message (Expand)AuthorFilesLines
2016-02-08loplugin:unusedmethodsNoel Grandin1-13/+4
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-16/+16
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-18boost->stdCaolán McNamara1-5/+5
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-28/+28
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-02Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist1-1/+1
2014-12-02Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist1-1/+1
2014-12-01fdo#85496: editeng: do not add multiple 0-length attributes...Michael Stahl1-0/+39
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-4/+4
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-07-28WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-07-27bnc#467459 - fix editeng text search with expanded fields.Michael Meeks1-6/+94
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-10/+10
2014-02-27editeng: sal_Bool->boolNoel Grandin1-6/+6
2014-02-08fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl1-2/+2
2014-02-06Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl1-185/+0
2014-02-06Add getAllElements (strings) for Trie.Tomaž Vajngerl1-3/+31
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-30/+30
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-6/+6
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-4/+4
2013-09-21map autocorrection files with LanguageTag keyEike Rathke1-1/+2
2013-09-18convert SvxAutoCorrect::DoAutoCorrect to OUStringCaolán McNamara1-6/+3
2013-09-11convert SvxAutoCorrDoc from String to OUStringNoel Grandin1-9/+9
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida1-9/+9
2013-08-28Fix incorrect logic in section attribute array construction.Kohei Yoshida1-41/+103
2013-08-20Add a means to retrieve all formatting attributes in non-overlapping sections.Kohei Yoshida1-0/+93
2013-07-30String to OUStringMatteo Casalin1-1/+1
2013-06-11fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl1-4/+91
2013-06-11Work around -Werror=strict-aliasingStephan Bergmann1-1/+2
2013-06-07sw: fix AutoCorrect bold/underline regressionMichael Stahl1-15/+30
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-21/+21
2013-03-01Related: fdo#55693 add regression tests for autocorrectionCaolán McNamara1-0/+116
2012-07-31Invalidate current position in LookupTree at remove action.Tomaž Vajngerl1-6/+6
2012-07-30LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl1-0/+225
2012-07-04refactor handling of double border widths:Michael Stahl1-4/+31
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-8/+10
2012-06-27targetted re-work of cppunit pieces.Michael Meeks2-6/+1
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-6/+6
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-1/+1
2012-05-11Unit test for UNO field item implementation.Kohei Yoshida1-0/+139
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara1-1/+1
2012-04-12partially revert the editeng singleton stuff to get build to completeCaolán McNamara1-1/+1