Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3340 SvStream *pStrmTemp, *pTableStrmTemp, *pDataStrmTemp; in ExportDocument_Impl() local
3342 pTableStrmTemp = &xTableStrm; in ExportDocument_Impl()
3348 EncryptRC4(aCtx, *pTableStrm, *pTableStrmTemp); in ExportDocument_Impl()
3352 pTableStrmTemp->Seek( 0 ); in ExportDocument_Impl()
3354 *pTableStrmTemp << nEncType; in ExportDocument_Impl()
3363 pTableStrmTemp->Write( pDocId, 16 ); in ExportDocument_Impl()
3364 pTableStrmTemp->Write( pSaltData, 16 ); in ExportDocument_Impl()
3365 pTableStrmTemp->Write( pSaltDigest, 16 ); in ExportDocument_Impl()

Completed in 29 milliseconds