Home
last modified time | relevance | path

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

/aoo41x/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.cxx2838 sal_Bool UCBStorage::CopyTo( BaseStorage* pDestStg ) const
2840 DBG_ASSERT( pDestStg != ((BaseStorage*)this), "Self-Copying is not possible!" );
2841 if ( pDestStg == ((BaseStorage*)this) )
2849 if( pDestStg->ISA( UCBStorage ) )
2850 pDestStg->SetClass( pImp->m_aClassId, pImp->m_nFormat,
2853 pDestStg->SetClassId( GetClassId() );
2854 pDestStg->SetDirty();
2861 bRet = CopyStorageElement_Impl( *pElement, pDestStg, pElement->m_aName );
2866 SetError( pDestStg->GetError() );
2867 return sal_Bool( Good() && pDestStg->Good() );
/aoo41x/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 40 milliseconds