Home
last modified time | relevance | path

Searched refs:io (Results 1 – 25 of 2649) sorted by relevance

12345678910>>...106

/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java35 public class StreamSimulator implements com.sun.star.io.XInputStream ,
36 com.sun.star.io.XOutputStream ,
37 com.sun.star.io.XSeekable
51 private com.sun.star.io.XInputStream m_xInStream ;
52 private com.sun.star.io.XOutputStream m_xOutStream ;
53 private com.sun.star.io.XSeekable m_xSeek ;
83 throws com.sun.star.io.NotConnectedException in StreamSimulator()
96 throw new com.sun.star.io.NotConnectedException( in StreamSimulator()
102 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator()
103 com.sun.star.io.XSeekable.class, in StreamSimulator()
[all …]
/trunk/main/package/source/xstor/
H A Dswitchpersistencestream.cxx43 uno::Reference< io::XStream > m_xOrigStream;
44 uno::Reference< io::XTruncate > m_xOrigTruncate;
45 uno::Reference< io::XSeekable > m_xOrigSeekable;
46 uno::Reference< io::XInputStream > m_xOrigInStream;
47 uno::Reference< io::XOutputStream > m_xOrigOutStream;
56 const uno::Reference< io::XStream >& xOrigStream, in SPStreamData_Impl()
57 const uno::Reference< io::XTruncate >& xOrigTruncate, in SPStreamData_Impl()
58 const uno::Reference< io::XSeekable >& xOrigSeekable, in SPStreamData_Impl()
59 const uno::Reference< io::XInputStream >& xOrigInStream, in SPStreamData_Impl()
60 const uno::Reference< io::XOutputStream >& xOrigOutStream, in SPStreamData_Impl()
[all …]
H A Dowriteablestream.cxx125 throw io::IOException(); // TODO in SetEncryptionKeyProperty_Impl()
145 throw io::IOException(); // TODO in GetEncryptionKeyProperty_Impl()
273 uno::Reference< io::XStream > CreateMemoryStream( const uno::Reference< lang::XMultiServiceFactory … in CreateMemoryStream()
278 …return uno::Reference< io::XStream >( xFactory->createInstance ( ::rtl::OUString::createFromAscii(… in CreateMemoryStream()
292 const uno::Reference< io::XInputStream >& xRelInfoStream ) in OWriteStream_Impl()
339 uno::Reference< io::XInputStream > xInputCache = m_xCacheStream->getInputStream(); in CleanCacheStream()
348 uno::Reference< io::XOutputStream > xOutputCache = m_xCacheStream->getOutputStream(); in CleanCacheStream()
355 m_xCacheStream = uno::Reference< io::XStream >(); in CleanCacheStream()
356 m_xCacheSeek = uno::Reference< io::XSeekable >(); in CleanCacheStream()
561 ::rtl::OUString OWriteStream_Impl::GetFilledTempFileIfNo( const uno::Reference< io::XInputStream >&… in GetFilledTempFileIfNo()
[all …]
H A Dswitchpersistencestream.hxx52 ::com::sun::star::io::XStream,
53 ::com::sun::star::io::XInputStream,
54 ::com::sun::star::io::XOutputStream,
55 ::com::sun::star::io::XTruncate,
56 ::com::sun::star::io::XSeekable,
57 ::com::sun::star::io::XAsyncOutputMonitor >
71 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream );
75 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInStream );
79 …void SwitchPersistenceTo( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >&…
81 …void SwitchPersistenceTo( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStre…
[all …]
H A Dowriteablestream.hxx109 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xCacheStream;
110 ::com::sun::star::uno::Reference< ::com::sun::star::io::XSeekable > m_xCacheSeek;
141 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > m_xOrigRelInfoStream;
146 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > m_xNewRelInfoStream;
154 …ledTempFileIfNo( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xSt…
156 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetTempFileAsStream();
157 …::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > GetTempFileAsInputStream();
159 …::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetStream_Impl( sal_Int32 nStrea…
178 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xRelInfoStream =
179 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >() );
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java39 public class StreamSimulator implements com.sun.star.io.XInputStream ,
40 com.sun.star.io.XOutputStream ,
41 com.sun.star.io.XSeekable
56 private com.sun.star.io.XInputStream m_xInStream ;
57 private com.sun.star.io.XOutputStream m_xOutStream ;
58 private com.sun.star.io.XSeekable m_xSeek ;
87 XMultiServiceFactory xMSF ) throws com.sun.star.io.NotConnectedException in StreamSimulator()
104 …throw new com.sun.star.io.NotConnectedException("ucb helper not available. Can't create streams."); in StreamSimulator()
109 m_xSeek = (com.sun.star.io.XSeekable)UnoRuntime.queryInterface( in StreamSimulator()
110 com.sun.star.io.XSeekable.class, in StreamSimulator()
[all …]
/trunk/main/comphelper/source/streaming/
H A Dotransactedfilestream.cxx44 uno::Reference< io::XStream > m_xStreamHolder;
50 m_xStreamHolder = static_cast< io::XStream* >( pStream ); in OTransactionHelper()
55 …virtual void SAL_CALL commit( ) throw (io::IOException, lang::WrappedTargetException, uno::Runtim…
56 …virtual void SAL_CALL revert( ) throw (io::IOException, lang::WrappedTargetException, uno::Runtim…
60 void SAL_CALL OTransactionHelper::commit( ) throw (io::IOException, lang::WrappedTargetException, … in commit()
66 void SAL_CALL OTransactionHelper::revert( ) throw (io::IOException, lang::WrappedTargetException, … in revert()
81 uno::Reference< io::XStream > m_xOrigStream;
82 uno::Reference< io::XTruncate > m_xOrigTruncate;
83 uno::Reference< io::XSeekable > m_xOrigSeekable;
84 uno::Reference< io::XInputStream > m_xOrigInStream;
[all …]
H A Dseqinputstreamserv.cxx49 io::XSeekableInputStream,
66 …BytesToRead ) throw ( uno::RuntimeException, io::NotConnectedException, io::BufferSizeExceededExce…
67 …BytesToRead ) throw ( uno::RuntimeException, io::NotConnectedException, io::BufferSizeExceededExce…
68 …BytesToSkip ) throw ( uno::RuntimeException, io::NotConnectedException, io::BufferSizeExceededExce…
69 …sal_Int32 SAL_CALL available() throw ( uno::RuntimeException, io::NotConnectedException, io::IOExc…
70 …virtual void SAL_CALL closeInput() throw ( uno::RuntimeException, io::NotConnectedException, io::I…
73 …_Int64 location ) throw ( uno::RuntimeException, lang::IllegalArgumentException, io::IOException );
74 virtual ::sal_Int64 SAL_CALL getPosition() throw ( uno::RuntimeException, io::IOException );
75 virtual ::sal_Int64 SAL_CALL getLength() throw ( uno::RuntimeException, io::IOException );
89 uno::Reference< io::XInputStream > m_xInputStream;
[all …]
H A Dseekableinput.cxx39 void copyInputToOutput_Impl( const uno::Reference< io::XInputStream >& xIn, in copyInputToOutput_Impl()
40 const uno::Reference< io::XOutputStream >& xOut ) in copyInputToOutput_Impl()
61 const uno::Reference< io::XInputStream >& xInStream, in OSeekableInputWrapper()
76 uno::Reference< io::XInputStream > OSeekableInputWrapper::CheckSeekableCanWrap( in CheckSeekableCanWrap()
77 const uno::Reference< io::XInputStream >& xInStream, in CheckSeekableCanWrap()
81 uno::Reference< io::XSeekable > xSeek( xInStream, uno::UNO_QUERY ); in CheckSeekableCanWrap()
85 uno::Reference< io::XInputStream > xNewStream( in CheckSeekableCanWrap()
86 static_cast< io::XInputStream* >( in CheckSeekableCanWrap()
99 uno::Reference< io::XOutputStream > xTempOut( in PrepareCopy_Impl()
108 uno::Reference< io::XSeekable > xTempSeek( xTempOut, uno::UNO_QUERY ); in PrepareCopy_Impl()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilstr.cxx54 SAL_STATIC_CAST( io::XStream*,this ), in queryInterface()
55 SAL_STATIC_CAST( io::XInputStream*,this ), in queryInterface()
56 SAL_STATIC_CAST( io::XOutputStream*,this ), in queryInterface()
57 SAL_STATIC_CAST( io::XSeekable*,this ), in queryInterface()
58 SAL_STATIC_CAST( io::XTruncate*,this ), in queryInterface()
59 SAL_STATIC_CAST( io::XAsyncOutputMonitor*,this ) ); in queryInterface()
89 io::XStream, in XTYPEPROVIDER_IMPL_7()
90 io::XSeekable, in XTYPEPROVIDER_IMPL_7()
91 io::XInputStream, in XTYPEPROVIDER_IMPL_7()
92 io::XOutputStream, in XTYPEPROVIDER_IMPL_7()
[all …]
H A Dfilstr.hxx52 public com::sun::star::io::XStream,
53 public com::sun::star::io::XSeekable,
54 public com::sun::star::io::XInputStream,
55 public com::sun::star::io::XOutputStream,
56 public com::sun::star::io::XTruncate,
57 public com::sun::star::io::XAsyncOutputMonitor
101 virtual com::sun::star::uno::Reference< com::sun::star::io::XInputStream > SAL_CALL
105 virtual com::sun::star::uno::Reference< com::sun::star::io::XOutputStream > SAL_CALL
113 throw( com::sun::star::io::IOException,
123 throw( com::sun::star::io::NotConnectedException,
[all …]
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_byteseq.cxx43 : public ::cppu::WeakImplHelper1< io::XInputStream >
58 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti…
61 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti…
64 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti…
66 throw (io::NotConnectedException, io::IOException, RuntimeException);
68 throw (io::NotConnectedException, io::IOException, RuntimeException);
73 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti… in readBytes()
87 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti… in readSomeBytes()
94 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti… in skipBytes()
99 throw (io::NotConnectedException, io::IOException, RuntimeException) in available()
[all …]
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java554 public static String encodeObject( java.io.Serializable serializableObject ) in encodeObject()
584 public static String encodeObject( java.io.Serializable serializableObject, int options ) in encodeObject()
587 java.io.ByteArrayOutputStream baos = null; in encodeObject()
588 java.io.OutputStream b64os = null; in encodeObject()
589 java.io.ObjectOutputStream oos = null; in encodeObject()
599 baos = new java.io.ByteArrayOutputStream(); in encodeObject()
606 oos = new java.io.ObjectOutputStream( gzos ); in encodeObject()
609 oos = new java.io.ObjectOutputStream( b64os ); in encodeObject()
613 catch( java.io.IOException e ) in encodeObject()
631 catch (java.io.UnsupportedEncodingException uue) in encodeObject()
[all …]
/trunk/main/svl/source/fsstor/
H A Dostreamcontainer.cxx33 OFSStreamContainer::OFSStreamContainer( const uno::Reference < io::XStream >& xStream ) in OFSStreamContainer()
46 m_xSeekable = uno::Reference< io::XSeekable >( xStream, uno::UNO_QUERY ); in OFSStreamContainer()
49 m_xTruncate = uno::Reference< io::XTruncate >( m_xOutputStream, uno::UNO_QUERY ); in OFSStreamContainer()
50 …m_xAsyncOutputMonitor = uno::Reference< io::XAsyncOutputMonitor >( m_xOutputStream, uno::UNO_QUERY… in OFSStreamContainer()
54 m_xStream = uno::Reference< io::XStream >(); in OFSStreamContainer()
55 m_xSeekable = uno::Reference< io::XSeekable >(); in OFSStreamContainer()
56 m_xInputStream = uno::Reference< io::XInputStream >(); in OFSStreamContainer()
57 m_xOutputStream = uno::Reference< io::XOutputStream >(); in OFSStreamContainer()
58 m_xTruncate = uno::Reference< io::XTruncate >(); in OFSStreamContainer()
59 m_xAsyncOutputMonitor = uno::Reference< io::XAsyncOutputMonitor >(); in OFSStreamContainer()
[all …]
H A Dostreamcontainer.hxx44 public ::com::sun::star::io::XSeekable,
45 public ::com::sun::star::io::XInputStream,
46 public ::com::sun::star::io::XOutputStream,
47 public ::com::sun::star::io::XTruncate,
48 public ::com::sun::star::io::XAsyncOutputMonitor
52 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xStream;
53 ::com::sun::star::uno::Reference< ::com::sun::star::io::XSeekable > m_xSeekable;
54 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > m_xInputStream;
55 ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > m_xOutputStream;
56 ::com::sun::star::uno::Reference< ::com::sun::star::io::XTruncate > m_xTruncate;
[all …]
H A Dfsstorage.cxx228 uno::Reference< io::XInputStream > xSourceInput = aSourceContent.openStream(); in CopyStreamToSubStream()
231 throw io::IOException(); // TODO: error handling in CopyStreamToSubStream()
233 uno::Reference< io::XStream > xSubStream = xDest->openStreamElement( in CopyStreamToSubStream()
239 uno::Reference< io::XOutputStream > xDestOutput = xSubStream->getOutputStream(); in CopyStreamToSubStream()
399 io::IOException, in copyToStorage()
413 throw io::IOException(); // TODO: error handling in copyToStorage()
431 catch( io::IOException& ) in copyToStorage()
443 uno::Reference< io::XInputStream >(), in copyToStorage()
449 uno::Reference< io::XStream > SAL_CALL FSStorage::openStreamElement( in openStreamElement()
454 io::IOException, in openStreamElement()
[all …]
/trunk/main/ucb/source/ucp/odma/
H A Dodma_inputstream.cxx39 class OActiveDataStreamer : public ::cppu::WeakImplHelper1< io::XActiveDataStreamer>
41 uno::Reference< io::XStream > m_xStream;
44 …virtual void SAL_CALL setStream( const uno::Reference< io::XStream >& _rStream ) throw (uno::Runti… in setStream()
48 virtual uno::Reference< io::XStream > SAL_CALL getStream( ) throw (uno::RuntimeException) in getStream()
73 catch (io::IOException const &) in ~OOdmaStream()
83 uno::Reference< io::XInputStream > SAL_CALL OOdmaStream::getInputStream( ) throw( uno::RuntimeExce… in getInputStream()
89 return uno::Reference< io::XInputStream >( this ); in getInputStream()
92 uno::Reference< io::XOutputStream > SAL_CALL OOdmaStream::getOutputStream( ) throw( uno::RuntimeEx… in getOutputStream()
98 return uno::Reference< io::XOutputStream >( this ); in getOutputStream()
102 throw( io::NotConnectedException, in readBytes()
[all …]
H A Dodma_inputstream.hxx43 typedef ::cppu::WeakImplHelper5< ::com::sun::star::io::XInputStream,
44 ::com::sun::star::io::XStream,
45 ::com::sun::star::io::XTruncate,
46 ::com::sun::star::io::XSeekable,
47 ::com::sun::star::io::XOutputStream> OOdmaStreamBase;
54 ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream> m_xOutput;
55 ::com::sun::star::uno::Reference< ::com::sun::star::io::XTruncate> m_xTruncate;
56 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream> m_xInput;
57 ::com::sun::star::uno::Reference< ::com::sun::star::io::XSeekable> m_xInputSeek;
66 void ensureInputStream() throw( ::com::sun::star::io::IOException );
[all …]
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.hxx40 class Stream : public ::com::sun::star::io::XStream,
41 public ::com::sun::star::io::XInputStream,
42 public ::com::sun::star::io::XOutputStream,
43 public ::com::sun::star::io::XTruncate,
44 public ::com::sun::star::io::XSeekable,
56 throw( ::com::sun::star::io::NotConnectedException,
57 ::com::sun::star::io::BufferSizeExceededException,
58 ::com::sun::star::io::IOException,
62 throw( ::com::sun::star::io::NotConnectedException,
63 ::com::sun::star::io::IOException,
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx317 io::IOException, in copyToStorage()
326 uno::Reference< io::XStream > SAL_CALL Storage::openStreamElement( in openStreamElement()
331 io::IOException, in openStreamElement()
340 uno::Reference< io::XStream > SAL_CALL Storage::openEncryptedStreamElement( in openEncryptedStreamElement()
348 io::IOException, in openEncryptedStreamElement()
362 io::IOException, in openStorageElement()
371 uno::Reference< io::XStream > SAL_CALL Storage::cloneStreamElement( in cloneStreamElement()
376 io::IOException, in cloneStreamElement()
385 uno::Reference< io::XStream > SAL_CALL Storage::cloneEncryptedStreamElement( in cloneEncryptedStreamElement()
392 io::IOException, in cloneEncryptedStreamElement()
[all …]
H A Dtdoc_stgelems.hxx157 com::sun::star::io::IOException,
160 virtual com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL
166 com::sun::star::io::IOException,
169 virtual com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL
177 com::sun::star::io::IOException,
185 com::sun::star::io::IOException,
188 virtual com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL
193 com::sun::star::io::IOException,
196 virtual com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL
203 com::sun::star::io::IOException,
[all …]
/trunk/main/package/qa/storages/
H A DBorderedStream.java32 import com.sun.star.io.XStream;
33 import com.sun.star.io.XInputStream;
34 import com.sun.star.io.XOutputStream;
35 import com.sun.star.io.XTruncate;
36 import com.sun.star.io.XSeekable;
79 …throws com.sun.star.io.NotConnectedException, com.sun.star.io.BufferSizeExceededException, com.su… in readBytes()
105 …throws com.sun.star.io.NotConnectedException, com.sun.star.io.BufferSizeExceededException, com.sun… in readSomeBytes()
112 …throws com.sun.star.io.NotConnectedException, com.sun.star.io.BufferSizeExceededException, com.sun… in skipBytes()
115 throw new com.sun.star.io.IOException(); // illegal argument in skipBytes()
125 …throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException, com.sun.star.uno.Runtim… in available()
[all …]
/trunk/main/unotools/source/ucbhelper/
H A Dxtempfile.cxx41 : ::cppu::PropertySetMixin< ::css::io::XTempFile >( in OTempFileService()
71 aResult = cppu::PropertySetMixin< ::css::io::XTempFile >::queryInterface( aType ) ; in queryInterface()
171 throw (::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExcep… in readBytes()
175 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in readBytes()
179 …throw ::css::io::BufferSizeExceededException( ::rtl::OUString(), static_cast< ::css::uno::XWeak * … in readBytes()
204 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in readSomeBytes()
208 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in readSomeBytes()
214 …throw ::css::io::BufferSizeExceededException( ::rtl::OUString(), static_cast < ::css::uno::XWeak *… in readSomeBytes()
225 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in skipBytes()
229 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in skipBytes()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorage.hxx52 typedef ::cppu::WeakComponentImplHelper6< ::com::sun::star::io::XStream
53 , ::com::sun::star::io::XInputStream
54 , ::com::sun::star::io::XOutputStream
55 , ::com::sun::star::io::XSeekable
66 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xStream;
67 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > m_xIn;
68 ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > m_xOut;
69 ::com::sun::star::uno::Reference< ::com::sun::star::io::XSeekable > m_xSeek;
89 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getInputSt…
90 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > SAL_CALL getOutput…
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DByteArrayToXInputStreamAdapter.java37 import com.sun.star.io.XInputStream;
38 import com.sun.star.io.XSeekable;
65 … private void _check() throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException { in _check()
68 throw new com.sun.star.io.NotConnectedException("no bytes"); in _check()
72 throw new com.sun.star.io.IOException("input closed"); in _check()
76 … public int available() throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException { in available()
80 throw new com.sun.star.io.IOException("integer overflow"); in available()
87 …public void closeInput() throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException… in closeInput()
93 …, int param) throws com.sun.star.io.NotConnectedException, com.sun.star.io.BufferSizeExceededExcep… in readBytes()
111 throw new com.sun.star.io.BufferSizeExceededException("buffer overflow"); in readBytes()
[all …]

12345678910>>...106