Searched refs:nExEmbedSize (Results 1 – 1 of 1) sorted by relevance
733 sal_uInt32 nExEmbedSize = mpExEmbed->Tell(); in ImplCloseDocument() local745 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