Lines Matching refs:bIsStorage
273 sal_Bool bIsStorage: 1; member in SfxMedium_Impl
353 bIsStorage( sal_False ), in SfxMedium_Impl()
785 return pImp->bIsStorage; in IsStorage()
794 pImp->bIsStorage = SotStorage::IsStorageFile( aURL ) && !SotStorage::IsOLEStorage( aURL); in IsStorage()
795 if ( !pImp->bIsStorage ) in IsStorage()
800 …pImp->bIsStorage = SotStorage::IsStorageFile( pInStream ) && !SotStorage::IsOLEStorage( pInStream … in IsStorage()
801 if ( !pInStream->GetError() && !pImp->bIsStorage ) in IsStorage()
805 return pImp->bIsStorage; in IsStorage()
1601 pImp->bIsStorage = pImp->xStorage.is(); in GetStorage()
1675 pImp->bIsStorage = sal_False; in CloseStorage()
3142 pImp->bIsStorage = sal_False; in SetPhysicalName_Impl()