summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-02-17tdf#140414: fix Crash pressing Ctrl-K in input line in CalcJulien Nabet1-1/+4
2021-01-10tdf#96787: AutoCorrect: after deleting a replacement entry, it's still usedJulien Nabet1-0/+2
2021-01-04tdf#120171 editeng: don't reduce nBreakPosMark Hung1-4/+3
2020-11-25Use sal_Int64 to printf tools::Long valuesStephan Bergmann1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel2-2/+2
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-1/+3
2020-11-13tdf#123936 Formatting files in module editeng with clang-formatPhilipp Hofer6-40/+36
2020-11-12New loplugin:stringviewparamStephan Bergmann2-3/+3
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen9-12/+10
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11convert more long -> tools::LongNoel2-3/+3
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin2-6/+6
2020-11-06tdf#137908 Revert "use FasterParser for LoadXMLExceptList_Imp"Noel Grandin1-3/+6
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel2-10/+0
2020-10-28std::set->o3tl::sorted_vector in ImpEditEngineNoel Grandin1-3/+4
2020-10-28convert some more long -> tools::LongNoel3-14/+14
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara2-1/+16
2020-10-26std::unique_ptr -> std::optionalNoel1-13/+7
2020-10-26std::unique_ptr -> std::optionalNoel2-5/+5
2020-10-25editeng: AccessibleImageBullet : avoid recursive SolarMutextArnaud Versini2-5/+11
2020-10-23tdf#104378: don't reset para attributes whileMark Hung5-8/+24
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin11-28/+28
2020-10-20use tools::Long in editengNoel30-394/+394
2020-10-16weld InputBarCaolán McNamara1-0/+5
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-4/+6
2020-10-15don't crash if not hosted in a vcl::WindowCaolán McNamara1-0/+4
2020-10-13combine duplicates togetherCaolán McNamara2-8/+16
2020-10-13static_cast after dynamic_castNoel1-2/+1
2020-10-12ofz#24932 collatoral ubsan failure seen in TimeOut caseCaolán McNamara1-2/+5
2020-10-10drop newly unused OutlinerParaObject ctor variantCaolán McNamara1-5/+0
2020-10-10ofz#23492 the only user of this ctor throws away the original of the cloneCaolán McNamara2-4/+4
2020-10-08add EditViewCallbacks handler to support updating scrollbar stateCaolán McNamara4-1/+26
2020-10-06loplugin:const& make some params and methods constNoel2-2/+2
2020-10-02loplugin:reducevarscope in desktop..emfioNoel6-11/+8
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara1-5/+6
2020-10-01Related: tdf#134566 tell IM cursor pos for empty paragraph tooCaolán McNamara1-2/+2
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara3-19/+20
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara1-2/+3
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara1-1/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-3/+5
2020-09-15Online: selection highlight in Calc should follow font size changes.Marco Cecchetti3-156/+140
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman21-83/+21
2020-09-12replace sal_IntPtr with simple integer typeCaolán McNamara1-1/+1
2020-09-08Fix typo in code+comment (vaules->values)Julien Nabet1-2/+2
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-2/+2
2020-08-31Fix typo in codeAndrea Gelmini3-9/+9
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann6-60/+60
2020-08-26lok: send cell border state updatesSzymon Kłos1-0/+33
2020-08-19Fix typosAndrea Gelmini1-1/+1