Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/helper/
H A Dtextinputstream.cxx50 class UnoBinaryInputStream : public UnoBinaryInputStream_BASE class
53 explicit UnoBinaryInputStream( BinaryInputStream& rInStrm );
75 UnoBinaryInputStream::UnoBinaryInputStream( BinaryInputStream& rInStrm ) : in UnoBinaryInputStream() function in oox::__anonae0ce8b50111::UnoBinaryInputStream
80 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 14 milliseconds