Searched refs:UnoBinaryInputStream (Results 1 – 1 of 1) sorted by relevance
50 class UnoBinaryInputStream : public UnoBinaryInputStream_BASE class53 explicit UnoBinaryInputStream( BinaryInputStream& rInStrm );75 UnoBinaryInputStream::UnoBinaryInputStream( BinaryInputStream& rInStrm ) : in UnoBinaryInputStream() function in oox::__anon01e9a8040111::UnoBinaryInputStream80 sal_Int32 SAL_CALL UnoBinaryInputStream::readBytes( Sequence< sal_Int8 >& rData, sal_Int32 nBytesTo… in readBytes()87 sal_Int32 SAL_CALL UnoBinaryInputStream::readSomeBytes( Sequence< sal_Int8 >& rData, sal_Int32 nMax… in readSomeBytes()94 void SAL_CALL UnoBinaryInputStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()101 sal_Int32 SAL_CALL UnoBinaryInputStream::available() throw (NotConnectedException, IOException, Run… in available()107 void SAL_CALL UnoBinaryInputStream::closeInput() throw (NotConnectedException, IOException, Runtime… in closeInput()114 void UnoBinaryInputStream::ensureConnected() const throw (NotConnectedException) in ensureConnected()131 init( rxContext, new UnoBinaryInputStream( rInStrm ), eTextEnc ); in TextInputStream()
Completed in 7 milliseconds