Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3326 SvStream *pStrmTemp, *pTableStrmTemp, *pDataStrmTemp; in ExportDocument_Impl() local
3328 pTableStrmTemp = &xTableStrm; in ExportDocument_Impl()
3334 EncryptRC4(aCtx, *pTableStrm, *pTableStrmTemp); in ExportDocument_Impl()
3338 pTableStrmTemp->Seek( 0 ); in ExportDocument_Impl()
3340 *pTableStrmTemp << nEncType; in ExportDocument_Impl()
3349 pTableStrmTemp->Write( pDocId, 16 ); in ExportDocument_Impl()
3350 pTableStrmTemp->Write( pSaltData, 16 ); in ExportDocument_Impl()
3351 pTableStrmTemp->Write( pSaltDigest, 16 ); in ExportDocument_Impl()

Completed in 27 milliseconds