Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/doc/
H A Dobjstor.cxx2660 …SfxMedium* pMediumTmp = new SfxMedium( pRetrMedium->GetName(), pRetrMedium->GetOpenMode(), pRetrMe… in DoSave_Impl() local
2661 pMediumTmp->SetLongName( pRetrMedium->GetLongName() ); in DoSave_Impl()
2663 if ( pMediumTmp->GetErrorCode() != ERRCODE_NONE ) in DoSave_Impl()
2665 …SetError( pMediumTmp->GetError(), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) )… in DoSave_Impl()
2666 delete pMediumTmp; in DoSave_Impl()
2671 pMediumTmp->TransferVersionList_Impl( *pRetrMedium ); in DoSave_Impl()
2682pMediumTmp->GetItemSet()->Put( SfxUnoAnyItem( SID_INTERACTIONHANDLER, makeAny( xInteract ) ) ); in DoSave_Impl()
2685 if( !GetError() && SaveTo_Impl( *pMediumTmp, pArgs ) ) in DoSave_Impl()
2689 if( pMediumTmp->GetItemSet() ) in DoSave_Impl()
2691 pMediumTmp->GetItemSet()->ClearItem( SID_INTERACTIONHANDLER ); in DoSave_Impl()
[all …]