summaryrefslogtreecommitdiff
path: root/include/editeng/editeng.hxx
AgeCommit message (Expand)Author
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin
2023-11-10tdf#157363 add HTML format when pasting into draw textOliver Specht
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-06-30loplugin:unusedmethodsNoel Grandin
2023-06-21editeng: add setter function SingleLineHenry Castro
2023-05-06Change text auto-fit alg. to also increase the scalingTomaž Vajngerl
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida
2022-04-12don't FormatDoc() a whole long text if not necessary (tdf#144515)Luboš Luňák
2021-12-06tdf#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-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-20Use some forward declarations in <editeng/editobj.hxx>Mike 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-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-08ref-count SfxItemPoolNoel Grandin
2020-12-24custom literal for Degree10Noel Grandin
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-07-14tdf#134478 Refactor dumping of EditEngine dataJan-Marek Glogowski
2020-07-08scPrintTwipsMsgs: Use print-twips paper-sizeDennis Francis
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-04-24Resolves: tdf#132288 don't merge adjacent properties for spell checkingCaolán McNamara
2020-03-15editeng: lok: send cursor visibility event when restoring update modeAshod Nakashian
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann
2019-11-27Better handling of text rotation attribute.Tamás Zolnai
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-09-02loplugin:constmethod in editengNoel Grandin
2019-07-22tdf#118370 Draw: add option to consolidate multiple textObjsJustin Luth
2019-07-09tdf#111707 Only remove the selected hyperlinkSamuel Mehrbrodt
2019-05-15tdf#90297 set default SmEditWindow backgroundJan-Marek Glogowski
2019-05-14tdf#90297 use field colors for math's edit engineJan-Marek Glogowski
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2018-11-30loplugin:unusedmethodsNoel Grandin
2018-11-16Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen