office-gobmx/editeng
Caolán McNamara 02d4f6a249 split confused ImplInitDigitMode method into seperate functions
a) ImplCalcDigitLang that determines the digit language
b) ImplInitDigitMode that just sets the outputdevice according to that lang
c) and convertDigits that physically converts the digits in a string
from one language to another

then change the body of convertDigits to use GetLocalizedChar from vcl rather
than its outdated copy of the method, which teachs editeng all the digit modes
that were added since the method was originally copy and pasted.

Change-Id: I2ef7d5d3396c106d4f8fd90142c9d9cf99064bee
2013-01-14 16:04:17 +00:00
..
inc callcatcher: update and remove newly unused code 2013-01-13 23:02:37 +00:00
prj
qa
source split confused ImplInitDigitMode method into seperate functions 2013-01-14 16:04:17 +00:00
util
AllLangResTarget_editeng.mk
CppunitTest_editeng_borderline.mk
CppunitTest_editeng_core.mk
CppunitTest_editeng_lookuptree.mk
Library_editeng.mk convert icu to gbuild and add to tail_build 2012-12-27 15:53:39 +00:00
Makefile
Module_editeng.mk
Package_inc.mk
README

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]