Searched refs:appendHex (Results 1 – 4 of 4) sorted by relevance
/trunk/main/oox/source/dump/ |
H A D | dumperbase.cxx | 353 appendHex( rStr, nData, bPrefix ); in appendShortHex() 358 appendHex( rStr, nData, bPrefix ); in appendShortHex() 364 appendHex( rStr, nData, bPrefix ); in appendShortHex() 377 appendHex( rStr, nData, bPrefix ); in appendShortHex() 390 appendHex( rStr, nData, bPrefix ); in appendShortHex() 402 appendHex( rStr, fData, bPrefix ); in appendShortHex() 2785 StringHelper::appendHex( aBuffer, nData32, false ); in dumpGuid() 2788 StringHelper::appendHex( aBuffer, nData16, false ); in dumpGuid() 2791 StringHelper::appendHex( aBuffer, nData16, false ); in dumpGuid() 2794 StringHelper::appendHex( aBuffer, nData8, false ); in dumpGuid() [all …]
|
H A D | biffdumper.cxx | 2699 StringHelper::appendHex( aColorName, dumpColorABGR( "#color" ) ); in implDumpRecordBody()
|
/trunk/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 327 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_uInt8 nData, bool bPrefix = true … 328 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_Int8 nData, bool bPrefix = true … 329 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_uInt16 nData, bool bPrefix = true … 330 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_Int16 nData, bool bPrefix = true … 331 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_uInt32 nData, bool bPrefix = true … 332 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_Int32 nData, bool bPrefix = true … 333 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_uInt64 nData, bool bPrefix = true … 334 …static void appendHex( ::rtl::OUStringBuffer& rStr, sal_Int64 nData, bool bPrefix = true … 335 …static void appendHex( ::rtl::OUStringBuffer& rStr, double fData, bool bPrefix = true … 446 case FORMATTYPE_HEX: appendHex( rStr, nData ); break; in appendValue() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 545 appendHex( (sal_Int8)pStr[i], rBuffer ); in appendName() 565 appendHex( (sal_Int8)*pStr, rBuffer ); in appendName() 649 appendHex( aValueHigh, rBuffer ); in appendDestinationName() 664 appendHex( (sal_Int8)(aChar >> 8), rBuffer ); in appendUnicodeTextString() 665 appendHex( (sal_Int8)(aChar & 255 ), rBuffer ); in appendUnicodeTextString() 2091 appendHex( *pT, aBuf ); in appendLiteralStringEncrypt() 6580 appendHex( sal_Int8(*it), aLine ); in emitTrailer() 6587 appendHex( sal_Int8(*it), aLine ); in emitTrailer() 9825 appendHex( rColor.GetRed(), aLine ); in writeBitmapObject() 9826 appendHex( rColor.GetGreen(), aLine ); in writeBitmapObject() [all …]
|
Completed in 145 milliseconds