Searched refs:spcHexChars (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/oox/source/ole/ |
H A D | olehelper.cxx | 88 …static const sal_Unicode spcHexChars[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', … in lclAppendHex() local 91 orBuffer.setCharAt( nCharIdx, spcHexChars[ nValue & 0xF ] ); in lclAppendHex()
|
/aoo41x/main/oox/source/xls/ |
H A D | pivotcachebuffer.cxx | 1470 …static const sal_Unicode spcHexChars[] = { '0','1','2','3','4','5','6','7','8','9','A','B','C','D'… in importPivotCacheRef() local 1472 aStrmName.insert( 0, spcHexChars[ extractValue< size_t >( nCacheId, nBit, 4 ) ] ); in importPivotCacheRef()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 2830 static const sal_Char spcHexChars[] = "0123456789ABCDEF"; in GetOleStorageName() local 2832 …aStrgName.Append( sal_Unicode( spcHexChars[ ::extract_value< sal_uInt8 >( mnStorageId, nIndex - 4,… in GetOleStorageName()
|
Completed in 43 milliseconds