summaryrefslogtreecommitdiff
path: root/include/editeng/outliner.hxx
AgeCommit message (Expand)AuthorFilesLines
2 daysLet ESelection use EPaM for simplificationMike Kaganski1-4/+4
2024-11-06loplugin:passstuffbyref in editengNoel Grandin1-1/+1
2024-10-31convert KernArray from sal_Int32 to doubleNoel Grandin1-3/+3
2024-08-01CairoSDPR: Simplify EditEngine text decompositionArmin Le Grand (Collabora)1-14/+0
2024-08-01cool#9352 unassign cursor on SdrObjEditView to avoid crashJaume Pujantell1-0/+1
2024-04-04loplugin:unusedmethodsNoel Grandin1-1/+0
2024-04-03editeng: use text scaling that better mimics MSO text scalingTomaž Vajngerl1-1/+1
2024-04-02editeng: combine scaling parameters into ScalingParameters structTomaž Vajngerl1-2/+7
2024-03-14reduce symbol visibility in editengNoel Grandin1-70/+70
2024-03-13EDITENG_DLLPRIVATE is unnecessaryNoel Grandin1-7/+7
2024-02-09Clone Formatting in Impress: Include list attributeOliver Specht1-0/+2
2023-11-15tdf#158031 editeng: rename GetFieldAtCursorJustin Luth1-3/+1
2023-11-15tdf#158031 editeng SID_COPY_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-1/+1
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin1-2/+3
2023-11-10tdf#157363 add HTML format when pasting into draw textOliver Specht1-2/+3
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-6/+6
2023-06-29loplugin:unusedmethodsNoel Grandin1-1/+0
2023-06-16tdf#103064 sw: use the comment style by default instead of DFMaxim Monastirsky1-0/+2
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin1-2/+2
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga1-1/+5
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl1-2/+4
2023-02-28Fix typoAndrea Gelmini1-1/+1
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir1-0/+4
2022-11-10lok: masterpage: use EditMode as parameter in invalidation callbackSzymon Kłos1-1/+1
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl1-2/+2
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-08-25lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák1-0/+1
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny1-1/+6
2022-07-28remove unused SETBULLETTEXT flag in editengJustin Luth1-1/+0
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin1-2/+3
2021-12-21tdf#133713 sd: bullets and numbering should enable itJustin Luth1-0/+5
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin1-6/+6
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-3/+3
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-3/+3
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák1-0/+2
2021-10-22better name for a function overloadLuboš Luňák1-1/+1
2021-10-15do not use text-based LOK callback internallyLuboš Luňák1-0/+2
2021-10-01loplugin:constmethodNoel Grandin1-4/+4
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-2/+3
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-2/+2
2021-08-14flatten OFlowChainedTextNoel Grandin1-4/+3
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski1-4/+2
2021-06-08editengine-columns: Implement layoutMike Kaganski1-0/+2
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski1-0/+2
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-5/+5
2021-05-02finally 'Change return value to Rectangle in next incompatible build'Caolán McNamara1-1/+1
2021-05-02sal_uLong->sal_uInt32 in OutlinerNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara1-3/+4
2021-04-06ExecuteSpellPopup never called with a null spelling callbackCaolán McNamara1-1/+1