summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit3.cxx
AgeCommit message (Expand)Author
2022-04-27tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin
2022-02-15tdf#143709 - Create repaint rectangle with the old text sizeAndreas Heinisch
2022-01-11editeng: avoid writing past the end of of pLine->GetCharPosArray()Miklos Vajna
2021-11-20tdf#133835 speedup calc autofilter (2)Noel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-16adapt to the variable name change from pPortion to rPortion since 35f03f26Tomoyuki Kubota
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-15loplugin:constvarsNoel Grandin
2021-09-05no need to pass EditSelection around with unique_ptrNoel Grandin
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-07-31editengine-columns: number of columns is sal_Int16Mike Kaganski
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski
2021-06-21Replace these defines with constexprMike Kaganski
2021-06-08editengine-columns: Implement layoutMike Kaganski
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski
2021-06-04loplugin:virtualdeadNoel Grandin
2021-05-20This check is redundant hereMike Kaganski
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara
2021-05-19ImplInitDigitMode never passed null OutputDevice*Caolán McNamara
2021-05-19ImplInitLayoutMode always deferences its OutputDevice* argCaolán McNamara
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-04Unify some code managing coordinated depending on text directionMike Kaganski
2021-05-04speed up loading large ODS a littleNoel Grandin
2021-04-28Change scope of some variablesMike Kaganski
2021-04-27Small refactorMike Kaganski
2021-04-23Change some DBG_ASSERTs into assertMike Kaganski
2021-04-06use GetOutputDevice for ImpEditView::GetBackgroundColorCaolán McNamara
2021-01-04tdf#120171 editeng: don't reduce nBreakPosMark Hung
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28std::set->o3tl::sorted_vector in ImpEditEngineNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20use tools::Long in editengNoel
2020-10-08add EditViewCallbacks handler to support updating scrollbar stateCaolán McNamara
2020-09-15Online: selection highlight in Calc should follow font size changes.Marco Cecchetti
2020-08-19Fix typosAndrea Gelmini
2020-06-26Upcoming improved loplugin:elidestringvar: editengStephan Bergmann
2020-04-14loplugin:flatten in editengNoel Grandin
2020-04-12small cleanups in TextRangerNoel Grandin
2020-03-15editeng: lok: send cursor visibility event when restoring update modeAshod Nakashian
2020-03-11tdf#89849 editeng: adjust escapement before resetting ProprJustin Luth
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin