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
f7aaf5c4
Kaydet (Commit)
f7aaf5c4
authored
Şub 28, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert some low hanging fruit
üst
34d71c5a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
charfmt.hxx
sw/inc/charfmt.hxx
+1
-1
stream.hxx
tools/inc/tools/stream.hxx
+1
-1
stream.cxx
tools/source/stream/stream.cxx
+1
-1
No files found.
sw/inc/charfmt.hxx
Dosyayı görüntüle @
f7aaf5c4
...
...
@@ -39,7 +39,7 @@ class SW_DLLPUBLIC SwCharFmt : public SwFmt
SwCharFmt
*
pDerivedFrom
)
:
SwFmt
(
rPool
,
pFmtName
,
aCharFmtSetRange
,
pDerivedFrom
,
RES_CHRFMT
)
{}
SwCharFmt
(
SwAttrPool
&
rPool
,
const
String
&
rFmtName
,
SwCharFmt
(
SwAttrPool
&
rPool
,
const
rtl
::
OU
String
&
rFmtName
,
SwCharFmt
*
pDerivedFrom
)
:
SwFmt
(
rPool
,
rFmtName
,
aCharFmtSetRange
,
pDerivedFrom
,
RES_CHRFMT
)
{}
...
...
tools/inc/tools/stream.hxx
Dosyayı görüntüle @
f7aaf5c4
...
...
@@ -407,7 +407,7 @@ public:
sal_Bool
ReadUniStringLine
(
String
&
rStr
);
/// Read a 32bit length prefixed sequence of utf-16 if eSrcCharSet==RTL_TEXTENCODING_UNICODE,
/// otherwise read a 16bit length prefixed sequence of bytes and convert from eSrcCharSet
String
ReadUniOrByteString
(
rtl_TextEncoding
eSrcCharSet
);
rtl
::
OUString
ReadUniOrByteString
(
rtl_TextEncoding
eSrcCharSet
);
/// Write a 32bit length prefixed sequence of utf-16 if eSrcCharSet==RTL_TEXTENCODING_UNICODE,
/// otherwise convert to eSrcCharSet and write a 16bit length prefixed sequence of bytes
SvStream
&
WriteUniOrByteString
(
const
UniString
&
rStr
,
rtl_TextEncoding
eDestCharSet
);
...
...
tools/source/stream/stream.cxx
Dosyayı görüntüle @
f7aaf5c4
...
...
@@ -1379,7 +1379,7 @@ SvStream& SvStream::operator<< ( SvStream& rStream )
// -----------------------------------------------------------------------
String
SvStream
::
ReadUniOrByteString
(
rtl_TextEncoding
eSrcCharSet
)
rtl
::
OU
String
SvStream
::
ReadUniOrByteString
(
rtl_TextEncoding
eSrcCharSet
)
{
// read UTF-16 string directly from stream ?
if
(
eSrcCharSet
==
RTL_TEXTENCODING_UNICODE
)
...
...
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