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
2058908d
Kaydet (Commit)
2058908d
authored
Agu 10, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin RtfAttributeOutput::WriteHex(sal_Int32 nNum)
Change-Id: Ibeb903c03a9c4c8638985847f527ebfa7c2756ce
üst
26a1aed2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
rtfattributeoutput.cxx
sw/source/filter/ww8/rtfattributeoutput.cxx
+0
-5
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 @
2058908d
...
...
@@ -3225,11 +3225,6 @@ OString RtfAttributeOutput::WriteHex(const sal_uInt8* pData, sal_uInt32 nSize, S
return
aRet
.
makeStringAndClear
();
}
OString
RtfAttributeOutput
::
WriteHex
(
sal_Int32
nNum
)
{
return
RtfAttributeOutput
::
WriteHex
((
sal_uInt8
*
)
&
nNum
,
sizeof
(
sal_Int32
));
}
void
lcl_AppendSP
(
OStringBuffer
&
rBuffer
,
const
char
cName
[],
const
::
rtl
::
OUString
&
rValue
,
...
...
sw/source/filter/ww8/rtfattributeoutput.hxx
Dosyayı görüntüle @
2058908d
...
...
@@ -588,7 +588,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
);
};
#endif // _RTFATTRIBUTEOUTPUT_HXX_
...
...
unusedcode.easy
Dosyayı görüntüle @
2058908d
...
...
@@ -2,7 +2,6 @@ BasicDockingWindow::BasicDockingWindow(Window*, ResId const&)
FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool)
PlaceEditDialog::GetResId(unsigned short)
PopupMenu::SetSelectedEntry(unsigned short)
RtfAttributeOutput::WriteHex(int)
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