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
b739e6ae
Kaydet (Commit)
b739e6ae
authored
Ock 03, 2015
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Writer::GetBookmarks can return bool
Change-Id: I4210fd4bc086c5cfdfe7dc01cd9387993b4916ca
üst
63cb016b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
shellio.hxx
sw/inc/shellio.hxx
+1
-1
writer.cxx
sw/source/filter/writer/writer.cxx
+2
-2
No files found.
sw/inc/shellio.hxx
Dosyayı görüntüle @
b739e6ae
...
@@ -438,7 +438,7 @@ public:
...
@@ -438,7 +438,7 @@ public:
// OtherPos of the bookmarks also inserted.
// OtherPos of the bookmarks also inserted.
void
CreateBookmarkTbl
();
void
CreateBookmarkTbl
();
// Search alle Bookmarks in the range and return it in the Array.
// Search alle Bookmarks in the range and return it in the Array.
sal_uInt16
GetBookmarks
(
const
SwCntntNode
&
rNd
,
bool
GetBookmarks
(
const
SwCntntNode
&
rNd
,
sal_Int32
nStt
,
sal_Int32
nEnd
,
sal_Int32
nStt
,
sal_Int32
nEnd
,
std
::
vector
<
const
::
sw
::
mark
::
IMark
*
>&
rArr
);
std
::
vector
<
const
::
sw
::
mark
::
IMark
*
>&
rArr
);
...
...
sw/source/filter/writer/writer.cxx
Dosyayı görüntüle @
b739e6ae
...
@@ -398,7 +398,7 @@ void Writer::CreateBookmarkTbl()
...
@@ -398,7 +398,7 @@ void Writer::CreateBookmarkTbl()
}
}
// search alle Bookmarks in the range and return it in the Array
// search alle Bookmarks in the range and return it in the Array
sal_uInt16
Writer
::
GetBookmarks
(
const
SwCntntNode
&
rNd
,
sal_Int32
nStt
,
bool
Writer
::
GetBookmarks
(
const
SwCntntNode
&
rNd
,
sal_Int32
nStt
,
sal_Int32
nEnd
,
std
::
vector
<
const
::
sw
::
mark
::
IMark
*
>&
rArr
)
sal_Int32
nEnd
,
std
::
vector
<
const
::
sw
::
mark
::
IMark
*
>&
rArr
)
{
{
OSL_ENSURE
(
rArr
.
empty
(),
"there are still entries available"
);
OSL_ENSURE
(
rArr
.
empty
(),
"there are still entries available"
);
...
@@ -435,7 +435,7 @@ sal_uInt16 Writer::GetBookmarks(const SwCntntNode& rNd, sal_Int32 nStt,
...
@@ -435,7 +435,7 @@ sal_uInt16 Writer::GetBookmarks(const SwCntntNode& rNd, sal_Int32 nStt,
}
}
}
}
}
}
return
rArr
.
size
();
return
!
rArr
.
empty
();
}
}
// Storage-specific
// Storage-specific
...
...
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