Skip to content

Commit

Permalink
new module i18nlangtag
Browse files Browse the repository at this point in the history
Moved portions from module i18npool, all of former i18nisolang1 library
that now is i18nlangtag. Included are languagetag, isolang and mslangid.

This i18nlangtag code is now even used by module comphelper, so
disentangling i18npool and making this an own module was needed to not
create circular module dependencies.

Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
  • Loading branch information
erAck committed Apr 5, 2013
1 parent 8ef9e38 commit 876c619
Show file tree
Hide file tree
Showing 475 changed files with 691 additions and 660 deletions.
2 changes: 1 addition & 1 deletion Library_merged.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $(eval $(call gb_Library_use_libraries,merged,\
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
sal \
salhelper \
tl \
Expand Down
2 changes: 1 addition & 1 deletion Repository.mk
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ endif

$(eval $(call gb_Helper_register_libraries,RTLIBS, \
comphelper \
i18nisolang1 \
i18nlangtag \
i18nutil \
ucbhelper \
))
Expand Down
2 changes: 1 addition & 1 deletion RepositoryFixes.mk
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:libeay32%,$(gb_Library
gb_Library_FILENAMES := $(patsubst crypto:libcrypto%,crypto:libcrypto_static%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst db47:idb47%,db47:libdb47%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst exslt:iexslt%,exslt:libexslt%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst i18nisolang1:ii18nisolang1%,i18nisolang1:ii18nisolang%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst i18nlangtag:ii18nlangtag%,i18nlangtag:ii18nlangtag,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst lpsolve55:ilpsolve55%,lpsolve55:lpsolve55%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst package2:ipackage2%,package2:ipackage%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES))
Expand Down
2 changes: 1 addition & 1 deletion RepositoryModule_build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_toolset,\
cppu \
cppuhelper \
external \
i18npool \
i18nlangtag \
i18nutil \
idl \
idlc \
Expand Down
1 change: 1 addition & 0 deletions RepositoryModule_host.mk
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
$(call gb_Helper_optional,HUNSPELL,hunspell) \
hwpfilter \
$(call gb_Helper_optional,HYPHEN,hyphen) \
i18nlangtag \
i18npool \
i18nutil \
$(call gb_Helper_optional,ICU,icu) \
Expand Down
2 changes: 1 addition & 1 deletion accessibility/Library_acc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $(eval $(call gb_Library_use_libraries,acc,\
cppu \
cppuhelper \
sal \
i18nisolang1 \
i18nlangtag \
sot \
svl \
svt \
Expand Down
2 changes: 1 addition & 1 deletion android/qa/sc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ copy-stuff:
fastsax.uno \
frmlo \
gcc3_uno \
i18nisolang1gcc3 \
i18nlangtaggcc3 \
icudatalo \
icui18nlo \
iculelo \
Expand Down
2 changes: 1 addition & 1 deletion android/qa/simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ copy-stuff:
for F in $(strip \
comphelpgcc3 \
gcc3_uno \
i18nisolang1gcc3 \
i18nlangtaggcc3 \
icudatalo \
icui18nlo \
icuuclo \
Expand Down
2 changes: 1 addition & 1 deletion avmedia/Library_avmedia.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $(eval $(call gb_Library_use_libraries,avmedia,\
cppu \
cppuhelper \
sal \
i18nisolang1 \
i18nlangtag \
sfx \
svl \
svt \
Expand Down
2 changes: 1 addition & 1 deletion basctl/Library_basctl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $(eval $(call gb_Library_use_libraries,basctl,\
editeng \
fwe \
sal \
i18nisolang1 \
i18nlangtag \
sb \
sfx \
sot \
Expand Down
2 changes: 1 addition & 1 deletion basic/CppunitTest_basic_coverage.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_coverage, \
utl \
vcl \
xmlscript \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

Expand Down
2 changes: 1 addition & 1 deletion basic/CppunitTest_basic_scanner.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_scanner, \
cppuhelper \
sal \
salhelper \
i18nisolang1 \
i18nlangtag \
sb \
sot \
svl \
Expand Down
2 changes: 1 addition & 1 deletion basic/CppunitTest_basic_vba.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_vba, \
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
sal \
salhelper \
sb \
Expand Down
2 changes: 1 addition & 1 deletion basic/Library_sb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $(eval $(call gb_Library_use_libraries,sb,\
cppuhelper \
sal \
salhelper \
i18nisolang1 \
i18nlangtag \
sot \
svl \
svt \
Expand Down
2 changes: 1 addition & 1 deletion basic/inc/basic/sbxbase.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef _SBXBASE_HXX
#define _SBXBASE_HXX

#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <basic/sbxdef.hxx>
#include "basicdllapi.h"
#include <boost/ptr_container/ptr_vector.hpp>
Expand Down
2 changes: 1 addition & 1 deletion basic/qa/cppunit/basic_coverage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <osl/file.hxx>
#include "basic/sbmod.hxx"
#include "basic/sbmeth.hxx"
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <unotools/syslocaleoptions.hxx>

namespace
Expand Down
2 changes: 1 addition & 1 deletion basic/source/classes/global.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "basic/global.hxx"
#include <comphelper/processfactory.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <rtl/instance.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <vcl/svapp.hxx>
Expand Down
2 changes: 1 addition & 1 deletion basic/source/inc/runtime.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <osl/file.hxx>
#include <rtl/math.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>

#include <vector>
#include <com/sun/star/lang/XComponent.hpp>
Expand Down
2 changes: 1 addition & 1 deletion basic/source/runtime/methods.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <unotools/charclass.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <tools/wldcrd.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <rtl/string.hxx>
#include <rtl/strbuf.hxx>

Expand Down
2 changes: 1 addition & 1 deletion basic/source/sbx/sbxdate.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <svl/zforlist.hxx>
#include <tools/errcode.hxx>
#include <tools/color.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <basic/sbx.hxx>
#include "sbxconv.hxx"
#include "math.h"
Expand Down
2 changes: 1 addition & 1 deletion canvas/Library_cairocanvas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $(eval $(call gb_Library_use_libraries,cairocanvas,\
vcl \
tk \
tl \
i18nisolang1 \
i18nlangtag \
canvastools \
$(gb_UWINAPI) \
))
Expand Down
2 changes: 1 addition & 1 deletion canvas/Library_directx9canvas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $(eval $(call gb_Library_use_libraries,directx9canvas,\
vcl \
tl \
utl \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

Expand Down
2 changes: 1 addition & 1 deletion canvas/Library_gdipluscanvas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $(eval $(call gb_Library_use_libraries,gdipluscanvas,\
vcl \
tl \
utl \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

Expand Down
2 changes: 1 addition & 1 deletion canvas/Library_vclcanvas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $(eval $(call gb_Library_use_libraries,vclcanvas,\
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
sal \
svt \
tk \
Expand Down
2 changes: 1 addition & 1 deletion canvas/source/cairo/cairo_canvasfont.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <basegfx/numeric/ftools.hxx>

#include <vcl/metric.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>

#include "cairo_canvasfont.hxx"
#include "cairo_textlayout.hxx"
Expand Down
2 changes: 1 addition & 1 deletion canvas/source/directx/dx_textlayout_drawhelper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <canvas/debug.hxx>
#include "dx_impltools.hxx"
#include <vcl/sysdata.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include "dx_textlayout_drawhelper.hxx"
#include "dx_bitmap.hxx"
#include "dx_canvasfont.hxx"
Expand Down
2 changes: 1 addition & 1 deletion canvas/source/vcl/canvasfont.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <rtl/math.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/metric.hxx>

#include <com/sun/star/rendering/PanoseProportion.hpp>
Expand Down
2 changes: 1 addition & 1 deletion chart2/CppunitTest_chart2_importtest.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_import, \
fileacc \
for \
forui \
i18nisolang1 \
i18nlangtag \
msfilter \
oox \
sal \
Expand Down
2 changes: 1 addition & 1 deletion chart2/Library_chartcontroller.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $(eval $(call gb_Library_use_libraries,chartcontroller,\
drawinglayer \
editeng \
sal \
i18nisolang1 \
i18nlangtag \
sfx \
sot \
svl \
Expand Down
2 changes: 1 addition & 1 deletion chart2/Library_chartcore.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $(eval $(call gb_Library_use_libraries,chartcore,\
drawinglayer \
editeng \
fwe \
i18nisolang1 \
i18nlangtag \
sal \
sfx \
svl \
Expand Down
4 changes: 2 additions & 2 deletions chart2/source/tools/CharacterProperties.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

// header for struct SvtLinguConfig
#include <unotools/lingucfg.hxx>
#include <i18npool/mslangid.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/outdev.hxx>

using namespace ::com::sun::star;
Expand Down
2 changes: 1 addition & 1 deletion chart2/source/tools/NumberFormatterWrapper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// header for class SvNumberformat
#include <svl/zformat.hxx>
#include <tools/color.hxx>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <com/sun/star/util/DateTime.hpp>

//.............................................................................
Expand Down
2 changes: 1 addition & 1 deletion comphelper/Library_comphelper.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $(eval $(call gb_Library_use_libraries,comphelper,\
sal \
salhelper \
ucbhelper \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

Expand Down
2 changes: 1 addition & 1 deletion comphelper/source/misc/configuration.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include "rtl/instance.hxx"
#include "rtl/ustrbuf.hxx"
#include "rtl/ustring.hxx"
#include "i18npool/languagetag.hxx"
#include "i18nlangtag/languagetag.hxx"

namespace {

Expand Down
2 changes: 1 addition & 1 deletion configmgr/Library_configmgr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $(eval $(call gb_Library_use_libraries,configmgr, \
sal \
salhelper \
xmlreader \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

Expand Down
2 changes: 1 addition & 1 deletion configmgr/source/configurationprovider.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include "rtl/ustring.h"
#include "rtl/ustring.hxx"

#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>

#include "components.hxx"
#include "configurationprovider.hxx"
Expand Down
2 changes: 1 addition & 1 deletion connectivity/CppunitTest_connectivity_ado.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $(eval $(call gb_CppunitTest_use_libraries,connectivity_ado, \
cppu \
cppuhelper \
dbtools \
i18nisolang1 \
i18nlangtag \
ado \
sal \
salhelper \
Expand Down
2 changes: 1 addition & 1 deletion connectivity/CppunitTest_connectivity_commontools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $(eval $(call gb_CppunitTest_use_libraries,connectivity_commontools, \
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
$(if $(filter TRUE,$(SOLAR_JAVA)), \
jvmaccess) \
sal \
Expand Down
2 changes: 1 addition & 1 deletion connectivity/CppunitTest_connectivity_mork.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $(eval $(call gb_CppunitTest_use_libraries,connectivity_mork, \
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
mork \
sal \
salhelper \
Expand Down
2 changes: 1 addition & 1 deletion connectivity/Library_dbtools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $(eval $(call gb_Library_use_libraries,dbtools,\
utl \
tl \
comphelper \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

Expand Down
2 changes: 1 addition & 1 deletion connectivity/Library_flat.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $(eval $(call gb_Library_use_libraries,flat,\
tl \
svl \
utl \
i18nisolang1 \
i18nlangtag \
sal \
salhelper \
dbtools \
Expand Down
2 changes: 1 addition & 1 deletion connectivity/Library_hsqldb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $(eval $(call gb_Library_use_libraries,hsqldb,\
salhelper \
tl \
utl \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

Expand Down
2 changes: 1 addition & 1 deletion connectivity/inc/pch/precompiled_file.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#include <comphelper/uno3.hxx>
#include <cppuhelper/propshlp.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <iterator>
#include <osl/diagnose.h>
#include <osl/nlsupport.h>
Expand Down
2 changes: 1 addition & 1 deletion connectivity/inc/pch/precompiled_flat.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <comphelper/types.hxx>
#include <cppuhelper/factory.hxx>
#include <ctype.h>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <osl/thread.h>
#include <rtl/logfile.hxx>
#include <rtl/math.hxx>
Expand Down
Loading

0 comments on commit 876c619

Please sign in to comment.