Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dbinarycodec.cxx170 sal_uInt8 pnBaseKeyLE[ 2 ]; in initKey() local
171 pnBaseKeyLE[ 0 ] = static_cast< sal_uInt8 >( mnBaseKey ); in initKey()
172 pnBaseKeyLE[ 1 ] = static_cast< sal_uInt8 >( mnBaseKey >> 8 ); in initKey()
176 *pnKeyChar ^= pnBaseKeyLE[ nIndex & 1 ]; in initKey()

Completed in 16 milliseconds