Searched refs:pDestStm (Results 1 – 4 of 4) sorted by relevance
308 sal_Bool SotStorageStream::CopyTo( SotStorageStream * pDestStm ) in CopyTo() argument311 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()
1547 sal_Bool UCBStorageStream::CopyTo( BaseStorageStream* pDestStm ) argument1552 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 )
101 virtual sal_Bool CopyTo( BaseStorageStream * pDestStm ) = 0;183 virtual sal_Bool CopyTo( BaseStorageStream * pDestStm );279 virtual sal_Bool CopyTo( BaseStorageStream * pDestStm );
92 sal_Bool CopyTo( SotStorageStream * pDestStm );
Completed in 289 milliseconds