Lines Matching refs:Stream
785 Stream::Stream( in Stream() function in Stream
847 Stream::~Stream() in ~Stream()
860 uno::Any SAL_CALL Stream::queryInterface( const uno::Type& aType ) in queryInterface()
881 uno::Sequence< uno::Type > SAL_CALL Stream::getTypes() in getTypes()
889 uno::Sequence< sal_Int8 > SAL_CALL Stream::getImplementationId() in getImplementationId()
902 uno::Reference< io::XInputStream > SAL_CALL Stream::getInputStream() in getInputStream()
910 uno::Reference< io::XOutputStream > SAL_CALL Stream::getOutputStream() in getOutputStream()
923 void SAL_CALL Stream::writeBytes( const uno::Sequence< sal_Int8 >& aData ) in writeBytes()
938 void SAL_CALL Stream::flush() in flush()
953 void SAL_CALL Stream::closeOutput() in closeOutput()
976 void SAL_CALL Stream::truncate() in truncate()
994 sal_Int32 SAL_CALL Stream::readBytes( uno::Sequence< sal_Int8 >& aData, in readBytes()
1006 sal_Int32 SAL_CALL Stream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, in readSomeBytes()
1018 void SAL_CALL Stream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
1029 sal_Int32 SAL_CALL Stream::available() in available()
1039 void SAL_CALL Stream::closeInput() in closeInput()
1054 void SAL_CALL Stream::dispose() in dispose()
1066 void SAL_CALL Stream::addEventListener( in addEventListener()
1075 void SAL_CALL Stream::removeEventListener( in removeEventListener()
1088 void Stream::commitChanges() in commitChanges()