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
584612a9
Kaydet (Commit)
584612a9
authored
Şub 06, 2013
tarafından
Chr. Rossmanith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
improve comments of isEmpty()
Change-Id: I6542470c2d4b27de25e263651e25baf85c7d018d
üst
fbdaa717
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
7 deletions
+20
-7
strbuf.hxx
sal/inc/rtl/strbuf.hxx
+13
-0
string.hxx
sal/inc/rtl/string.hxx
+2
-2
ustrbuf.hxx
sal/inc/rtl/ustrbuf.hxx
+3
-3
ustring.hxx
sal/inc/rtl/ustring.hxx
+2
-2
No files found.
sal/inc/rtl/strbuf.hxx
Dosyayı görüntüle @
584612a9
...
@@ -289,6 +289,19 @@ public:
...
@@ -289,6 +289,19 @@ public:
return
pData
->
length
;
return
pData
->
length
;
}
}
/**
Checks if a string buffer is empty.
@return true if the string buffer is empty;
false, otherwise.
@since LibreOffice 4.1
*/
bool
isEmpty
()
const
SAL_THROW
(())
{
return
pData
->
length
==
0
;
}
/**
/**
Returns the current capacity of the String buffer.
Returns the current capacity of the String buffer.
...
...
sal/inc/rtl/string.hxx
Dosyayı görüntüle @
584612a9
...
@@ -356,8 +356,8 @@ public:
...
@@ -356,8 +356,8 @@ public:
/**
/**
Checks if a string is empty.
Checks if a string is empty.
@return
sal_T
rue if the string is empty;
@return
t
rue if the string is empty;
sal_F
alse, otherwise.
f
alse, otherwise.
@since LibreOffice 3.4
@since LibreOffice 3.4
*/
*/
...
...
sal/inc/rtl/ustrbuf.hxx
Dosyayı görüntüle @
584612a9
...
@@ -284,10 +284,10 @@ public:
...
@@ -284,10 +284,10 @@ public:
/**
/**
Checks if a string buffer is empty.
Checks if a string buffer is empty.
@return
sal_T
rue if the string buffer is empty;
@return
t
rue if the string buffer is empty;
sal_F
alse, otherwise.
f
alse, otherwise.
@since LibreOffice 4.
0
@since LibreOffice 4.
1
*/
*/
bool
isEmpty
()
const
SAL_THROW
(())
bool
isEmpty
()
const
SAL_THROW
(())
{
{
...
...
sal/inc/rtl/ustring.hxx
Dosyayı görüntüle @
584612a9
...
@@ -446,8 +446,8 @@ public:
...
@@ -446,8 +446,8 @@ public:
/**
/**
Checks if a string is empty.
Checks if a string is empty.
@return
sal_T
rue if the string is empty;
@return
t
rue if the string is empty;
sal_F
alse, otherwise.
f
alse, otherwise.
@since LibreOffice 3.4
@since LibreOffice 3.4
*/
*/
...
...
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