summaryrefslogtreecommitdiff
path: root/include/editeng/editeng.hxx
AgeCommit message (Expand)Author
2024-04-04loplugin:unusedmethodsNoel Grandin
2024-04-02editeng: combine scaling parameters into ScalingParameters structTomaž Vajngerl
2024-03-14reduce symbol visibility in editengNoel Grandin
2024-03-13EDITENG_DLLPRIVATE is unnecessaryNoel Grandin
2024-02-01editeng: access ImpEditEngine with getImpl() not directTomaž Vajngerl
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl
2024-01-14editeng: change the ParaPortion parameter from pointer to ref.Tomaž Vajngerl
2024-01-14editeng: use EditLine as ref. and use constTomaž Vajngerl
2024-01-02editeng: better lifecycle control for ContentNode in EditDocTomaž Vajngerl
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)
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