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
2bb1ba5c
Kaydet (Commit)
2bb1ba5c
authored
Agu 01, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
shrink api: long version can be private
üst
ef6add9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
string.hxx
tools/inc/tools/string.hxx
+3
-2
No files found.
tools/inc/tools/string.hxx
Dosyayı görüntüle @
2bb1ba5c
...
@@ -164,6 +164,9 @@ private:
...
@@ -164,6 +164,9 @@ private:
TOOLS_DLLPRIVATE
void
ImplStringConvert
(
TOOLS_DLLPRIVATE
void
ImplStringConvert
(
rtl_TextEncoding
,
rtl_TextEncoding
,
sal_Bool
);
rtl_TextEncoding
,
rtl_TextEncoding
,
sal_Bool
);
TOOLS_DLLPRIVATE
static
sal_Unicode
ConvertToUnicode
(
const
sal_Char
*
pChar
,
sal_Size
*
pLen
,
rtl_TextEncoding
eTextEncoding
);
ByteString
(
const
int
*
pDummy
);
// not implemented: to prevent ByteString( NULL )
ByteString
(
const
int
*
pDummy
);
// not implemented: to prevent ByteString( NULL )
ByteString
(
int
);
// not implemented; to detect misuses
ByteString
(
int
);
// not implemented; to detect misuses
// of ByteString(sal_Char);
// of ByteString(sal_Char);
...
@@ -263,8 +266,6 @@ public:
...
@@ -263,8 +266,6 @@ public:
static
sal_Char
ConvertFromUnicode
(
sal_Unicode
c
,
static
sal_Char
ConvertFromUnicode
(
sal_Unicode
c
,
rtl_TextEncoding
eTextEncoding
,
rtl_TextEncoding
eTextEncoding
,
sal_Bool
bReplace
=
sal_True
);
sal_Bool
bReplace
=
sal_True
);
static
sal_Unicode
ConvertToUnicode
(
const
sal_Char
*
pChar
,
sal_Size
*
pLen
,
rtl_TextEncoding
eTextEncoding
);
static
sal_Size
ConvertFromUnicode
(
sal_Unicode
c
,
sal_Char
*
pBuf
,
sal_Size
nBufLen
,
static
sal_Size
ConvertFromUnicode
(
sal_Unicode
c
,
sal_Char
*
pBuf
,
sal_Size
nBufLen
,
rtl_TextEncoding
eTextEncoding
,
rtl_TextEncoding
eTextEncoding
,
sal_Bool
bReplace
=
sal_True
);
sal_Bool
bReplace
=
sal_True
);
...
...
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