summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2021-01-10tdf#96787: AutoCorrect: after deleting a replacement entry, it's still usedJulien Nabet
2021-01-04tdf#120171 editeng: don't reduce nBreakPosMark Hung
2020-11-25Use sal_Int64 to printf tools::Long valuesStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-13tdf#123936 Formatting files in module editeng with clang-formatPhilipp Hofer
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-11-11loplugin:stringviewNoel
2020-11-11convert more long -> tools::LongNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-06tdf#137908 Revert "use FasterParser for LoadXMLExceptList_Imp"Noel Grandin
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-10-28std::set->o3tl::sorted_vector in ImpEditEngineNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-25editeng: AccessibleImageBullet : avoid recursive SolarMutextArnaud Versini
2020-10-23tdf#104378: don't reset para attributes whileMark Hung
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20use tools::Long in editengNoel
2020-10-16weld InputBarCaolán McNamara
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel
2020-10-15don't crash if not hosted in a vcl::WindowCaolán McNamara
2020-10-13combine duplicates togetherCaolán McNamara
2020-10-13static_cast after dynamic_castNoel
2020-10-12ofz#24932 collatoral ubsan failure seen in TimeOut caseCaolán McNamara
2020-10-10drop newly unused OutlinerParaObject ctor variantCaolán McNamara
2020-10-10ofz#23492 the only user of this ctor throws away the original of the cloneCaolán McNamara
2020-10-08add EditViewCallbacks handler to support updating scrollbar stateCaolán McNamara
2020-10-06loplugin:const& make some params and methods constNoel
2020-10-02loplugin:reducevarscope in desktop..emfioNoel
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara
2020-10-01Related: tdf#134566 tell IM cursor pos for empty paragraph tooCaolán McNamara
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-15Online: selection highlight in Calc should follow font size changes.Marco Cecchetti
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman
2020-09-12replace sal_IntPtr with simple integer typeCaolán McNamara
2020-09-08Fix typo in code+comment (vaules->values)Julien Nabet
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-31Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26lok: send cell border state updatesSzymon Kłos
2020-08-19Fix typosAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin