office-gobmx/editeng/inc
Armin Le Grand (Collabora) af014d1b5d CairoSDPR: Simplify EditEngine text decomposition
The EditEngine decomposes it's content mainly to
Prmitives (there is still a direct paint mode used
in rare remaining cases which we not yet got rid
of). For TABs the special case for 'extended' TABs
(see format/paragraph/Tabs, FillCharacter) was
handed through all layers using method DrawingTab,
put into a DrawPortionInfo and held at the text
primitive (TextSimplePortionPrimitive2D). While
for direct paint the expansion was already done in
ImpEditEngine::Paint anyways (and always painted,
independent from bStripOnly what was unneccessary
and I corrected that, too) it had to be done for
text paint in VclProcessor2D for each repaint.
This is not needed, so now the extended text
created in EditEngine decompose gets used.

This makes a lot of stuff simpler, including
EditEngine/Outliner and some involved classes.
If it somehow should show that it might be
necessary to do that for each paint it should
be done in the obvious way then - using an own
primitive that creates the expansin in the
decomposition (and buffers it).

Change-Id: Ieb02219142af8f6bee01dcd658e08b185a4212cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171380
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2024-08-01 20:28:36 +02:00
..
pch simplify and modernise ScopedBitmapAccess 2023-12-07 09:32:14 +01:00
AccessibleStringWrap.hxx
ContentNode.hxx tdf#161846 avoid allocation in ContentNode::Insert 2024-07-30 10:39:59 +02:00
editattr.hxx tdf#154248 Impress: fix color of hyperlink 2024-01-16 12:06:45 +01:00
editdoc.hxx tdf#161846 avoid allocation in ContentNode::Insert 2024-07-30 10:39:59 +02:00
editeng.hxx
EditLine.hxx editeng: prefix EditLine members, clean-up 2024-04-04 04:06:20 +02:00
EditLineList.hxx editeng: use unique_ptr for Append and Insert into a EditLineList 2024-01-14 04:51:27 +01:00
EditPaM.hxx editeng: cleanup operators and constructors for EditPaM + test 2023-12-31 07:49:39 +01:00
EditSelection.hxx make EditSelection single-arg constructor explicit 2024-07-18 15:33:36 +02:00
editxml.hxx
edtspell.hxx
eerdll2.hxx ITEM: ItemPool Rework (I) 2024-02-12 10:35:33 +01:00
ItemList.hxx editeng: ItemList - prefix members, move methods in class 2023-12-29 07:29:12 +01:00
outleeng.hxx CairoSDPR: Simplify EditEngine text decomposition 2024-08-01 20:28:36 +02:00
ParagraphPortion.hxx editeng: remove getHeight as a similar GetHeight already exits 2024-02-17 12:07:20 +01:00
ParagraphPortionList.hxx editeng: return ParaPortion from the list as a ref. 2024-01-15 14:28:11 +01:00
strings.hrc Make NC_ constexpr-friendly 2023-10-12 18:17:49 +02:00
TextPortion.hxx editeng: move TextPortion to own header file 2023-12-29 02:42:14 +01:00
TextPortionList.hxx editeng: make TextPortionList iterable with ranged for 2024-02-12 07:27:47 +01:00
unomodel.hxx SvxSimpleUnoModel does not need to implement XAggreggation 2023-09-11 15:33:47 +02:00
unopracc.hxx