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
473ed3e8
Kaydet (Commit)
473ed3e8
authored
Ara 15, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
terminted -> terminated
üst
0a2565b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ftools.hxx
sc/source/filter/inc/ftools.hxx
+3
-3
No files found.
sc/source/filter/inc/ftools.hxx
Dosyayı görüntüle @
473ed3e8
...
...
@@ -236,15 +236,15 @@ public:
// *** byte string import operations *** --------------------------------------
/** Reads and returns a zero terminted byte string and decreases a stream counter. */
/** Reads and returns a zero termin
a
ted byte string and decreases a stream counter. */
static
rtl
::
OString
read_zeroTerminated_uInt8s_AsOString
(
SvStream
&
rStrm
,
sal_Int32
&
rnBytesLeft
);
/** Reads and returns a zero terminted byte string and decreases a stream counter. */
/** Reads and returns a zero termin
a
ted byte string and decreases a stream counter. */
inline
static
rtl
::
OUString
read_zeroTerminated_uInt8s_AsOUString
(
SvStream
&
rStrm
,
sal_Int32
&
rnBytesLeft
,
rtl_TextEncoding
eTextEnc
)
{
return
rtl
::
OStringToOUString
(
read_zeroTerminated_uInt8s_AsOString
(
rStrm
,
rnBytesLeft
),
eTextEnc
);
}
/** Appends a zero terminted byte string. */
/** Appends a zero termin
a
ted byte string. */
static
void
AppendCString
(
SvStream
&
rStrm
,
String
&
rString
,
rtl_TextEncoding
eTextEnc
);
// *** HTML table names <-> named range names *** -----------------------------
...
...
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