summaryrefslogtreecommitdiff
path: root/editeng/qa
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Revert tdf#115639 fixesAron Budea1-144/+0
2018-04-12tdf#116536 Fix bullet position with linespacing > 100Szymon Kłos1-1/+1
2018-03-25Increase delta value for these checksTamás Zolnai1-6/+6
2018-03-25tdf#115639: Handle alignment correctly for multiple paragraph caseTamás Zolnai1-0/+33
2018-03-25tdf#115639: Align right/center with trailing spaces the same as MS PowerPointTamás Zolnai1-0/+111
2018-03-19tdf#116101 Correct bullet position for linespacing > 100%Szymon Kłos1-2/+2
2018-01-10tdf#114628 unit test for line spacingSzymon Kłos1-0/+92
2017-10-23loplugin:includeform: editengStephan Bergmann1-19/+19
2017-10-16Move editeng/source/editeng include files to common include directoryStephan Bergmann1-2/+3
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-6/+6
2017-08-24Related: tdf#108795 a shared SvxAutoCorrect instance can not be statefulEike Rathke1-6/+12
2017-08-17Removing unused serialisation codeVarun Dhall1-1/+1
2017-07-13loplugin:oncevar: empty strings: editengStephan Bergmann1-3/+1
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall1-25/+54
2017-07-06EditEngine: Added test for large para copy/pasteVarun Dhall1-0/+76
2017-07-03EditEngine: Added test to check multi para start copy/pasteVarun Dhall1-0/+49
2017-06-29loplugin:oncevar variousNoel Grandin1-1/+1
2017-06-26EditEngine: Added test to check MultiPara Copy/Paste with Bold/Italic textVarun Dhall1-0/+301
2017-06-26Fix typosAndrea Gelmini1-1/+1
2017-06-23EditEngine: Added test to check MultiPara SelectiveSelection Copy/PasteVarun Dhall1-0/+50
2017-06-23EditEngine: Added test to check Multi Para Copy/PasteVarun Dhall1-0/+46
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin1-24/+17
2017-06-19consider field marks as text for auto quotesCaolán McNamara1-0/+17
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-5/+5
2017-03-24Added Test for EditEngine - Copy/Paste with Hyperlinks in TextVarun Dhall1-0/+131
2017-03-24Added Test for EditEngine - Copy/Paste with Tabs in TextVarun Dhall1-0/+57
2017-03-24Added Test for EditEngine - Copy/Paste using Underline TextVarun Dhall1-0/+125
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-15/+15
2017-03-13Added Test for EditEngine - Copy/Paste using Bold/Italic TextVarun Dhall1-0/+192
2017-03-10ensure SfxApplication exists for editeng testCaolán McNamara1-0/+3
2017-02-24Added Test for EditEngine - Copy/Paste using Legacy FormatVarun Dhall1-0/+36
2016-09-23editeng: fix loplugin:cppunitassertequals warningsMiklos Vajna1-14/+14
2016-09-20Related cid#1371287: Improve code to not depend on missing move assignmentStephan Bergmann1-10/+6
2016-07-01don't autocapitalize words that follow a field markCaolán McNamara1-0/+22
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-2/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-14/+14
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