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
6f6c8a04
Kaydet (Commit)
6f6c8a04
authored
Tem 20, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_uInt16 to sal_Int32
Change-Id: I66590e783bd36c7ae4cee19bd3b89864eb37e345
üst
824d78b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
unoportenum.cxx
sw/source/core/unocore/unoportenum.cxx
+2
-2
No files found.
sw/source/core/unocore/unoportenum.cxx
Dosyayı görüntüle @
6f6c8a04
...
@@ -698,7 +698,7 @@ lcl_ExportHints(
...
@@ -698,7 +698,7 @@ lcl_ExportHints(
SwDoc
*
pDoc
=
pUnoCrsr
->
GetDoc
();
SwDoc
*
pDoc
=
pUnoCrsr
->
GetDoc
();
//search for special text attributes - first some ends
//search for special text attributes - first some ends
size_t
nEndIndex
=
0
;
size_t
nEndIndex
=
0
;
sal_
uInt16
nNextEnd
=
0
;
sal_
Int32
nNextEnd
=
0
;
while
(
nEndIndex
<
pHints
->
GetEndCount
()
&&
while
(
nEndIndex
<
pHints
->
GetEndCount
()
&&
(
!
pHints
->
GetEnd
(
nEndIndex
)
->
GetEnd
()
||
(
!
pHints
->
GetEnd
(
nEndIndex
)
->
GetEnd
()
||
nCurrentIndex
>=
(
nNextEnd
=
(
*
pHints
->
GetEnd
(
nEndIndex
)
->
GetEnd
()))))
nCurrentIndex
>=
(
nNextEnd
=
(
*
pHints
->
GetEnd
(
nEndIndex
)
->
GetEnd
()))))
...
@@ -781,7 +781,7 @@ lcl_ExportHints(
...
@@ -781,7 +781,7 @@ lcl_ExportHints(
// then some starts
// then some starts
size_t
nStartIndex
=
0
;
size_t
nStartIndex
=
0
;
sal_
uInt16
nNextStart
=
0
;
sal_
Int32
nNextStart
=
0
;
while
(
nStartIndex
<
pHints
->
GetStartCount
()
&&
while
(
nStartIndex
<
pHints
->
GetStartCount
()
&&
nCurrentIndex
>=
(
nNextStart
=
pHints
->
GetStart
(
nStartIndex
)
->
GetStart
()))
nCurrentIndex
>=
(
nNextStart
=
pHints
->
GetStart
(
nStartIndex
)
->
GetStart
()))
{
{
...
...
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