Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx3090 sal_uInt32 nCharactersLeft( Count() ); in WriteTextSpecInfo() local
3091 if ( nCharactersLeft >= 1 ) in WriteTextSpecInfo()
3094 …for ( ParagraphObj* pPtr = static_cast < ParagraphObj * >( First() ); nCharactersLeft && pPtr; pPt… in WriteTextSpecInfo()
3096 …for ( PortionObj* pPortion = static_cast< PortionObj* >( pPtr->First() ); nCharactersLeft && pPort… in WriteTextSpecInfo()
3098 …sal_Int32 nPortionSize = pPortion->mnTextSize >= nCharactersLeft ? nCharactersLeft : pPortion->mnT… in WriteTextSpecInfo()
3100 nCharactersLeft -= nPortionSize; in WriteTextSpecInfo()
3108 if ( nCharactersLeft ) in WriteTextSpecInfo()
3109 *pStrm << nCharactersLeft << static_cast< sal_Int32 >( 1 ) << static_cast< sal_Int16 >( 1 ); in WriteTextSpecInfo()

Completed in 28 milliseconds