Lines Matching refs:pMediumTmp
2658 …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()
2680 … pMediumTmp->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()
2690 pMediumTmp->GetItemSet()->ClearItem( SID_PROGRESS_STATUSBAR_CONTROL ); in DoSave_Impl()
2693 …SetError(pMediumTmp->GetErrorCode(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX … in DoSave_Impl()
2696 bOpen = DoSaveCompleted( pMediumTmp ); in DoSave_Impl()
2702 …SetError( pMediumTmp->GetError(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )… in DoSave_Impl()
2713 delete pMediumTmp; in DoSave_Impl()