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
dded2e25
Kaydet (Commit)
dded2e25
authored
Haz 01, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_uInt16 to size_t
Change-Id: Ia8795223224a6d2772f12ad41d7691517db80714
üst
63b90217
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
untblk.cxx
sw/source/core/undo/untblk.cxx
+4
-4
No files found.
sw/source/core/undo/untblk.cxx
Dosyayı görüntüle @
dded2e25
...
@@ -50,8 +50,8 @@ SwUndoInserts::SwUndoInserts( SwUndoId nUndoId, const SwPaM& rPam )
...
@@ -50,8 +50,8 @@ SwUndoInserts::SwUndoInserts( SwUndoId nUndoId, const SwPaM& rPam )
if
(
!
nSttCntnt
)
// than take the Flys along
if
(
!
nSttCntnt
)
// than take the Flys along
{
{
sal_uInt16
nArrLen
=
pDoc
->
GetSpzFrmFmts
()
->
size
();
const
size_t
nArrLen
=
pDoc
->
GetSpzFrmFmts
()
->
size
();
for
(
s
al_uInt16
n
=
0
;
n
<
nArrLen
;
++
n
)
for
(
s
ize_t
n
=
0
;
n
<
nArrLen
;
++
n
)
{
{
SwFrmFmt
*
pFmt
=
(
*
pDoc
->
GetSpzFrmFmts
())[
n
];
SwFrmFmt
*
pFmt
=
(
*
pDoc
->
GetSpzFrmFmts
())[
n
];
SwFmtAnchor
const
*
const
pAnchor
=
&
pFmt
->
GetAnchor
();
SwFmtAnchor
const
*
const
pAnchor
=
&
pFmt
->
GetAnchor
();
...
@@ -103,8 +103,8 @@ void SwUndoInserts::SetInsertRange( const SwPaM& rPam, bool bScanFlys,
...
@@ -103,8 +103,8 @@ void SwUndoInserts::SetInsertRange( const SwPaM& rPam, bool bScanFlys,
{
{
// than collect all new Flys
// than collect all new Flys
SwDoc
*
pDoc
=
(
SwDoc
*
)
rPam
.
GetDoc
();
SwDoc
*
pDoc
=
(
SwDoc
*
)
rPam
.
GetDoc
();
sal_uInt16
nArrLen
=
pDoc
->
GetSpzFrmFmts
()
->
size
();
const
size_t
nArrLen
=
pDoc
->
GetSpzFrmFmts
()
->
size
();
for
(
s
al_uInt16
n
=
0
;
n
<
nArrLen
;
++
n
)
for
(
s
ize_t
n
=
0
;
n
<
nArrLen
;
++
n
)
{
{
SwFrmFmt
*
pFmt
=
(
*
pDoc
->
GetSpzFrmFmts
())[
n
];
SwFrmFmt
*
pFmt
=
(
*
pDoc
->
GetSpzFrmFmts
())[
n
];
SwFmtAnchor
const
*
const
pAnchor
=
&
pFmt
->
GetAnchor
();
SwFmtAnchor
const
*
const
pAnchor
=
&
pFmt
->
GetAnchor
();
...
...
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