new module i18nlangtag

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
This commit is contained in:
Eike Rathke 2013-04-05 18:40:39 +02:00
parent 8ef9e38aa8
commit 876c619b94
475 changed files with 691 additions and 660 deletions

View file

@ -33,7 +33,7 @@ $(eval $(call gb_Library_use_libraries,merged,\
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
sal \
salhelper \
tl \

View file

@ -556,7 +556,7 @@ endif
$(eval $(call gb_Helper_register_libraries,RTLIBS, \
comphelper \
i18nisolang1 \
i18nlangtag \
i18nutil \
ucbhelper \
))

View file

@ -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))

View file

@ -39,7 +39,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_toolset,\
cppu \
cppuhelper \
external \
i18npool \
i18nlangtag \
i18nutil \
idl \
idlc \

View file

@ -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) \

View file

@ -42,7 +42,7 @@ $(eval $(call gb_Library_use_libraries,acc,\
cppu \
cppuhelper \
sal \
i18nisolang1 \
i18nlangtag \
sot \
svl \
svt \

View file

@ -69,7 +69,7 @@ copy-stuff:
fastsax.uno \
frmlo \
gcc3_uno \
i18nisolang1gcc3 \
i18nlangtaggcc3 \
icudatalo \
icui18nlo \
iculelo \

View file

@ -65,7 +65,7 @@ copy-stuff:
for F in $(strip \
comphelpgcc3 \
gcc3_uno \
i18nisolang1gcc3 \
i18nlangtaggcc3 \
icudatalo \
icui18nlo \
icuuclo \

View file

@ -52,7 +52,7 @@ $(eval $(call gb_Library_use_libraries,avmedia,\
cppu \
cppuhelper \
sal \
i18nisolang1 \
i18nlangtag \
sfx \
svl \
svt \

View file

@ -49,7 +49,7 @@ $(eval $(call gb_Library_use_libraries,basctl,\
editeng \
fwe \
sal \
i18nisolang1 \
i18nlangtag \
sb \
sfx \
sot \

View file

@ -33,7 +33,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_coverage, \
utl \
vcl \
xmlscript \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -21,7 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_scanner, \
cppuhelper \
sal \
salhelper \
i18nisolang1 \
i18nlangtag \
sb \
sot \
svl \

View file

@ -21,7 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_vba, \
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
sal \
salhelper \
sb \

View file

@ -44,7 +44,7 @@ $(eval $(call gb_Library_use_libraries,sb,\
cppuhelper \
sal \
salhelper \
i18nisolang1 \
i18nlangtag \
sot \
svl \
svt \

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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"

View file

@ -66,7 +66,7 @@ $(eval $(call gb_Library_use_libraries,cairocanvas,\
vcl \
tk \
tl \
i18nisolang1 \
i18nlangtag \
canvastools \
$(gb_UWINAPI) \
))

View file

@ -62,7 +62,7 @@ $(eval $(call gb_Library_use_libraries,directx9canvas,\
vcl \
tl \
utl \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -68,7 +68,7 @@ $(eval $(call gb_Library_use_libraries,gdipluscanvas,\
vcl \
tl \
utl \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -45,7 +45,7 @@ $(eval $(call gb_Library_use_libraries,vclcanvas,\
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
sal \
svt \
tk \

View file

@ -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"

View file

@ -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"

View file

@ -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>

View file

@ -47,7 +47,7 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_import, \
fileacc \
for \
forui \
i18nisolang1 \
i18nlangtag \
msfilter \
oox \
sal \

View file

@ -46,7 +46,7 @@ $(eval $(call gb_Library_use_libraries,chartcontroller,\
drawinglayer \
editeng \
sal \
i18nisolang1 \
i18nlangtag \
sfx \
sot \
svl \

View file

@ -34,7 +34,7 @@ $(eval $(call gb_Library_use_libraries,chartcore,\
drawinglayer \
editeng \
fwe \
i18nisolang1 \
i18nlangtag \
sal \
sfx \
svl \

View file

@ -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;

View file

@ -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>
//.............................................................................

View file

@ -48,7 +48,7 @@ $(eval $(call gb_Library_use_libraries,comphelper,\
sal \
salhelper \
ucbhelper \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -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 {

View file

@ -74,7 +74,7 @@ $(eval $(call gb_Library_use_libraries,configmgr, \
sal \
salhelper \
xmlreader \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -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"

View file

@ -47,7 +47,7 @@ $(eval $(call gb_CppunitTest_use_libraries,connectivity_ado, \
cppu \
cppuhelper \
dbtools \
i18nisolang1 \
i18nlangtag \
ado \
sal \
salhelper \

View file

@ -44,7 +44,7 @@ $(eval $(call gb_CppunitTest_use_libraries,connectivity_commontools, \
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
$(if $(filter TRUE,$(SOLAR_JAVA)), \
jvmaccess) \
sal \

View file

@ -34,7 +34,7 @@ $(eval $(call gb_CppunitTest_use_libraries,connectivity_mork, \
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
mork \
sal \
salhelper \

View file

@ -57,7 +57,7 @@ $(eval $(call gb_Library_use_libraries,dbtools,\
utl \
tl \
comphelper \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -47,7 +47,7 @@ $(eval $(call gb_Library_use_libraries,flat,\
tl \
svl \
utl \
i18nisolang1 \
i18nlangtag \
sal \
salhelper \
dbtools \

View file

@ -49,7 +49,7 @@ $(eval $(call gb_Library_use_libraries,hsqldb,\
salhelper \
tl \
utl \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -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>

View file

@ -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>

View file

@ -30,8 +30,8 @@
#include <com/sun/star/sdbc/DataType.hpp>
#include <tools/diagnose_ex.h>
#include <i18npool/mslangid.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <comphelper/numbers.hxx>
#include <comphelper/componentcontext.hxx>
#include <unotools/sharedunocomponent.hxx>

View file

@ -20,7 +20,7 @@
#include "file/fcode.hxx"
#include <osl/diagnose.h>
#include "connectivity/sqlparse.hxx"
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <tools/debug.hxx>
#include <tools/string.hxx>
#include "TConnection.hxx"

View file

@ -40,7 +40,7 @@
#include <com/sun/star/util/NumberFormatter.hpp>
#include <com/sun/star/util/NumberFormatsSupplier.hpp>
#include <unotools/configmgr.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include "connectivity/dbconversion.hxx"
#include "file/quotedstring.hxx"
#include <unotools/syslocale.hxx>

View file

@ -50,7 +50,7 @@
#include <unotools/ucbstreamhelper.hxx>
#include "resource/hsqldb_res.hrc"
#include "resource/sharedresources.hxx"
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <o3tl/compat_functional.hxx>

View file

@ -40,7 +40,7 @@ $(eval $(call gb_Library_use_libraries,cppcanvas,\
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
sal \
svt \
tl \

View file

@ -62,7 +62,7 @@
#include <vcl/metric.hxx>
#include <vcl/graphictools.hxx>
#include <tools/poly.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <implrenderer.hxx>
#include <tools.hxx>
#include <outdevstate.hxx>

View file

@ -52,7 +52,7 @@ $(eval $(call gb_Library_use_libraries,cui,\
cppuhelper \
drawinglayer \
editeng \
i18nisolang1 \
i18nlangtag \
$(if $(filter TRUE,$(SOLAR_JAVA)), \
jvmfwk) \
lng \

View file

@ -20,7 +20,7 @@
#define _SVX_SPELL_ATTRIB
#include <vcl/txtattr.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/lang/Locale.hpp>

View file

@ -40,7 +40,7 @@
#include <svx/langbox.hxx>
#include <svtools/langtab.hxx>
#include <unotools/lingucfg.hxx>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <osl/file.hxx>

View file

@ -24,7 +24,7 @@
#include <optasian.hrc>
#include <dialmgr.hxx>
#include <cuires.hrc>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <tools/shl.hxx>
#include <svl/asiancfg.hxx>
#include <com/sun/star/lang/Locale.hpp>

View file

@ -29,8 +29,8 @@
#include <vcl/configsettings.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/mnemonic.hxx>
#include <i18npool/mslangid.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <unotools/compatibility.hxx>
#include <unotools/useroptions.hxx>
#include <unotools/fontoptions.hxx>

View file

@ -18,7 +18,7 @@
*/
#include <comphelper/string.hxx>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <tools/shl.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>

View file

@ -21,7 +21,7 @@
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <tools/shl.hxx>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <unotools/lingucfg.hxx>
#include <editeng/unolingu.hxx>
#include <svx/dlgutil.hxx>

View file

@ -23,7 +23,7 @@
#include <vcl/builder.hxx>
#include <vcl/svapp.hxx>
#include <unotools/localedatawrapper.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <svx/dialogs.hrc>
#include <svtools/colorcfg.hxx>

View file

@ -25,7 +25,7 @@
#include <numpages.hrc>
#include <dialmgr.hxx>
#include <tools/shl.hxx>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <helpid.hrc>
#include <editeng/numitem.hxx>
#include <svl/eitem.hxx>

View file

@ -46,7 +46,7 @@ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_macros_test, \
fileacc \
for \
forui \
i18nisolang1 \
i18nlangtag \
msfilter \
oox \
sal \

View file

@ -52,7 +52,7 @@ $(eval $(call gb_Library_use_libraries,dba,\
cppuhelper \
dbtools \
fwe \
i18nisolang1 \
i18nlangtag \
sal \
salhelper \
sax \

View file

@ -64,7 +64,7 @@ $(eval $(call gb_Library_use_libraries,dbu,\
fwe \
sal \
salhelper \
i18nisolang1 \
i18nlangtag \
sfx \
sot \
svl \

View file

@ -332,7 +332,7 @@
#include <framework/titlehelper.hxx>
#include <framework/undomanagerhelper.hxx>
#include <functional>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <jvmaccess/virtualmachine.hxx>
#include <limits>
#include <list>

View file

@ -21,7 +21,7 @@
#include "userinformation.hxx"
#include <osl/diagnose.h>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <unotools/configmgr.hxx>
using namespace ::utl;

View file

@ -49,7 +49,7 @@
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <tools/contnr.hxx>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <com/sun/star/awt/FontDescriptor.hpp>
#include "WCopyTable.hxx"
#include "WExtendPages.hxx"

View file

@ -49,7 +49,7 @@ $(eval $(call gb_Library_use_libraries,deployment,\
ucbhelper \
utl \
xmlscript \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -43,7 +43,7 @@ $(eval $(call gb_Library_use_libraries,deploymentgui,\
cppu \
cppuhelper \
deploymentmisc \
i18nisolang1 \
i18nlangtag \
sal \
salhelper \
sfx \

View file

@ -50,7 +50,7 @@ $(eval $(call gb_Library_use_libraries,deploymentmisc,\
ucbhelper \
utl \
xmlscript \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -34,7 +34,7 @@ $(eval $(call gb_Library_use_sdk_api,migrationoo2))
$(eval $(call gb_Library_use_libraries,migrationoo2,\
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
$(if $(filter TRUE,$(SOLAR_JAVA)), \
jvmfwk) \
sal \

View file

@ -51,7 +51,7 @@ $(eval $(call gb_Library_use_libraries,sofficeapp,\
cppu \
cppuhelper \
deploymentmisc \
i18nisolang1 \
i18nlangtag \
sal \
salhelper \
sfx \

View file

@ -52,7 +52,7 @@ $(eval $(call gb_Library_use_libraries,unopkgapp,\
ucbhelper \
utl \
vcl \
i18nisolang1 \
i18nlangtag \
$(gb_UWINAPI) \
))

View file

@ -30,7 +30,7 @@ $(eval $(call gb_Pagein_Pagein,common))
# sorted in approx. reverse load order (ld.so.1)
$(eval $(call gb_Pagein_add_objects,common,\
$(if $(MERGELIBS),merged) \
i18npool \
i18nlangtag \
$(if $(findstring YES,$(SYSTEM_ICU)),,\
icui18n \
icule \

View file

@ -28,8 +28,8 @@
#include <unotools/pathoptions.hxx>
#include <tools/resid.hxx>
#include <tools/config.hxx>
#include <i18npool/mslangid.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/container/XNameAccess.hpp>

View file

@ -41,7 +41,7 @@
#include <comphelper/processfactory.hxx>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <com/sun/star/lang/XLocalizable.hpp>
#include <com/sun/star/lang/Locale.hpp>

View file

@ -27,7 +27,7 @@
#include "comphelper/processfactory.hxx"
#include "comphelper/servicedecl.hxx"
#include "comphelper/unwrapargs.hxx"
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include "vcl/svapp.hxx"
#include "vcl/msgbox.hxx"
#include "com/sun/star/lang/XServiceInfo.hpp"

View file

@ -23,7 +23,7 @@
#include "unotools/configmgr.hxx"
#include "comphelper/servicedecl.hxx"
#include "comphelper/unwrapargs.hxx"
#include "i18npool/mslangid.hxx"
#include "i18nlangtag/mslangid.hxx"
#include "vcl/svapp.hxx"
#include "vcl/msgbox.hxx"
#include "toolkit/helper/vclunohelper.hxx"

View file

@ -22,7 +22,7 @@
#include "tools/string.hxx"
#include "tools/resid.hxx"
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include "dp_misc.h"
#include <memory>
#include "dp_misc_api.hxx"

View file

@ -26,7 +26,7 @@
#include "rtl/ustring.h"
#include "cppuhelper/implbase1.hxx"
#include "unotools/configmgr.hxx"
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
using namespace ::com::sun::star;

View file

@ -34,7 +34,7 @@
#include <unotools/bootstrap.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/uri.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <tools/urlobj.hxx>
#include <osl/file.hxx>
#include <osl/mutex.hxx>

View file

@ -25,7 +25,7 @@
#include "tools/resmgr.hxx"
#include "rtl/ustring.hxx"
#include "unotools/configmgr.hxx"
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#define APP_NAME "unopkg"

@ -1 +1 @@
Subproject commit 26b7c425b0cecaad38249bfdc17b8d5cecee2670
Subproject commit 36776c334cf3bae5bdd5929fad8e11a8bdf830a4

View file

@ -54,7 +54,7 @@ $(eval $(call gb_Library_use_libraries,drawinglayer,\
cppcanvas \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
sal \
svl \
svt \

View file

@ -28,7 +28,7 @@
#include <svtools/optionsdrawinglayer.hxx>
#include <com/sun/star/rendering/ViewState.hpp>
#include <com/sun/star/rendering/RenderState.hpp>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <vcl/mapmod.hxx>

View file

@ -48,7 +48,7 @@
#include <drawinglayer/primitive2d/textprimitive2d.hxx>
#include <drawinglayer/primitive2d/textlayoutdevice.hxx>
#include <drawinglayer/primitive2d/textdecoratedprimitive2d.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <drawinglayer/primitive2d/textlineprimitive2d.hxx>
#include <drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx>
#include <drawinglayer/primitive2d/epsprimitive2d.hxx>

View file

@ -24,7 +24,7 @@
#include <vcl/virdev.hxx>
#include <vcl/font.hxx>
#include <vcl/metric.hxx>
#include <i18npool/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <drawinglayer/primitive2d/textprimitive2d.hxx>
#include <vcl/svapp.hxx>

View file

@ -29,7 +29,7 @@
#include "sal/config.h"
#include "i18npool/lang.h"
#include "i18nlangtag/lang.h"
#include "svl/ctloptions.hxx"
#include "vcl/svapp.hxx"

View file

@ -32,7 +32,7 @@
#include "sal/config.h"
#include "i18npool/lang.h"
#include "i18nlangtag/lang.h"
namespace drawinglayer { namespace detail {

View file

@ -41,7 +41,7 @@ $(eval $(call gb_CppunitTest_use_libraries,editeng_borderline, \
cppu \
sal \
salhelper \
i18nisolang1 \
i18nlangtag \
i18nutil \
$(gb_UWINAPI) \
))

View file

@ -42,7 +42,7 @@ $(eval $(call gb_CppunitTest_use_libraries,editeng_core, \
comphelper \
cppu \
cppuhelper \
i18nisolang1 \
i18nlangtag \
i18nutil \
lng \
sal \

View file

@ -41,7 +41,7 @@ $(eval $(call gb_CppunitTest_use_libraries,editeng_lookuptree, \
cppu \
sal \
salhelper \
i18nisolang1 \
i18nlangtag \
i18nutil \
$(gb_UWINAPI) \
))

View file

@ -139,7 +139,7 @@ $(eval $(call gb_Library_use_libraries,editeng,\
cppu \
sal \
salhelper \
i18nisolang1 \
i18nlangtag \
i18nutil \
$(gb_UWINAPI) \
))

View file

@ -20,7 +20,7 @@
#ifndef SVX_SPELL_PORTIONS_HXX
#define SVX_SPELL_PORTIONS_HXX
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/linguistic2/SingleProofreadingError.hpp>

View file

@ -28,7 +28,7 @@
#include <rsc/rscsfx.hxx>
#include <editeng/editdata.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include "editeng/editengdllapi.h"
#include <tools/rtti.hxx> // due to typedef TypeId

View file

@ -21,7 +21,7 @@
#define _EDITSTAT_HXX
#include <tools/string.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#define EE_CNTRL_USECHARATTRIBS 0x00000001 // Use of hard character attributes
#define EE_CNTRL_USEPARAATTRIBS 0x00000002 // Using paragraph attributes.

View file

@ -23,7 +23,7 @@
#include <com/sun/star/i18n/WordType.hpp>
#include <rsc/rscsfx.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <tools/color.hxx>
#include <tools/gen.hxx>

View file

@ -22,7 +22,7 @@
#include <tools/solar.h>
#include <tools/string.hxx>
#include <editeng/editengdllapi.h>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <com/sun/star/uno/Reference.hxx>
#include <vcl/abstdlg.hxx>
#include <editeng/hangulhanja.hxx>

View file

@ -19,7 +19,7 @@
#ifndef _SVX_FLDITEM_HXX
#define _SVX_FLDITEM_HXX
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <tools/time.hxx>
#include <tools/date.hxx>
#include <svl/poolitem.hxx>

View file

@ -25,7 +25,7 @@
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include "editeng/editengdllapi.h"
#include <i18npool/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
//.............................................................................
namespace editeng

View file

@ -20,7 +20,7 @@
#define _SVX_LANGITEM_HXX
#include <svl/eitem.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <editeng/editengdllapi.h>
class SvXMLUnitConverter;

View file

@ -25,7 +25,7 @@
#include <svl/brdcst.hxx>
#include <editeng/editdata.hxx>
#include <i18npool/lang.h>
#include <i18nlangtag/lang.h>
#include <tools/color.hxx>
#include <tools/contnr.hxx>
#include <vcl/graph.hxx>

Some files were not shown because too many files have changed in this diff Show more