Lines Matching refs:ODataInputStream

65 class ODataInputStream :  class
74 ODataInputStream( ) in ODataInputStream() function in io_stm::ODataInputStream
80 ~ODataInputStream();
136 ODataInputStream::~ODataInputStream() in ~ODataInputStream()
142 sal_Int32 ODataInputStream::readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) in readBytes()
161 sal_Int32 ODataInputStream::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes()
176 void ODataInputStream::skipBytes(sal_Int32 nBytesToSkip) in skipBytes()
191 sal_Int32 ODataInputStream::available(void) in available()
208 void ODataInputStream::closeInput(void ) in closeInput()
231 sal_Int8 ODataInputStream::readBoolean(void) throw (IOException, RuntimeException) in readBoolean()
236 sal_Int8 ODataInputStream::readByte(void) throw (IOException, RuntimeException) in readByte()
246 sal_Unicode ODataInputStream::readChar(void) throw (IOException, RuntimeException) in readChar()
258 sal_Int16 ODataInputStream::readShort(void) throw (IOException, RuntimeException) in readShort()
271 sal_Int32 ODataInputStream::readLong(void) throw (IOException, RuntimeException) in readLong()
284 sal_Int64 ODataInputStream::readHyper(void) throw (IOException, RuntimeException) in readHyper()
304 float ODataInputStream::readFloat(void) throw (IOException, RuntimeException) in readFloat()
311 double ODataInputStream::readDouble(void) throw (IOException, RuntimeException) in readDouble()
330 OUString ODataInputStream::readUTF(void) throw (IOException, RuntimeException) in readUTF()
411 void ODataInputStream::setInputStream(const Reference< XInputStream > & aStream) in setInputStream()
425 Reference< XInputStream > ODataInputStream::getInputStream(void) throw (RuntimeException) in getInputStream()
433 void ODataInputStream::setSuccessor( const Reference < XConnectable > &r ) throw (RuntimeException) in setSuccessor()
448 Reference < XConnectable > ODataInputStream::getSuccessor() throw (RuntimeException) in getSuccessor()
455 void ODataInputStream::setPredecessor( const Reference < XConnectable > &r ) in setPredecessor()
466 Reference < XConnectable > ODataInputStream::getPredecessor() throw (RuntimeException) in getPredecessor()
472 OUString ODataInputStream::getImplementationName() throw () in getImplementationName()
478 sal_Bool ODataInputStream::supportsService(const OUString& ServiceName) throw () in supportsService()
491 Sequence< OUString > ODataInputStream::getSupportedServiceNames(void) throw () in getSupportedServiceNames()
505 ODataInputStream *p = new ODataInputStream; in ODataInputStream_CreateInstance()
1302 public ODataInputStream,
1318 …void SAL_CALL acquire() throw() { ODataInputStream::acqui… in acquire()
1319 …void SAL_CALL release() throw() { ODataInputStream::relea… in release()
1326 { return ODataInputStream::readBytes( aData , nBytesToRead ); } in readBytes()
1332 { return ODataInputStream::readSomeBytes( aData, nMaxBytesToRead ); } in readSomeBytes()
1338 { ODataInputStream::skipBytes( nBytesToSkip ); } in skipBytes()
1343 { return ODataInputStream::available(); } in available()
1348 { ODataInputStream::closeInput(); } in closeInput()
1352 { return ODataInputStream::readBoolean(); } in readBoolean()
1354 { return ODataInputStream::readByte(); } in readByte()
1356 { return ODataInputStream::readChar(); } in readChar()
1358 { return ODataInputStream::readShort(); } in readShort()
1360 { return ODataInputStream::readLong(); } in readLong()
1362 { return ODataInputStream::readHyper(); } in readHyper()
1364 { return ODataInputStream::readFloat(); } in readFloat()
1366 { return ODataInputStream::readDouble(); } in readDouble()
1368 { return ODataInputStream::readUTF(); } in readUTF()
1420 return ODataInputStream::queryInterface( aType ); in queryInterface()
1434 sal_Int32 nLen = (sal_uInt16) ODataInputStream::readShort(); in readObject()
1591 ODataInputStream::getTypes() ); in getTypes()