summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editeng.cxx
AgeCommit message (Expand)Author
2022-04-27tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin
2021-12-09tdf#145671 Don't open URL twice in cell edit modeSamuel Mehrbrodt
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-14Use more appropriate return type for some editeng functionsStephan Bergmann
2021-10-01loplugin:constmethodNoel Grandin
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin
2021-09-05no need to pass EditSelection around with unique_ptrNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-12tdf#95549 speed up load of xlsNoel Grandin
2021-08-10tdf#142845 editeng: don't update selection when formatting before sd pasteMiklos Vajna
2021-07-31getArray->getConstArrayNoel Grandin
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike 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-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-10do not leak SdrObject global pool on shutdownNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-05-05don't leak editengine pool on shutdownNoel Grandin
2021-05-04speed up loading large ODS a littleNoel Grandin
2021-04-06use GetOutputDevice for ImpEditView::GetBackgroundColorCaolán McNamara
2021-03-08tdf#140498 middle-button paste doesn't depend on a vcl::WindowCaolán McNamara
2020-10-23tdf#104378: don't reset para attributes whileMark Hung
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-07-14tdf#134478 Refactor dumping of EditEngine dataJan-Marek Glogowski
2020-07-08scPrintTwipsMsgs: Use print-twips paper-sizeDennis Francis
2020-04-24Resolves: tdf#132288 don't merge adjacent properties for spell checkingCaolán McNamara
2020-04-14loplugin:flatten in editengNoel Grandin
2020-03-15editeng: lok: send cursor visibility event when restoring update modeAshod Nakashian
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-12-14Rename HAVE_GCC_BUG_87150 to HAVE_P1155R3Stephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-27Better handling of text rotation attribute.Tamás Zolnai
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-09-06TyposAndrea Gelmini
2019-09-02loplugin:constmethod in editengNoel Grandin
2019-08-02lok: don't be prejudiced against a single missing mime-type.Michael Meeks
2019-07-22tdf#118370 Draw: add option to consolidate multiple textObjsJustin Luth
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-15tdf#90297 set default SmEditWindow backgroundJan-Marek Glogowski