Lines Matching refs:xOutStream
1099 uno::Reference< io::XOutputStream > xOutStream = m_xObjectStream->getOutputStream(); in GetStreamForSaving() local
1100 if ( !xOutStream.is() ) in GetStreamForSaving()
1103 uno::Reference< io::XTruncate > xTruncate( xOutStream, uno::UNO_QUERY ); in GetStreamForSaving()
1109 return xOutStream; in GetStreamForSaving()
1113 void OleEmbeddedObject::StoreObjectToStream( uno::Reference< io::XOutputStream > xOutStream ) in StoreObjectToStream() argument
1141 uno::Reference< io::XTruncate > xTrunc( xOutStream, uno::UNO_QUERY ); in StoreObjectToStream()
1147 ::comphelper::OStorageHelper::CopyInputToOutput( xTempInStream, xOutStream ); in StoreObjectToStream()
1260 uno::Reference< io::XOutputStream > xOutStream = xTargetStream->getOutputStream(); in StoreToLocation_Impl() local
1261 if ( !xOutStream.is() ) in StoreToLocation_Impl()
1264 StoreObjectToStream( xOutStream ); in StoreToLocation_Impl()
1871 uno::Reference< io::XOutputStream > xOutStream = m_xObjectStream->getOutputStream(); in storeOwn() local
1872 if ( !xOutStream.is() ) in storeOwn()
1881 uno::Reference< io::XOutputStream > xOutStream = GetStreamForSaving(); in storeOwn() local
1884 StoreObjectToStream( xOutStream ); in storeOwn()
1888 uno::Reference< io::XOutputStream > xOutStream = GetStreamForSaving(); in storeOwn() local
1889 StoreObjectToStream( xOutStream ); in storeOwn()