Kaydet (Commit) a76dac1f authored tarafından Julien Nabet's avatar Julien Nabet

Bin OString RtfAttributeOutput::WriteHex (unusedcode.easy)

Change-Id: I6c76d43319aec669982a9694e7f98e5ae1d1a4de
üst c4486f24
......@@ -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,
......
......@@ -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_
......
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment