summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdoc.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-1/+0
2020-11-11convert more long -> tools::LongNoel1-2/+2
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1
2020-10-20use tools::Long in editengNoel1-6/+6
2020-10-02loplugin:reducevarscope in desktop..emfioNoel1-2/+1
2020-07-03avoid some sortingNoel Grandin1-1/+6
2020-04-24Resolves: tdf#132288 don't merge adjacent properties for spell checkingCaolán McNamara1-1/+11
2020-04-15loplugin:buriedassign in e*Noel Grandin1-1/+4
2020-04-14loplugin:flatten in editengNoel Grandin1-11/+11
2020-04-03tdf#80194 autoEsc: use fontmetrics in calculationJustin Luth1-5/+1
2020-03-03tdf#80194 editeng: fix auto subscript calculationsJustin Luth1-2/+2
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen1-2/+0
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt1-0/+1
2019-11-27Better handling of text rotation attribute.Tamás Zolnai1-1/+18
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-14/+14
2019-09-06TyposAndrea Gelmini1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): editengStephan Bergmann1-3/+3
2019-05-28Add comment about this "weird assignment" in editdocJulien Nabet1-4/+6
2019-05-21Fix typoAndrea Gelmini1-4/+4
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-3/+2
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-16/+16
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin1-4/+4
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov1-16/+13
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-2/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08More --enable-debug --disable-assert-always-abort fixesStephan Bergmann1-17/+17
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski1-1/+1
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-2/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-6/+6
2018-10-09use unique_ptr in ParaPortionListNoel Grandin1-6/+6
2018-10-06drop some now unnecessary includesCaolán McNamara1-6/+3
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin1-1/+0
2018-08-14SvxCharSetColorItem can be removedNoel Grandin1-1/+0
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-28loplugin:stringloop in editengNoel Grandin1-6/+6
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-25SID_FIELD appears to be in useNoel Grandin1-29/+30
2018-04-07Avoid -fsanitize=nullStephan Bergmann1-1/+1
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-11Use for-range loops in editengJulien Nabet1-3/+2
2018-03-08loplugin:constantparam in desktop..i18npoolNoel Grandin1-4/+3
2018-02-16Revert "loplugin:changetoolsgen in editeng..extensions" and reapply pluginNoel Grandin1-2/+2
2018-02-14loplugin:changetoolsgen in editeng..extensionsNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-18/+18
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin1-1/+8
2018-01-04GetTrueSlotId is deadNoel Grandin1-8/+1