Lines Matching refs:NS_IO
96 #define NS_IO ::com::sun::star::io macro
111 NS_UNO::Reference < NS_IO::XInputStream > m_xInputStream;
112 NS_UNO::Reference < NS_IO::XOutputStream > m_xOutputStream;
113 NS_UNO::Reference < NS_IO::XSeekable > m_xSeekable;
136 … const NS_UNO::Reference < NS_IO::XInputStream >& xPostData,
146 …static UcbLockBytesRef CreateInputLockBytes( const NS_UNO::Reference < NS_IO::XInputStream >& xCo…
147 static UcbLockBytesRef CreateLockBytes( const NS_UNO::Reference < NS_IO::XStream >& xContent );
171 NS_UNO::Reference < NS_IO::XInputStream > getInputStream();
172 NS_UNO::Reference < NS_IO::XStream > getStream();
175 …sal_Bool setInputStream_Impl( const NS_UNO::Reference < NS_IO::XInputStream > &rxIn…
177 sal_Bool setStream_Impl( const NS_UNO::Reference < NS_IO::XStream > &rxStream );
180 NS_UNO::Reference < NS_IO::XInputStream > getInputStream_Impl() const in getInputStream_Impl()
186 NS_UNO::Reference < NS_IO::XOutputStream > getOutputStream_Impl() const in getOutputStream_Impl()
192 NS_UNO::Reference < NS_IO::XSeekable > getSeekable_Impl() const in getSeekable_Impl()