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
c3c959ee
Kaydet (Commit)
c3c959ee
authored
Haz 10, 2014
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
some SAL_OVERRIDEs
Change-Id: I4fe27420606aa0a9a413e08225e9f3be6ee9aca6
üst
e7a3aacf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docbm.cxx
sw/source/core/doc/docbm.cxx
+5
-5
No files found.
sw/source/core/doc/docbm.cxx
Dosyayı görüntüle @
c3c959ee
...
@@ -2055,23 +2055,23 @@ namespace
...
@@ -2055,23 +2055,23 @@ namespace
struct
CntntIdxStoreImpl
:
sw
::
mark
::
CntntIdxStore
struct
CntntIdxStoreImpl
:
sw
::
mark
::
CntntIdxStore
{
{
std
::
vector
<
sal_uLong
>
aSaveArr
;
std
::
vector
<
sal_uLong
>
aSaveArr
;
virtual
void
Clear
()
virtual
void
Clear
()
SAL_OVERRIDE
{
{
aSaveArr
.
clear
();
aSaveArr
.
clear
();
}
}
virtual
bool
Empty
()
virtual
bool
Empty
()
SAL_OVERRIDE
{
{
return
aSaveArr
.
empty
();
return
aSaveArr
.
empty
();
}
}
virtual
void
Save
(
SwDoc
*
pDoc
,
sal_uLong
nNode
,
sal_Int32
nCntnt
,
sal_uInt8
nSaveFly
=
0
)
virtual
void
Save
(
SwDoc
*
pDoc
,
sal_uLong
nNode
,
sal_Int32
nCntnt
,
sal_uInt8
nSaveFly
=
0
)
SAL_OVERRIDE
{
{
return
_SaveCntntIdx
(
pDoc
,
nNode
,
nCntnt
,
aSaveArr
,
nSaveFly
);
return
_SaveCntntIdx
(
pDoc
,
nNode
,
nCntnt
,
aSaveArr
,
nSaveFly
);
}
}
virtual
void
Restore
(
SwDoc
*
pDoc
,
sal_uLong
nNode
,
sal_Int32
nOffset
=
0
,
bool
bAuto
=
false
)
virtual
void
Restore
(
SwDoc
*
pDoc
,
sal_uLong
nNode
,
sal_Int32
nOffset
=
0
,
bool
bAuto
=
false
)
SAL_OVERRIDE
{
{
return
_RestoreCntntIdx
(
pDoc
,
aSaveArr
,
nNode
,
nOffset
,
bAuto
);
return
_RestoreCntntIdx
(
pDoc
,
aSaveArr
,
nNode
,
nOffset
,
bAuto
);
}
}
virtual
void
Restore
(
SwNode
&
rNd
,
sal_Int32
nLen
,
sal_Int32
nCorrLen
)
virtual
void
Restore
(
SwNode
&
rNd
,
sal_Int32
nLen
,
sal_Int32
nCorrLen
)
SAL_OVERRIDE
{
{
return
_RestoreCntntIdx
(
aSaveArr
,
rNd
,
nLen
,
nCorrLen
);
return
_RestoreCntntIdx
(
aSaveArr
,
rNd
,
nLen
,
nCorrLen
);
}
}
...
...
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