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
f161cdc9
Kaydet (Commit)
f161cdc9
authored
Ara 08, 2017
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adapt description to reality
Change-Id: I24133fb6c52bd7500037364120cb11d1b1f099c2
üst
66011660
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
dbdata.hxx
sc/inc/dbdata.hxx
+6
-1
No files found.
sc/inc/dbdata.hxx
Dosyayı görüntüle @
f161cdc9
...
...
@@ -256,8 +256,13 @@ public:
ScDBData
*
findByIndex
(
sal_uInt16
nIndex
);
ScDBData
*
findByUpperName
(
const
OUString
&
rName
);
iterator
findByUpperName2
(
const
OUString
&
rName
);
// Takes ownership of p iff it returns true:
/** Takes ownership of p and attempts to insert it into the collection.
Deletes p if it could not be inserted, i.e. duplicate name.
@return <TRUE/> if inserted, else <FALSE/>.
*/
SAL_WARN_UNUSED_RESULT
bool
insert
(
ScDBData
*
p
);
void
erase
(
const
iterator
&
itr
);
bool
empty
()
const
;
size_t
size
()
const
;
...
...
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