Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dbinarycodec.cxx156 const sal_uInt8* pnFillChar = spnFillChars; in initKey() local
157 …for( nIndex = nLen; nIndex < static_cast< sal_Int32 >( sizeof( mpnKey ) ); ++nIndex, ++pnFillChar ) in initKey()
158 mpnKey[ nIndex ] = *pnFillChar; in initKey()
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx158 const sal_uInt8* pnFillChar = spnFillChars; in InitKey() local
159 for( nIndex = nLen; nIndex < sizeof( mpnKey ); ++nIndex, ++pnFillChar ) in InitKey()
160 mpnKey[ nIndex ] = *pnFillChar; in InitKey()

Completed in 15 milliseconds