Lines Matching refs:OInputStreamWrapper
40 DBG_NAME(OInputStreamWrapper) in DBG_NAME() argument
42 OInputStreamWrapper::OInputStreamWrapper( SvStream& _rStream ) in DBG_NAME()
46 DBG_CTOR(OInputStreamWrapper,NULL); in DBG_NAME()
51 OInputStreamWrapper::OInputStreamWrapper( SvStream* pStream, sal_Bool bOwner ) in OInputStreamWrapper() function in utl::OInputStreamWrapper
55 DBG_CTOR(OInputStreamWrapper,NULL); in OInputStreamWrapper()
60 OInputStreamWrapper::~OInputStreamWrapper() in ~OInputStreamWrapper()
65 DBG_DTOR(OInputStreamWrapper,NULL); in ~OInputStreamWrapper()
69 sal_Int32 SAL_CALL OInputStreamWrapper::readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 n… in readBytes()
92 sal_Int32 SAL_CALL OInputStreamWrapper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int… in readSomeBytes()
109 void SAL_CALL OInputStreamWrapper::skipBytes(sal_Int32 nBytesToSkip) throw( stario::NotConnectedExc… in skipBytes()
127 sal_Int32 SAL_CALL OInputStreamWrapper::available() throw( stario::NotConnectedException, staruno::… in available()
146 void SAL_CALL OInputStreamWrapper::closeInput() throw( stario::NotConnectedException, staruno::Runt… in closeInput()
158 void OInputStreamWrapper::checkConnected() const in checkConnected()
165 void OInputStreamWrapper::checkError() const in checkError()