Lines Matching refs:NS_UNO
95 #define NS_UNO ::com::sun::star::uno 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;
133 static UcbLockBytesRef CreateLockBytes( const NS_UNO::Reference < NS_UCB::XContent >& xContent,
136 … const NS_UNO::Reference < NS_IO::XInputStream >& xPostData,
137 … const NS_UNO::Reference < NS_TASK::XInteractionHandler >& xInter,
140 static UcbLockBytesRef CreateLockBytes( const NS_UNO::Reference < NS_UCB::XContent >& xContent,
141 const NS_UNO::Sequence < NS_BEANS::PropertyValue >& rProps,
143 … const NS_UNO::Reference < NS_TASK::XInteractionHandler >& xInter,
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()