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()
2649 SfxMedium* pRetrMedium = GetMedium(); in DoSave_Impl()
2736 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pSalvageItem, SfxStringItem, SID_DOC_SALVAGE, sal_Fals… in Save_Impl()
2739 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pFilterItem, SfxStringItem, SID_FILTER_NAME, sal_False… in Save_Impl()
2748 …SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False … in Save_Impl()
2786 if( ( pTmp != this ) && pTmp->GetMedium() ) in CommonSaveAs_Impl()
2788 INetURLObject aCompare( pTmp->GetMedium()->GetName() ); in CommonSaveAs_Impl()
2826 SfxMedium *pActMed = GetMedium(); in CommonSaveAs_Impl()
2853 SfxItemSet *pSet = GetMedium()->GetItemSet(); in CommonSaveAs_Impl()
3083 const SfxFilter *pFilt = GetMedium()->GetFilter(); in IsInformationLost()
3112 if ( GetMedium()->GetVersionList().getLength() ) in GetHiddenInformationState()
3574 DoSaveCompleted( new SfxMedium( xStorage, GetMedium()->GetBaseURL() ) ); in SwitchPersistance()
3819 if ( GetMedium() ) in getInteractionHandler()
3820 xRet = GetMedium()->GetInteractionHandler(); in getInteractionHandler()