Home
last modified time | relevance | path

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

/aoo42x/main/sot/source/sdstor/
H A Dstorage.cxx1061 sal_Bool SotStorage::CopyTo( SotStorage * pDestStg ) in CopyTo() argument
1064 DBG_ASSERT( pDestStg->Owner(), "must be owner" ); in CopyTo()
1065 if( m_pOwnStg && pDestStg->m_pOwnStg ) in CopyTo()
1067 m_pOwnStg->CopyTo( pDestStg->m_pOwnStg ); in CopyTo()
1069 pDestStg->m_aKey = m_aKey; in CopyTo()
1070 pDestStg->m_nVersion = m_nVersion; in CopyTo()
H A Ducbstorage.cxx2837 sal_Bool UCBStorage::CopyTo( BaseStorage* pDestStg ) const
2839 DBG_ASSERT( pDestStg != ((BaseStorage*)this), "Self-Copying is not possible!" );
2840 if ( pDestStg == ((BaseStorage*)this) )
2848 if( pDestStg->ISA( UCBStorage ) )
2849 pDestStg->SetClass( pImp->m_aClassId, pImp->m_nFormat,
2852 pDestStg->SetClassId( GetClassId() );
2853 pDestStg->SetDirty();
2860 bRet = CopyStorageElement_Impl( *pElement, pDestStg, pElement->m_aName );
2865 SetError( pDestStg->GetError() );
2866 return sal_Bool( Good() && pDestStg->Good() );
/aoo42x/main/sot/inc/sot/
H A Dstg.hxx128 virtual sal_Bool CopyTo( BaseStorage* pDestStg ) const = 0;
228 virtual sal_Bool CopyTo( BaseStorage* pDestStg ) const;
348 virtual sal_Bool CopyTo( BaseStorage* pDestStg ) const;
H A Dstorage.hxx202 virtual sal_Bool CopyTo( SotStorage * pDestStg );

Completed in 35 milliseconds