Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/doc/
H A Dobjstor.cxx2658 …SfxMedium* pMediumTmp = new SfxMedium( pRetrMedium->GetName(), pRetrMedium->GetOpenMode(), pRetrMe… in DoSave_Impl() local
2659 pMediumTmp->SetLongName( pRetrMedium->GetLongName() ); in DoSave_Impl()
2661 if ( pMediumTmp->GetErrorCode() != ERRCODE_NONE ) in DoSave_Impl()
2663 …SetError( pMediumTmp->GetError(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )… in DoSave_Impl()
2664 delete pMediumTmp; in DoSave_Impl()
2669 pMediumTmp->TransferVersionList_Impl( *pRetrMedium ); in DoSave_Impl()
2680pMediumTmp->GetItemSet()->Put( SfxUnoAnyItem( SID_INTERACTIONHANDLER, makeAny( xInteract ) ) ); in DoSave_Impl()
2683 if( !GetError() && SaveTo_Impl( *pMediumTmp, pArgs ) ) in DoSave_Impl()
2687 if( pMediumTmp->GetItemSet() ) in DoSave_Impl()
2689 pMediumTmp->GetItemSet()->ClearItem( SID_INTERACTIONHANDLER ); in DoSave_Impl()
[all …]