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
cd8948d1
Kaydet (Commit)
cd8948d1
authored
Ara 09, 2012
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make sure all list item is stored
Change-Id: Idf73871086dd7a3be7371506c034ec7af48d1642
üst
e1a91a9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
export.cxx
l10ntools/source/export.cxx
+7
-4
No files found.
l10ntools/source/export.cxx
Dosyayı görüntüle @
cd8948d1
...
...
@@ -1473,6 +1473,13 @@ sal_Bool Export::PrepareTextToMerge(rtl::OString &rText, sal_uInt16 nTyp,
pResData
->
sGId
=
pResData
->
sGId
+
rtl
::
OString
(
'.'
);
pResData
->
sGId
=
pResData
->
sGId
+
sOldId
;
nTyp
=
STRING_TYP_TEXT
;
if
(
rLangIndex
==
"en-US"
)
{
aOrigListItems
.
insert
(
std
::
pair
<
OString
,
OString
>
(
pResData
->
sId
+
pResData
->
sGId
+
pResData
->
sResTyp
,
rText
.
copy
(
nStart
+
1
,
nEnd
-
nStart
-
1
)));
}
}
break
;
case
STRING_TYP_TEXT
:
...
...
@@ -1531,7 +1538,6 @@ sal_Bool Export::PrepareTextToMerge(rtl::OString &rText, sal_uInt16 nTyp,
}
PFormEntrys
*
pEntrys
=
pMergeDataFile
->
GetPFormEntrys
(
pResData
);
const
OString
sKey
=
pResData
->
sId
+
pResData
->
sGId
+
pResData
->
sResTyp
;
pResData
->
sId
=
sOldId
;
pResData
->
sGId
=
sOldGId
;
pResData
->
sResTyp
=
sOldTyp
;
...
...
@@ -1549,9 +1555,6 @@ sal_Bool Export::PrepareTextToMerge(rtl::OString &rText, sal_uInt16 nTyp,
return
sal_False
;
// no data found
}
if
(
rLangIndex
==
"en-US"
)
aOrigListItems
.
insert
(
std
::
pair
<
OString
,
OString
>
(
sKey
,
rText
.
copy
(
nStart
+
1
,
nEnd
-
nStart
-
1
)));
if
(
Export
::
isSourceLanguage
(
rLangIndex
))
return
sal_False
;
...
...
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