office-gobmx/editeng
Noel Grandin 3588a48a82 TypedWhichId
use a strong-typedef template to give which IDs a type, which we can
carry around to do a
(a) little bit more convenience when Get()'ing them
and
(b) a little bit of enforcement of which PoolItem subclass each ID uses

Fix a bug in casting EE_PARA_BULLETSTATE to the wrong subclass
in AccessibleEditableTextPara::_correctValues

Change-Id: I015ce8b3b0f6d21308af182afa3caf122c877a5b
Reviewed-on: https://gerrit.libreoffice.org/44587
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-11-15 08:24:29 +01:00
..
inc TypedWhichId 2017-11-15 08:24:29 +01:00
qa loplugin:includeform: editeng 2017-10-23 22:46:09 +02:00
source TypedWhichId 2017-11-15 08:24:29 +01:00
uiconfig/ui
AllLangMoTarget_editeng.mk
CppunitTest_editeng_borderline.mk
CppunitTest_editeng_core.mk Move editeng/source/editeng include files to common include directory 2017-10-16 17:22:21 +02:00
CppunitTest_editeng_lookuptree.mk
CustomTarget_generated.mk
Library_editeng.mk tscp: advanced classification dialog for impress 2017-10-23 12:04:43 +02:00
Makefile
Module_editeng.mk
README
UIConfig_editeng.mk

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]