office-gobmx/editeng/inc
Armin Le Grand (allotropia) 52b692d16b tdf#158317 fix cleanup of SfxPoolItems in editeng
It is not possible to use implCreateItemEntry/implCleanupItemEntry,
that is tooling limited *by purpose* to svl/Item/ItemSet stuff.
But what I can do is to do that SfxPoolItemHolder I already
talked/thought about. It is a helper that can safely hold a
SfxPoolItem in cases where an SfxItemSet is too expensive.
Think about it as a SfxItemSet for a single item. That solves
the problem why DirectPutItemInPool/DirectRemoveItemFromPool
is used in general (each usage is a 'compromize').
Did that now, works well. Editengine is now free of
DirectPutItemInPool/DirectRemoveItemFromPool.

Replaced ::CursorMoved with checkAndDeleteEmptyAttribs since all
these got static with no longer need to DirectRemoveItemFromPool.
Corrected create/delete counters.

Change-Id: Ia6e53f48ac2e479b461546515e68697039b5b628
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159931
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2023-11-25 16:13:47 +01:00
..
pch
AccessibleStringWrap.hxx
editattr.hxx tdf#158317 fix cleanup of SfxPoolItems in editeng 2023-11-25 16:13:47 +01:00
editdoc.hxx tdf#158317 fix cleanup of SfxPoolItems in editeng 2023-11-25 16:13:47 +01:00
editeng.hxx
editxml.hxx
edtspell.hxx
eerdll2.hxx
outleeng.hxx
strings.hrc Make NC_ constexpr-friendly 2023-10-12 18:17:49 +02:00
unomodel.hxx
unopracc.hxx