Lines Matching refs:appendHex
511 static void appendHex( sal_Int8 nInt, OStringBuffer& rBuffer ) in appendHex() function
545 appendHex( (sal_Int8)pStr[i], rBuffer ); in appendName()
565 appendHex( (sal_Int8)*pStr, rBuffer ); in appendName()
649 appendHex( aValueHigh, rBuffer ); in appendDestinationName()
650 appendHex( (sal_Int8)(aChar & 255 ), rBuffer ); in appendDestinationName()
664 appendHex( (sal_Int8)(aChar >> 8), rBuffer ); in appendUnicodeTextString()
665 appendHex( (sal_Int8)(aChar & 255 ), rBuffer ); in appendUnicodeTextString()
692 appendHex( (sal_Int8)pStr[i], aBuffer ); in createWidgetFieldName()
2046 appendHex( m_pEncryptionBuffer[i], rOutBuffer ); in appendUnicodeTextStringEncrypt()
2091 appendHex( *pT, aBuf ); in appendLiteralStringEncrypt()
3888 appendHex( (sal_Int8)pEncoding[n], aContents ); in createToUnicodeCMap()
3894 appendHex( (sal_Int8)(pUnicodes[nIndex + j] / 256), aContents ); in createToUnicodeCMap()
3895 appendHex( (sal_Int8)(pUnicodes[nIndex + j] & 255), aContents ); in createToUnicodeCMap()
6551 appendHex( nMD5Sum[i], aDocChecksum ); in emitTrailer()
6580 appendHex( sal_Int8(*it), aLine ); in emitTrailer()
6587 appendHex( sal_Int8(*it), aLine ); in emitTrailer()
7205 appendHex( rGlyphs[i].m_nMappedGlyphId, rLine ); in drawVerticalGlyphs()
7279 appendHex( rGlyphs[nBeginRun].m_nMappedGlyphId, aKernedLine ); in drawHorizontalGlyphs()
7280 appendHex( rGlyphs[nBeginRun].m_nMappedGlyphId, aUnkernedLine ); in drawHorizontalGlyphs()
7286 appendHex( rGlyphs[nPos].m_nMappedGlyphId, aUnkernedLine ); in drawHorizontalGlyphs()
7301 appendHex( rGlyphs[nPos].m_nMappedGlyphId, aKernedLine ); in drawHorizontalGlyphs()
9814 appendHex(m_pEncryptionBuffer[nChar++], aLine ); in writeBitmapObject()
9815 appendHex(m_pEncryptionBuffer[nChar++], aLine ); in writeBitmapObject()
9816 appendHex(m_pEncryptionBuffer[nChar++], aLine ); in writeBitmapObject()
9825 appendHex( rColor.GetRed(), aLine ); in writeBitmapObject()
9826 appendHex( rColor.GetGreen(), aLine ); in writeBitmapObject()
9827 appendHex( rColor.GetBlue(), aLine ); in writeBitmapObject()