Lines Matching refs:OSeekableInputWrapper
60 OSeekableInputWrapper::OSeekableInputWrapper( in OSeekableInputWrapper() function in comphelper::OSeekableInputWrapper
71 OSeekableInputWrapper::~OSeekableInputWrapper() in ~OSeekableInputWrapper()
76 uno::Reference< io::XInputStream > OSeekableInputWrapper::CheckSeekableCanWrap( in CheckSeekableCanWrap()
87 new OSeekableInputWrapper( xInStream, xFactory ) ) ); in CheckSeekableCanWrap()
92 void OSeekableInputWrapper::PrepareCopy_Impl() in PrepareCopy_Impl()
125 sal_Int32 SAL_CALL OSeekableInputWrapper::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nB… in readBytes()
142 sal_Int32 SAL_CALL OSeekableInputWrapper::readSomeBytes( uno::Sequence< sal_Int8 >& aData, sal_Int3… in readSomeBytes()
159 void SAL_CALL OSeekableInputWrapper::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
176 sal_Int32 SAL_CALL OSeekableInputWrapper::available() in available()
192 void SAL_CALL OSeekableInputWrapper::closeInput() in closeInput()
217 void SAL_CALL OSeekableInputWrapper::seek( sal_Int64 location ) in seek()
233 sal_Int64 SAL_CALL OSeekableInputWrapper::getPosition() in getPosition()
248 sal_Int64 SAL_CALL OSeekableInputWrapper::getLength() in getLength()