Lines Matching refs:GetMedium

513             SfxItemSet *pSet = GetMedium()->GetItemSet();  in DoInitNew()
1041 if ( IsPackageStorageFormat_Impl( *GetMedium() ) ) in DoSave()
1043 if ( GetEncryptionData_Impl( GetMedium()->GetItemSet(), aEncryptionData ) ) in DoSave()
1048 …::comphelper::OStorageHelper::SetCommonStorageEncryptionData( GetMedium()->GetStorage(), aEncrypti… in DoSave()
1075 if ( GetMedium()->GetStorage()->hasByName( aBasicStorageName ) ) in DoSave()
1076GetMedium()->GetStorage()->copyElementTo( aBasicStorageName, xTmpStorage, aBasicStorageName ); in DoSave()
1077 if ( GetMedium()->GetStorage()->hasByName( aDialogsStorageName ) ) in DoSave()
1078GetMedium()->GetStorage()->copyElementTo( aDialogsStorageName, xTmpStorage, aDialogsStorageName ); in DoSave()
1086 pImp->pBasicManager->storeLibrariesToStorage( GetMedium()->GetStorage() ); in DoSave()
1089 pImp->pBasicManager->setStorage( GetMedium()->GetStorage() ); in DoSave()
2647 SfxMedium* pRetrMedium = GetMedium(); in DoSave_Impl()
2734 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pSalvageItem, SfxStringItem, SID_DOC_SALVAGE, sal_Fals… in Save_Impl()
2737 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pFilterItem, SfxStringItem, SID_FILTER_NAME, sal_False… in Save_Impl()
2746 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False … in Save_Impl()
2784 if( ( pTmp != this ) && pTmp->GetMedium() ) in CommonSaveAs_Impl()
2786 INetURLObject aCompare( pTmp->GetMedium()->GetName() ); in CommonSaveAs_Impl()
2824 SfxMedium *pActMed = GetMedium(); in CommonSaveAs_Impl()
2851 SfxItemSet *pSet = GetMedium()->GetItemSet(); in CommonSaveAs_Impl()
3081 const SfxFilter *pFilt = GetMedium()->GetFilter(); in IsInformationLost()
3110 if ( GetMedium()->GetVersionList().getLength() ) in GetHiddenInformationState()
3572 DoSaveCompleted( new SfxMedium( xStorage, GetMedium()->GetBaseURL() ) ); in SwitchPersistance()
3817 if ( GetMedium() ) in getInteractionHandler()
3818 xRet = GetMedium()->GetInteractionHandler(); in getInteractionHandler()