Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/xls/
H A Dbiffoutputstream.cxx185 … sal_uInt8 nPortionSize = static_cast< sal_uInt8 >( (mnPortionSize / nAtomSize) * nAtomSize ); in prepareWriteBlock() local
187 nRecLeft = (nRecLeft / nPortionSize) * nPortionSize; in prepareWriteBlock()
/aoo42x/main/sd/source/filter/eppt/
H A Depptso.cxx3098 …sal_Int32 nPortionSize = pPortion->mnTextSize >= nCharactersLeft ? nCharactersLeft : pPortion->mnT… in WriteTextSpecInfo() local
3100 nCharactersLeft -= nPortionSize; in WriteTextSpecInfo()
3101 *pStrm << static_cast< sal_uInt32 >( nPortionSize ) in WriteTextSpecInfo()

Completed in 48 milliseconds