Lines Matching refs:xStream

307     Reference < XStream > xStream;  member in SfxMedium_Impl
665 pImp->xStream = uno::Reference< io::XStream >(); in CloseInStream_Impl()
721 pImp->xStream = uno::Reference< io::XStream >(); in CloseOutStream_Impl()
1191 … sal_Bool bHandleSysLocked = ( bLoading && bUseSystemLock && !pImp->xStream.is() && !pOutStream ); in LockOrigFileOnDemand()
1484 if ( pImp->xStream.is() ) in GetStorage()
1487 aArgs[0] <<= pImp->xStream; in GetStorage()
1618 if ( !bReadOnly && pImp->xStream.is() ) in GetZipStorageToSign_Impl()
1620 …geHelper::GetStorageOfFormatFromStream( ZIP_STORAGE_FORMAT_STRING, pImp->xStream, embed::ElementMo… in GetZipStorageToSign_Impl()
2409 pImp->xStream = pImp->m_xLockingStream; in GetLockingStream_Impl()
2414 if ( !pImp->xInputStream.is() && pImp->xStream.is() ) in GetLockingStream_Impl()
2415 pImp->xInputStream = pImp->xStream->getInputStream(); in GetLockingStream_Impl()
2434 pWriteStreamItem->GetValue() >>= pImp->xStream; in GetMedium_Impl()
2439 if ( !pImp->xInputStream.is() && pImp->xStream.is() ) in GetMedium_Impl()
2440 pImp->xInputStream = pImp->xStream->getInputStream(); in GetMedium_Impl()
2490 pImp->xStream = pImp->m_xLockingStream; in GetMedium_Impl()
2522 aMedium[comphelper::MediaDescriptor::PROP_STREAM()] >>= pImp->xStream; in GetMedium_Impl()
2527 if ( !pImp->xInputStream.is() && pImp->xStream.is() ) in GetMedium_Impl()
2528 pImp->xInputStream = pImp->xStream->getInputStream(); in GetMedium_Impl()
2534 if ( pImp->xStream.is() ) in GetMedium_Impl()
2535 GetItemSet()->Put( SfxUsrAnyItem( SID_STREAM, makeAny( pImp->xStream ) ) ); in GetMedium_Impl()
2542 if ( !GetError() && !pImp->xStream.is() && !pImp->xInputStream.is() ) in GetMedium_Impl()
2549 if ( pImp->xStream.is() ) in GetMedium_Impl()
2551 pInStream = utl::UcbStreamHelper::CreateStream( pImp->xStream ); in GetMedium_Impl()
3022 if ( pImp->xStream.is() ) in CloseAndReleaseStreams_Impl()
3024 xOutToClose = pImp->xStream->getOutputStream(); in CloseAndReleaseStreams_Impl()
3027 if ( pImp->xStream == pImp->m_xLockingStream ) in CloseAndReleaseStreams_Impl()
3941 if ( !pImp->xStream.is() ) in SignContents_Impl()
3944 …mphelper::OStorageHelper::GetStorageOfFormatFromStream( ZIP_STORAGE_FORMAT_STRING, pImp->xStream ); in SignContents_Impl()
3958 uno::Reference< io::XStream > xStream( in SignContents_Impl() local
3963 if ( xSigner->signScriptingContent( GetZipStorageToSign_Impl(), xStream ) ) in SignContents_Impl()
3982 uno::Reference< io::XStream > xStream( in SignContents_Impl() local
3987 if ( xSigner->signDocumentContent( GetZipStorageToSign_Impl(), xStream ) ) in SignContents_Impl()
4163 if ( pImp->xStream.is() ) in SwitchDocumentToTempFile()
4167 xOptStorage->writeAndAttachToStream( pImp->xStream ); in SwitchDocumentToTempFile()
4221 if ( pImp->xStream.is() ) in SwitchDocumentToFile()
4225 … uno::Reference< io::XTruncate > xTruncate( pImp->xStream, uno::UNO_QUERY_THROW ); in SwitchDocumentToFile()
4229 xOptStorage->writeAndAttachToStream( pImp->xStream ); in SwitchDocumentToFile()