Home
last modified time | relevance | path

Searched refs:SVInputStream (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/automation/source/server/
H A DXMLParser.cxx52 class SVInputStream : public cppu::WeakImplHelper1< XInputStream > class
56 SVInputStream( SvStream* pSt ):pStream( pSt ){}; in SVInputStream() function in SVInputStream
57 ~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 16 milliseconds