Lines Matching refs:OObjectInputStream
1301 class OObjectInputStream : class
1307 OObjectInputStream( const Reference < XComponentContext > &r) in OObjectInputStream() function in io_stm::OObjectInputStream
1314 ~OObjectInputStream();
1404 OObjectInputStream::~OObjectInputStream() in ~OObjectInputStream()
1409 Any OObjectInputStream::queryInterface( const Type &aType ) throw () in queryInterface()
1424 Reference< XPersistObject > OObjectInputStream::readObject() throw (::com::sun::star::io::IOExcept… in readObject()
1511 void OObjectInputStream::connectToMarkable() in connectToMarkable()
1539 sal_Int32 OObjectInputStream::createMark(void) throw (IOException, RuntimeException) in createMark()
1546 void OObjectInputStream::deleteMark(sal_Int32 Mark) throw (IOException, IllegalArgumentException,… in deleteMark()
1555 void OObjectInputStream::jumpToMark(sal_Int32 nMark) throw (IOException, IllegalArgumentException… in jumpToMark()
1563 void OObjectInputStream::jumpToFurthest(void) throw (IOException, RuntimeException) in jumpToFurthest()
1569 sal_Int32 OObjectInputStream::offsetToMark(sal_Int32 nMark) in offsetToMark()
1580 Sequence< Type > SAL_CALL OObjectInputStream::getTypes(void) throw( RuntimeException ) in getTypes()
1598 Sequence< sal_Int8 > SAL_CALL OObjectInputStream::getImplementationId( ) throw( RuntimeException) in getImplementationId()
1615 OUString OObjectInputStream::getImplementationName() throw () in getImplementationName()
1621 sal_Bool OObjectInputStream::supportsService(const OUString& ServiceName) throw () in supportsService()
1634 Sequence< OUString > OObjectInputStream::getSupportedServiceNames(void) throw () in getSupportedServiceNames()
1644 OObjectInputStream *p = new OObjectInputStream( rCtx ); in OObjectInputStream_CreateInstance()