summaryrefslogtreecommitdiff
path: root/include/editeng/outliner.hxx
AgeCommit message (Expand)Author
2024-08-01CairoSDPR: Simplify EditEngine text decompositionArmin Le Grand (Collabora)
2024-08-01cool#9352 unassign cursor on SdrObjEditView to avoid crashJaume Pujantell
2024-04-04loplugin:unusedmethodsNoel Grandin
2024-04-03editeng: use text scaling that better mimics MSO text scalingTomaž Vajngerl
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-09Clone Formatting in Impress: Include list attributeOliver Specht
2023-11-15tdf#158031 editeng: rename GetFieldAtCursorJustin Luth
2023-11-15tdf#158031 editeng SID_COPY_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth
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-29loplugin:unusedmethodsNoel Grandin
2023-06-16tdf#103064 sw: use the comment style by default instead of DFMaxim Monastirsky
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin
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
2023-02-28Fix typoAndrea Gelmini
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir
2022-11-10lok: masterpage: use EditMode as parameter in invalidation callbackSzymon Kłos
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-25lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-07-28remove unused SETBULLETTEXT flag in editengJustin Luth
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin
2021-12-21tdf#133713 sd: bullets and numbering should enable itJustin Luth
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin
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-24change some LOK internal updates to be pull model instead of pushLuboš Luňák
2021-10-22better name for a function overloadLuboš Luňák
2021-10-15do not use text-based LOK callback internallyLuboš Luňák
2021-10-01loplugin:constmethodNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-14flatten OFlowChainedTextNoel Grandin
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski
2021-06-08editengine-columns: Implement layoutMike Kaganski
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-05-02finally 'Change return value to Rectangle in next incompatible build'Caolán McNamara
2021-05-02sal_uLong->sal_uInt32 in OutlinerNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara
2021-04-06ExecuteSpellPopup never called with a null spelling callbackCaolán McNamara
2021-02-23loplugin:unusedmethodsNoel
2021-02-23loplugin:constantparamNoel
2021-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil777