Searched refs:pDestStg (Results 1 – 4 of 4) sorted by relevance
1061 sal_Bool SotStorage::CopyTo( SotStorage * pDestStg ) in CopyTo() argument1064 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()
2838 sal_Bool UCBStorage::CopyTo( BaseStorage* pDestStg ) const2840 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() );
128 virtual sal_Bool CopyTo( BaseStorage* pDestStg ) const = 0;228 virtual sal_Bool CopyTo( BaseStorage* pDestStg ) const;348 virtual sal_Bool CopyTo( BaseStorage* pDestStg ) const;
202 virtual sal_Bool CopyTo( SotStorage * pDestStg );
Completed in 42 milliseconds