Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/filter/eppt/
H A Depptso.cxx743 sal_uInt32 nBytesToInsert = nEnvironment + 8; in ImplCloseDocument() local
746 nBytesToInsert += nExEmbedSize + 8 + 12; in ImplCloseDocument()
748 nBytesToInsert += maSoundCollection.GetSize(); in ImplCloseDocument()
749 nBytesToInsert += mpPptEscherEx->DrawingGroupContainerSize(); in ImplCloseDocument()
750 nBytesToInsert += ImplMasterSlideListContainer( NULL ); in ImplCloseDocument()
751 nBytesToInsert += ImplDocumentListContainer( NULL ); in ImplCloseDocument()
754 mpPptEscherEx->InsertAtCurrentPos( nBytesToInsert, false ); in ImplCloseDocument()

Completed in 37 milliseconds