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
5712a06f
Kaydet (Commit)
5712a06f
authored
Eki 18, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related: fdo#38838 make String::Erase private
Change-Id: I0a04798a38288eaa0cd4bc729303f8549ce4081a
üst
2d40520a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
string.hxx
include/tools/string.hxx
+1
-1
No files found.
include/tools/string.hxx
Dosyayı görüntüle @
5712a06f
...
...
@@ -107,6 +107,7 @@ private:
StringCompare
CompareTo
(
const
UniString
&
rStr
,
xub_StrLen
nLen
=
STRING_LEN
)
const
;
UniString
&
Erase
(
xub_StrLen
nIndex
=
0
,
xub_StrLen
nCount
=
STRING_LEN
);
UniString
(
const
int
*
pDummy
);
// not implemented: to prevent UniString( NULL )
UniString
(
int
);
// not implemented; to detect misuses of
...
...
@@ -222,7 +223,6 @@ public:
xub_StrLen
nIndex
=
STRING_LEN
);
UniString
&
Insert
(
sal_Unicode
c
,
xub_StrLen
nIndex
=
STRING_LEN
);
UniString
&
Replace
(
xub_StrLen
nIndex
,
xub_StrLen
nLen
,
const
UniString
&
rStr
);
UniString
&
Erase
(
xub_StrLen
nIndex
=
0
,
xub_StrLen
nCount
=
STRING_LEN
);
UniString
Copy
(
xub_StrLen
nIndex
=
0
,
xub_StrLen
nCount
=
STRING_LEN
)
const
;
sal_Bool
Equals
(
const
UniString
&
rStr
)
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