office-gobmx/l10ntools
Stephan Bergmann 7eaf1e9388 Half-assed attempt at enforcing operator [] preconditions
...inspired by comments to <https://gerrit.libreoffice.org/#/c/3068/>
"String::AppendAscii cleanup in dbaccess," but it quickly becomes apparent that
lots of code rely on s[s.getLength()] == 0, so live with a weakened precondition
check for now.

Change-Id: Ifad96c706b14433df4a084ab8054b32433b8b5b6
2013-03-28 13:30:41 +01:00
..
inc -Werror,-Wunused-private-field 2013-03-27 21:16:27 +01:00
source Half-assed attempt at enforcing operator [] preconditions 2013-03-28 13:30:41 +01:00
Executable_cfgex.mk
Executable_helpex.mk
Executable_idxdict.mk
Executable_localize.mk
Executable_propex.mk
Executable_stringex.mk
Executable_transex3.mk
Executable_treex.mk
Executable_uiex.mk
Executable_ulfex.mk
Executable_xrmex.mk
Makefile
Module_l10ntools.mk
Package_ulfconv.mk
README
StaticLibrary_transex.mk l10ntools/inc/helper.hxx includes libxml/parser.h 2013-03-27 21:11:37 +01:00

l10ntools (l10n = localization) contains a number of tools that extract
translatable content from source code and merge translations back to
source code during the build.