LibreOffice Module ucbhelper (master) 1
Public Member Functions | Private Attributes | List of all members
ucbhelper::ActiveDataStreamer Class Referencefinal

This class implements the interface css::io::XActiveDataStreamer. More...

#include <activedatastreamer.hxx>

Inheritance diagram for ucbhelper::ActiveDataStreamer:
[legend]
Collaboration diagram for ucbhelper::ActiveDataStreamer:
[legend]

Public Member Functions

virtual void SAL_CALL setStream (const css::uno::Reference< css::io::XStream > &xStream) override
 
virtual css::uno::Reference< css::io::XStream > SAL_CALL getStream () override
 

Private Attributes

css::uno::Reference< css::io::XStream > m_xStream
 

Detailed Description

This class implements the interface css::io::XActiveDataStreamer.

Instances of this class can be passed with the parameters of an "open" command.

Definition at line 34 of file activedatastreamer.hxx.

Member Function Documentation

◆ getStream()

uno::Reference< io::XStream > SAL_CALL ucbhelper::ActiveDataStreamer::getStream ( )
overridevirtual

Definition at line 37 of file activedatastreamer.cxx.

References m_xStream.

◆ setStream()

void SAL_CALL ucbhelper::ActiveDataStreamer::setStream ( const css::uno::Reference< css::io::XStream > &  xStream)
overridevirtual

Definition at line 31 of file activedatastreamer.cxx.

References m_xStream, and xStream.

Member Data Documentation

◆ m_xStream

css::uno::Reference<css::io::XStream> ucbhelper::ActiveDataStreamer::m_xStream
private

Definition at line 36 of file activedatastreamer.hxx.

Referenced by getStream(), and setStream().


The documentation for this class was generated from the following files: