diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:39:26 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:39:26 +0000 |
commit | 96d519c546904778dd16ba009c3dc4f4ce2d3d40 (patch) | |
tree | 4dd820230d38d9d677a75db537d0c1d093e5b33e | |
parent | 8cd5e7be89c148f67b6247fd8ad2f8c80caa78f2 (diff) |
INTEGRATION: CWS mergebuild (1.2.34); FILE MERGED
2004/05/10 16:30:50 ihi 1.2.34.2: Iso Code Update
2003/12/09 18:20:41 ihi 1.2.34.1: Merge-While-Build update
-rw-r--r-- | transex3/inc/lngmerge.hxx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/transex3/inc/lngmerge.hxx b/transex3/inc/lngmerge.hxx index cba92aff8b30..9c00fce75cf1 100644 --- a/transex3/inc/lngmerge.hxx +++ b/transex3/inc/lngmerge.hxx @@ -2,9 +2,9 @@ * * $RCSfile: lngmerge.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-04-29 16:47:32 $ + * last change: $Author: hjs $ $Date: 2004-06-25 12:39:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,8 +82,14 @@ private: ByteString sSource; BOOL bDBIsUTF8; BOOL bULF; + std::vector<ByteString> aLanguages; - void FillInFallbacks( ByteString *Text ); + void FillInFallbacks( ByteStringHashMap Text ); + bool isNextGroup( ByteString &sGroup_out , ByteString &sLine_in); + void ReadLine( const ByteString &sLine_in , ByteStringHashMap &rText_inout ); + void WriteSDF( SvFileStream &aSDFStream , ByteStringHashMap &rText_inout , + const ByteString &rSDFFile, const ByteString &rPrj , + const ByteString &rRoot , const ByteString &sActFileName , const ByteString &sID ); public: LngParser( const ByteString &rLngFile, BOOL bUTF8, BOOL bULFFormat ); ~LngParser(); |