Age | Commit message (Collapse) | Author |
|
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
|
|
Change-Id: I104af905eb0d13864f70f44386b2b573fb26e513
|
|
The target is always older, because it is delivered while preserving
the timestamp of the source, but here order only dependency is enough.
|
|
Change-Id: I38249d12d0c4e7a732b505cf90e1e8806c718229
|
|
|
|
The recent addition of Hebrew line breaking rules apparently does not
work with genbrk from ICU 4.6. Maybe we should just require 4.x (where x
is the first version where it is implemented) as minimum ICU version?
IMHO it would be better than this insane (and fragile) filtering...
Change-Id: Ia2adad3621fa7a2f319a07fb569b1f1c1eb6db7c
|
|
i.e. sync with svn diff -c 31071
http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr/line.txt
Change-Id: I I I41b3d02f1a0da3b83a9684f29d466660d96254c6
|
|
Change-Id: I680a5d10d129ff9b7d6d543b0914418eedf078c6
|
|
Change-Id: I1d5f9940c6f85269373ccbdc9caa6c5696996c9f
|
|
Change-Id: I50b0ce42e68c8a6a5da3150468a7df8bb9030686
|
|
Change-Id: Ib74fba6059c1adcd10fc07331d70d7c7d8931bef
|
|
Change-Id: I4aec3fbd6cc8bad7cbeaaef6e9909b83b7771fe1
|
|
Change-Id: I04508b7bdc3fcb9fc1b0ddae7d595a302aa7ec65
|
|
http://erack.org/blog/archives/18-Does-your-LibreOffice-locale-need-a-date-acceptance-pattern-for-incomplete-date-input.html#c245
http://www.spraknamnden.se/sprakladan/ShowSearch.aspx?id=id=26089;objekttyp=lan
|
|
Variables should have module name as prefix to prevent collisions.
|
|
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
|
|
Argument is that "the reason for the "D/M/" pattern is for those who use
the numpad for input", well, makes sense.
|
|
|
|
|
|
Don't convert to icu UnicodeString, retain text as shallow-copy of
original via rtl::OUString and use UText adaptor. Allows use of
equals to do super fast compare that new string is the same as the
old string
Change-Id: Ie9a3dc981b22a6866f3712c786331a1d6fcf153a
|
|
Change-Id: Iee3ab0ebbbb72e88e33dcbe0fcb4df1e4f60c301
|
|
Change-Id: Ib31919672d0754fa4f650dcb32dc2c59a410b54c
|
|
|
|
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
Locale data contributed by <rueter.jack@gmail.com> using
http://www.it46.se/localegen/
|
|
|
|
|
|
its not evident to me why the original code needed to be so complicated.
|
|
|
|
...this has been hidden by OServiceManager::createContentEnumeration wrapping its return
values in fresh XServiceInfo instances that report the right getImplementationName()
anyway. But other service manager implementations would cause code like
TransliterationImpl::loadBody (which iterates over createContentEnumeration() output,
checking for a specific getImplementationName()) to fail.
|
|
|
|
|
|
|
|
|
|
avoids the problems of dangling uno singletons invalidated after the first
dispose and the chain of other singletons that don't expect to need to
re-initialize, etc.
reenable editeng cppunit test
inherit i18npool cppunit test from unotest base
drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not
in ctors/dtors
|
|
|
|
|
|
|
|
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
|
|
|
|
There are unit tests that do not use URE, e.g., in cppuhelper.
This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8.
Conflicts:
sot/CppunitTest_sot_test_sot.mk
svl/CppunitTest_svl_urihelper.mk
|
|
|
|
|
|
|
|
Or is there any use case where we would need to use UNO API headers, but
not require the appropriate type database at runtime?
|
|
|
|
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
|
|
|
|
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
|