Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/doc/
H A Dobjstor.cxx2649 SfxMedium* pRetrMedium = GetMedium(); in DoSave_Impl() local
2650 const SfxFilter* pFilter = pRetrMedium->GetFilter(); in DoSave_Impl()
2654 SfxItemSet* pSet = new SfxAllItemSet(*pRetrMedium->GetItemSet()); in DoSave_Impl()
2660 …SfxMedium* pMediumTmp = new SfxMedium( pRetrMedium->GetName(), pRetrMedium->GetOpenMode(), pRetrMe… in DoSave_Impl()
2661 pMediumTmp->SetLongName( pRetrMedium->GetLongName() ); in DoSave_Impl()
2671 pMediumTmp->TransferVersionList_Impl( *pRetrMedium ); in DoSave_Impl()
2709 if( pRetrMedium->GetItemSet() ) in DoSave_Impl()
2711 pRetrMedium->GetItemSet()->ClearItem( SID_INTERACTIONHANDLER ); in DoSave_Impl()
2712 pRetrMedium->GetItemSet()->ClearItem( SID_PROGRESS_STATUSBAR_CONTROL ); in DoSave_Impl()