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
8a4c4520
Kaydet (Commit)
8a4c4520
authored
Kas 25, 2013
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xub_StrLen to sal_Int32
Change-Id: Id00f298c638b14b0e78b898373978f94b43804d9
üst
ea0d3041
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
crstate.hxx
sw/inc/crstate.hxx
+1
-1
accportions.cxx
sw/source/core/access/accportions.cxx
+1
-1
No files found.
sw/inc/crstate.hxx
Dosyayı görüntüle @
8a4c4520
...
@@ -101,7 +101,7 @@ struct Sw2LinesPos
...
@@ -101,7 +101,7 @@ struct Sw2LinesPos
struct
SwSpecialPos
struct
SwSpecialPos
{
{
xub_StrLen
nCharOfst
;
sal_Int32
nCharOfst
;
sal_uInt16
nLineOfst
;
sal_uInt16
nLineOfst
;
sal_uInt8
nExtendRange
;
sal_uInt8
nExtendRange
;
...
...
sw/source/core/access/accportions.cxx
Dosyayı görüntüle @
8a4c4520
...
@@ -666,7 +666,7 @@ sal_uInt16 SwAccessiblePortionData::FillSpecialPos(
...
@@ -666,7 +666,7 @@ sal_uInt16 SwAccessiblePortionData::FillSpecialPos(
nRefPos
=
aLineBreaks
[
nMyLine
];
nRefPos
=
aLineBreaks
[
nMyLine
];
// fill char offset and 'special position'
// fill char offset and 'special position'
rPos
.
nCharOfst
=
static_cast
<
sal_uInt16
>
(
nPos
-
nRefPos
)
;
rPos
.
nCharOfst
=
nPos
-
nRefPos
;
rPos
.
nExtendRange
=
nExtend
;
rPos
.
nExtendRange
=
nExtend
;
rPos
.
nLineOfst
=
nLineOffset
;
rPos
.
nLineOfst
=
nLineOffset
;
}
}
...
...
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