office-gobmx/editeng
Noel Grandin 4c09fc48e9 typesafe wrappers for css::i18nutil::TransliterationModules
and related css::util::SearchOptions2

The TransliterationModules enum has it's constants spread over multiple
UNO enum/constant-collections - TransliterationModules and
TransliterationModulesExtra, which means that most code simply uses
sal_Int32.

Wrap them up into a better bundle so that only the lowest layer needs to
deal directly with the UNO constants.

Change-Id: I1edeab79fcc7817a4a97c933ef84ab7015bb849b
Reviewed-on: https://gerrit.libreoffice.org/34582
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-01 07:28:03 +00:00
..
inc convert editeng spell menu to .ui format 2017-02-17 15:34:09 +00:00
qa Added Test for EditEngine - Copy/Paste using Legacy Format 2017-02-24 16:41:12 +00:00
source typesafe wrappers for css::i18nutil::TransliterationModules 2017-03-01 07:28:03 +00:00
uiconfig/ui convert editeng spell menu to .ui format 2017-02-17 15:34:09 +00:00
AllLangResTarget_editeng.mk
CppunitTest_editeng_borderline.mk
CppunitTest_editeng_core.mk
CppunitTest_editeng_lookuptree.mk
CustomTarget_generated.mk
Library_editeng.mk
Makefile
Module_editeng.mk convert editeng spell menu to .ui format 2017-02-17 15:34:09 +00: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]