Searched refs:SVInputStream (Results 1 – 1 of 1) sorted by relevance
52 class SVInputStream : public cppu::WeakImplHelper1< XInputStream > class56 SVInputStream( SvStream* pSt ):pStream( pSt ){}; in SVInputStream() function in SVInputStream57 ~SVInputStream(){ delete pStream; pStream=NULL; } in ~SVInputStream()68 sal_Int32 SAL_CALL SVInputStream::readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sa… in readBytes()76 sal_Int32 SAL_CALL SVInputStream::readSomeBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData… in readSomeBytes()81 void SAL_CALL SVInputStream::skipBytes( sal_Int32 nBytesToSkip ) throw (::com::sun::star::io::NotCo… in skipBytes()87 sal_Int32 SAL_CALL SVInputStream::available( ) throw (::com::sun::star::io::NotConnectedException,… in available()96 void SAL_CALL SVInputStream::closeInput( ) throw (::com::sun::star::io::NotConnectedException, ::c… in closeInput()263 …sSource.aInputStream = new SVInputStream( pStream ); // is refcounted and hence deletet appropr… in Parse()
Completed in 18 milliseconds