Home
last modified time | relevance | path

Searched refs:spcHexChars (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/ole/
H A Dolehelper.cxx88 …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()
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1470 …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()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx2830 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 37 milliseconds