summaryrefslogtreecommitdiffstats
path: root/editeng/qa
Commit message (Expand)AuthorAgeFilesLines
* loplugin:includeform: editengStephan Bergmann2017-10-231-19/+19
* Move editeng/source/editeng include files to common include directoryStephan Bergmann2017-10-161-2/+3
* convert SvxURLFormat to scoped enumNoel Grandin2017-09-161-6/+6
* Related: tdf#108795 a shared SvxAutoCorrect instance can not be statefulEike Rathke2017-08-241-6/+12
* Removing unused serialisation codeVarun Dhall2017-08-171-1/+1
* loplugin:oncevar: empty strings: editengStephan Bergmann2017-07-131-3/+1
* EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall2017-07-121-25/+54
* EditEngine: Added test for large para copy/pasteVarun Dhall2017-07-061-0/+76
* EditEngine: Added test to check multi para start copy/pasteVarun Dhall2017-07-031-0/+49
* loplugin:oncevar variousNoel Grandin2017-06-291-1/+1
* EditEngine: Added test to check MultiPara Copy/Paste with Bold/Italic textVarun Dhall2017-06-261-0/+301
* Fix typosAndrea Gelmini2017-06-261-1/+1
* EditEngine: Added test to check MultiPara SelectiveSelection Copy/PasteVarun Dhall2017-06-231-0/+50
* EditEngine: Added test to check Multi Para Copy/PasteVarun Dhall2017-06-231-0/+46
* loplugin:oncevar editeng..extensionsNoel Grandin2017-06-231-24/+17
* consider field marks as text for auto quotesCaolán McNamara2017-06-191-0/+17
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-5/+5
* Added Test for EditEngine - Copy/Paste with Hyperlinks in TextVarun Dhall2017-03-241-0/+131
* Added Test for EditEngine - Copy/Paste with Tabs in TextVarun Dhall2017-03-241-0/+57
* Added Test for EditEngine - Copy/Paste using Underline TextVarun Dhall2017-03-241-0/+125
* convert SvxBorderStyle to scoped enumNoel Grandin2017-03-171-15/+15
* Added Test for EditEngine - Copy/Paste using Bold/Italic TextVarun Dhall2017-03-131-0/+192
* ensure SfxApplication exists for editeng testCaolán McNamara2017-03-101-0/+3
* Added Test for EditEngine - Copy/Paste using Legacy FormatVarun Dhall2017-02-241-0/+36
* editeng: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-09-231-14/+14
* Related cid#1371287: Improve code to not depend on missing move assignmentStephan Bergmann2016-09-201-10/+6
* don't autocapitalize words that follow a field markCaolán McNamara2016-07-011-0/+22
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-2/+2
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-14/+14
* loplugin:unusedmethodsNoel Grandin2016-02-081-13/+4
* loplugin:unusedmethods unused return value in include/editengNoel Grandin2016-01-121-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-16/+16
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-11/+11
* boost->stdCaolán McNamara2015-09-181-5/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-071-1/+1
* new loplugin: refcountingNoel Grandin2015-08-031-28/+28
* editeng: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist2014-12-021-1/+1
* Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist2014-12-021-1/+1
* fdo#85496: editeng: do not add multiple 0-length attributes...Michael Stahl2014-12-011-0/+39
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-4/+4
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-4/+4
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-2/+2
* WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist2014-07-281-1/+1
* bnc#467459 - fix editeng text search with expanded fields.Michael Meeks2014-07-271-6/+94
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-10/+10
* editeng: sal_Bool->boolNoel Grandin2014-02-271-6/+6
* fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl2014-02-081-2/+2
* Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl2014-02-061-185/+0