office-gobmx/editeng
Jan-Marek Glogowski ea191cf980 tdf#90297 use field colors for math's edit engine
This adds a maTextColor to the EditEngine, which will override
the default AutoColor.

There is also a NOCOLORS mode and I thought about using it
instead, but it defaults to COL_BLACK and overriding this seems
wrong.

Since the EditEngine does the whole drawing and now has the
explicit FieldColor() and FieldTextColor() for background and
text, my guess is we don't need an ApplySettings implementation.

Change-Id: I6c2ecc843a3e07de98f97c86fc00a3b83cb78d97
Reviewed-on: https://gerrit.libreoffice.org/72197
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-05-14 03:23:20 +02:00
..
inc regenerate PCH headers 2019-05-12 23:46:14 +02:00
qa tdf#120703 PVS: Silence V522 warnings 2019-04-01 00:49:12 +02:00
source tdf#90297 use field colors for math's edit engine 2019-05-14 03:23:20 +02:00
uiconfig/ui Resolves: tdf#116188 set min version on all .ui files to 3.18 2018-03-05 21:27:25 +01:00
AllLangMoTarget_editeng.mk migrate to boost::gettext 2017-07-21 08:20:50 +01:00
CppunitTest_editeng_borderline.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_editeng_core.mk Make editeng_core test depend on more_fonts 2018-10-11 16:02:33 +02:00
CppunitTest_editeng_lookuptree.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CustomTarget_generated.mk Check OS_FOR_BUILD for behavior of sed executed during build 2019-01-17 13:20:24 +01:00
Library_editeng.mk WIP: Further preparations for deeper Item changes 2019-04-25 19:59:04 +02:00
Makefile
Module_editeng.mk migrate to boost::gettext 2017-07-21 08:20:50 +01:00
README
UIConfig_editeng.mk convert editeng spell menu to .ui format 2017-02-17 15:34:09 +00:00

Edit engine.

In OO.o build DEV300m72 this module was split off from svx but it
has no dependencies on [[svx]] (nor on [[sfx2]]) while in turn svx depends on editeng
Read more in the mailing list post:
[http://www.mail-archive.com/dev@openoffice.org/msg13237.html]