Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f167f037
Kaydet (Commit)
f167f037
authored
Nis 23, 2013
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
L10ntools: remove some lang vectors from parsing
Change-Id: I3b9ef50d8e0c1e99d5b535d95a5add90a1cbaf03
üst
85486f71
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
14 deletions
+1
-14
cfgmerge.hxx
l10ntools/inc/cfgmerge.hxx
+0
-3
xrmmerge.hxx
l10ntools/inc/xrmmerge.hxx
+1
-1
cfgmerge.cxx
l10ntools/source/cfgmerge.cxx
+0
-10
No files found.
l10ntools/inc/cfgmerge.hxx
Dosyayı görüntüle @
f167f037
...
@@ -122,7 +122,6 @@ protected:
...
@@ -122,7 +122,6 @@ protected:
private
:
private
:
int
ExecuteAnalyzedToken
(
int
nToken
,
char
*
pToken
);
int
ExecuteAnalyzedToken
(
int
nToken
,
char
*
pToken
);
std
::
vector
<
OString
>
aLanguages
;
void
AddText
(
void
AddText
(
OString
&
rText
,
OString
&
rText
,
const
OString
&
rIsoLang
,
const
OString
&
rIsoLang
,
...
@@ -145,8 +144,6 @@ class CfgExport : public CfgParser
...
@@ -145,8 +144,6 @@ class CfgExport : public CfgParser
{
{
private
:
private
:
OString
sPath
;
OString
sPath
;
std
::
vector
<
OString
>
aLanguages
;
PoOfstream
pOutputStream
;
PoOfstream
pOutputStream
;
protected
:
protected
:
...
...
l10ntools/inc/xrmmerge.hxx
Dosyayı görüntüle @
f167f037
...
@@ -38,7 +38,6 @@ private:
...
@@ -38,7 +38,6 @@ private:
OString
sCurrentCloseTag
;
OString
sCurrentCloseTag
;
OString
sCurrentText
;
OString
sCurrentText
;
protected
:
protected
:
std
::
vector
<
OString
>
aLanguages
;
OString
GetAttribute
(
const
OString
&
rToken
,
const
OString
&
rAttribute
);
OString
GetAttribute
(
const
OString
&
rToken
,
const
OString
&
rAttribute
);
void
Error
(
const
OString
&
rError
);
void
Error
(
const
OString
&
rError
);
...
@@ -113,6 +112,7 @@ private:
...
@@ -113,6 +112,7 @@ private:
OString
sFilename
;
OString
sFilename
;
ResData
*
pResData
;
ResData
*
pResData
;
std
::
ofstream
pOutputStream
;
std
::
ofstream
pOutputStream
;
std
::
vector
<
OString
>
aLanguages
;
protected
:
protected
:
void
WorkOnDesc
(
void
WorkOnDesc
(
...
...
l10ntools/source/cfgmerge.cxx
Dosyayı görüntüle @
f167f037
...
@@ -221,11 +221,6 @@ int CfgParser::ExecuteAnalyzedToken( int nToken, char *pToken )
...
@@ -221,11 +221,6 @@ int CfgParser::ExecuteAnalyzedToken( int nToken, char *pToken )
case
CFG_TEXT_START
:
{
case
CFG_TEXT_START
:
{
if
(
sCurrentResTyp
!=
sTokenName
)
{
if
(
sCurrentResTyp
!=
sTokenName
)
{
WorkOnResourceEnd
();
WorkOnResourceEnd
();
OString
sCur
;
for
(
unsigned
int
i
=
0
;
i
<
aLanguages
.
size
();
++
i
){
sCur
=
aLanguages
[
i
];
pStackData
->
sText
[
sCur
]
=
OString
();
}
}
}
sCurrentResTyp
=
sTokenName
;
sCurrentResTyp
=
sTokenName
;
...
@@ -257,11 +252,6 @@ int CfgParser::ExecuteAnalyzedToken( int nToken, char *pToken )
...
@@ -257,11 +252,6 @@ int CfgParser::ExecuteAnalyzedToken( int nToken, char *pToken )
else
if
(
sTokenName
==
"label"
)
{
else
if
(
sTokenName
==
"label"
)
{
if
(
sCurrentResTyp
!=
sTokenName
)
{
if
(
sCurrentResTyp
!=
sTokenName
)
{
WorkOnResourceEnd
();
WorkOnResourceEnd
();
OString
sCur
;
for
(
unsigned
int
i
=
0
;
i
<
aLanguages
.
size
();
++
i
){
sCur
=
aLanguages
[
i
];
pStackData
->
sText
[
sCur
]
=
OString
();
}
}
}
sCurrentResTyp
=
sTokenName
;
sCurrentResTyp
=
sTokenName
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment