summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2020-02-26new loplugin:xmlimportNoel Grandin1-0/+6
2020-02-25Convert gentoken from Perl to Python.Jussi Pakkanen1-3/+3
2020-02-24tdf#130760 Fix crash when clicking link to other slideSamuel Mehrbrodt1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann13-24/+24
2020-02-19related tdf#80194 editeng RTF: set automatic subscript for \subJustin Luth1-8/+8
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-02-06rename nFirstLineOfst -> nFirstLineOffsetNoel Grandin1-12/+12
2020-02-06rename nPropFirstLineOfst->nPropFirstLineOffsetNoel Grandin1-11/+11
2020-02-04rename Get/SetPropTextFirstLineOfst -> Get/SetPropTextFirstLineOffsetNoel Grandin1-3/+3
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin9-17/+17
2020-02-03make some headers privateCaolán McNamara4-2/+210
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-21/+17
2020-01-28New loplugin:unsignedcompareStephan Bergmann12-38/+50
2020-01-26tdf#124176: Use pragma once instead of include guardsBurak Bala1-4/+2
2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin1-1/+1
2020-01-23tdf#128046: preserve list levels on pasteKatarina Behrens2-3/+8
2020-01-17flush out unused Font objectsCaolán McNamara1-6/+0
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin1-6/+4
2020-01-14loplugin:finalclasses in basic..emfioNoel Grandin4-29/+28
2020-01-11cid#705996 unintended sign extensionCaolán McNamara1-1/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2-2/+2
2020-01-08tdf#96505:Get rid of cargo cult long integer literalsayhanyalcinsoy2-2/+2
2020-01-08return fast context in SvxXMLTextImportContextNoel Grandin1-11/+13
2020-01-08Grammar fixesAndrea Gelmini1-1/+1
2020-01-07extract some common code from ImportContext classesNoel Grandin2-10/+2
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2020-01-04tdf#129708 speed-up: reuse enumeration for each effectSerge Krot1-28/+29
2020-01-03tdf#129522 SvxShadowItem/writerfilter: allow shadow_NONE overridesJustin Luth1-1/+1
2019-12-31tdf#59666 AutoCorrect: don't capitalize single Greek lettersLászló Németh1-0/+4
2019-12-30tdf#96505 - Get rid of cargo cult long integer literalsKemal Ayhan1-1/+1
2019-12-29tdf#38394 AutoCorrect: fix ’« in French l’« word »László Németh1-0/+9
2019-12-28tdf#54409 fix AutoCorrect with Unicode quotation marksLászló Németh1-0/+4
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-3/+4
2019-12-22editeng: detect invalid paragraphs when drawingAshod Nakashian1-2/+4
2019-12-21tdf#106164 AutoCorrect: capitalize words with apostropheLászló Németh1-1/+2
2019-12-21Fix compilation with `make -- dbglevel=3`Alex Henrie1-0/+1
2019-12-20tdf#124176: Use pragma once instead of include guardsBatuhan Görkem Benzer6-25/+6
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen82-337/+59
2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin2-8/+8
2019-12-17Fix typoAndrea Gelmini1-1/+1
2019-12-17lok: get spelling context menu on long pressMarco Cecchetti1-1/+5
2019-12-14Rename HAVE_GCC_BUG_87150 to HAVE_P1155R3Stephan Bergmann1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara10-168/+68
2019-12-11Related: tdf#129300 make Automatic/Distributed state what is automaticCaolán McNamara1-2/+2
2019-12-10reorganize enum based translationCaolán McNamara2-70/+54
2019-12-10Related: tdf#129300 vertical justify had no descriptionCaolán McNamara1-1/+2
2019-12-10tdf#129300 alignment enums not translated in organizerCaolán McNamara1-6/+58
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt3-50/+60
2019-12-05tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt1-11/+17