Home
last modified time | relevance | path

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

/aoo41x/main/sot/source/sdstor/
H A Dstorage.cxx308 sal_Bool SotStorageStream::CopyTo( SotStorageStream * pDestStm ) in CopyTo() argument
311 pDestStm->ClearBuffer(); in CopyTo()
312 if( !pOwnStm || !pDestStm->pOwnStm ) in CopyTo()
317 pDestStm->SetSize( 0 ); // Ziel-Stream leeren in CopyTo()
323 if( nRead != pDestStm->Write( pMem, nRead ) ) in CopyTo()
331 pDestStm->Seek( nPos ); in CopyTo()
348 pOwnStm->CopyTo( pDestStm->pOwnStm ); in CopyTo()
H A Ducbstorage.cxx1547 sal_Bool UCBStorageStream::CopyTo( BaseStorageStream* pDestStm ) argument
1552 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pDestStm );
1556 pDestStm->SetSize( 0 );
1562 if( pDestStm->SetSize( n ) && n )
1566 pDestStm->Seek( 0L );
1574 if( pDestStm->Write( p, nn ) != nn )
/aoo41x/main/sot/inc/sot/
H A Dstg.hxx101 virtual sal_Bool CopyTo( BaseStorageStream * pDestStm ) = 0;
183 virtual sal_Bool CopyTo( BaseStorageStream * pDestStm );
279 virtual sal_Bool CopyTo( BaseStorageStream * pDestStm );
H A Dstorage.hxx92 sal_Bool CopyTo( SotStorageStream * pDestStm );

Completed in 45 milliseconds