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
a76dac1f
Kaydet (Commit)
a76dac1f
authored
Agu 05, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin OString RtfAttributeOutput::WriteHex (unusedcode.easy)
Change-Id: I6c76d43319aec669982a9694e7f98e5ae1d1a4de
üst
c4486f24
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
rtfattributeoutput.cxx
sw/source/filter/ww8/rtfattributeoutput.cxx
+0
-10
rtfattributeoutput.hxx
sw/source/filter/ww8/rtfattributeoutput.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sw/source/filter/ww8/rtfattributeoutput.cxx
Dosyayı görüntüle @
a76dac1f
...
...
@@ -3230,16 +3230,6 @@ OString RtfAttributeOutput::WriteHex(sal_Int32 nNum)
return
RtfAttributeOutput
::
WriteHex
((
sal_uInt8
*
)
&
nNum
,
sizeof
(
sal_Int32
));
}
OString
RtfAttributeOutput
::
WriteHex
(
OString
sString
)
{
RtfStringBuffer
aRet
;
aRet
->
append
(
WriteHex
(
sString
.
getLength
()
+
1
));
aRet
->
append
(
RtfAttributeOutput
::
WriteHex
((
sal_uInt8
*
)
sString
.
getStr
(),
sString
.
getLength
()
+
1
));
return
aRet
.
makeStringAndClear
();
}
void
lcl_AppendSP
(
OStringBuffer
&
rBuffer
,
const
char
cName
[],
const
::
rtl
::
OUString
&
rValue
,
...
...
sw/source/filter/ww8/rtfattributeoutput.hxx
Dosyayı görüntüle @
a76dac1f
...
...
@@ -589,7 +589,6 @@ public:
/// Writes binary data as a hex dump.
static
rtl
::
OString
WriteHex
(
const
sal_uInt8
*
pData
,
sal_uInt32
nSize
,
SvStream
*
pStream
=
0
,
sal_uInt32
nLimit
=
64
);
static
rtl
::
OString
WriteHex
(
sal_Int32
nNum
);
static
rtl
::
OString
WriteHex
(
rtl
::
OString
sString
);
};
#endif // _RTFATTRIBUTEOUTPUT_HXX_
...
...
unusedcode.easy
Dosyayı görüntüle @
a76dac1f
FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool)
PopupMenu::SetSelectedEntry(unsigned short)
RtfAttributeOutput::WriteHex(rtl::OString)
SanExtensionImpl::setCertExtn(com::sun::star::uno::Sequence<signed char>, com::sun::star::uno::Sequence<signed char>, unsigned char)
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
ScCompressedArray<int, unsigned char>::GetEntryCount() 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