Lines Matching refs:xInputStream

306     Reference < XInputStream > xInputStream;  member in SfxMedium_Impl
659 pImp->xInputStream = uno::Reference< io::XInputStream >(); in CloseInStream_Impl()
1491 else if ( pImp->xInputStream.is() ) in GetStorage()
1494 aArgs[0] <<= pImp->xInputStream; in GetStorage()
1622 else if ( pImp->xInputStream.is() ) in GetZipStorageToSign_Impl()
1624 …OStorageHelper::GetStorageOfFormatFromInputStream( ZIP_STORAGE_FORMAT_STRING, pImp->xInputStream ); in GetZipStorageToSign_Impl()
2401 uno::Reference< io::XInputStream > xInputStream; in GetLockingStream_Impl() local
2403 aMedium[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= xInputStream; in GetLockingStream_Impl()
2411 if ( xInputStream.is() ) in GetLockingStream_Impl()
2412 pImp->xInputStream = xInputStream; in GetLockingStream_Impl()
2414 if ( !pImp->xInputStream.is() && pImp->xStream.is() ) in GetLockingStream_Impl()
2415 pImp->xInputStream = pImp->xStream->getInputStream(); in GetLockingStream_Impl()
2437 pInStreamItem->GetValue() >>= pImp->xInputStream; in GetMedium_Impl()
2439 if ( !pImp->xInputStream.is() && pImp->xStream.is() ) in GetMedium_Impl()
2440 pImp->xInputStream = pImp->xStream->getInputStream(); in GetMedium_Impl()
2444 pInStreamItem->GetValue() >>= pImp->xInputStream; in GetMedium_Impl()
2475 pImp->xInputStream = m_xInputStreamToLoadFrom; in GetMedium_Impl()
2476 pImp->xInputStream->skipBytes(0); in GetMedium_Impl()
2523 aMedium[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= pImp->xInputStream; in GetMedium_Impl()
2527 if ( !pImp->xInputStream.is() && pImp->xStream.is() ) in GetMedium_Impl()
2528 pImp->xInputStream = pImp->xStream->getInputStream(); in GetMedium_Impl()
2537 … GetItemSet()->Put( SfxUsrAnyItem( SID_INPUTSTREAM, makeAny( pImp->xInputStream ) ) ); in GetMedium_Impl()
2542 if ( !GetError() && !pImp->xStream.is() && !pImp->xInputStream.is() ) in GetMedium_Impl()
2553 else if ( pImp->xInputStream.is() ) in GetMedium_Impl()
2555 pInStream = utl::UcbStreamHelper::CreateStream( pImp->xInputStream ); in GetMedium_Impl()
3020 uno::Reference< io::XInputStream > xInToClose = pImp->xInputStream; in CloseAndReleaseStreams_Impl()
3535 if ( !pImp->xInputStream.is() ) in GetInputStream()
3537 return pImp->xInputStream; in GetInputStream()