Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx733 sal_uInt32 nExEmbedSize = mpExEmbed->Tell(); in ImplCloseDocument() local
745 if ( nExEmbedSize ) in ImplCloseDocument()
746 nBytesToInsert += nExEmbedSize + 8 + 12; in ImplCloseDocument()
757 if ( nExEmbedSize ) in ImplCloseDocument()
761 << (sal_uInt32)( nExEmbedSize + 12 ) in ImplCloseDocument()
767 mpStrm->Write( mpExEmbed->GetData(), nExEmbedSize ); in ImplCloseDocument()

Completed in 37 milliseconds