Lines Matching refs:aMedium
2397 comphelper::MediaDescriptor aMedium( xProps ); in GetLockingStream_Impl() local
2399 aMedium.addInputStreamOwnLock(); in GetLockingStream_Impl()
2402 aMedium[comphelper::MediaDescriptor::PROP_STREAM()] >>= pImp->m_xLockingStream; in GetLockingStream_Impl()
2403 aMedium[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= xInputStream; in GetLockingStream_Impl()
2485 comphelper::MediaDescriptor aMedium( xProps ); in GetMedium_Impl() local
2496 … aMedium[comphelper::MediaDescriptor::PROP_URL()] <<= ::rtl::OUString( aFileName ); in GetMedium_Impl()
2497 aMedium.erase( comphelper::MediaDescriptor::PROP_READONLY() ); in GetMedium_Impl()
2498 aMedium.addInputStream(); in GetMedium_Impl()
2503 aMedium.addInputStreamOwnLock(); in GetMedium_Impl()
2513 …aMedium[comphelper::MediaDescriptor::PROP_AUTHENTICATIONHANDLER()] <<= GetAuthenticationInteractio… in GetMedium_Impl()
2515 aMedium.addInputStream(); in GetMedium_Impl()
2522 aMedium[comphelper::MediaDescriptor::PROP_STREAM()] >>= pImp->xStream; in GetMedium_Impl()
2523 aMedium[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= pImp->xInputStream; in GetMedium_Impl()