Home
last modified time | relevance | path

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

/aoo41x/main/sot/source/sdstor/
H A Ducbstorage.cxx2753 …BaseStorageStream* pOtherStream = pDest->OpenStream( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pI… local
2766 pStream->CopyTo( pOtherStream );
2768 if( pOtherStream->GetError() )
2769 pDest->SetError( pOtherStream->GetError() );
2771 pOtherStream->Commit();
2775 delete pOtherStream;

Completed in 25 milliseconds