#include <tdoc_stgelems.hxx>
|
| | OutputStream (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const OUString &rUri, const css::uno::Reference< css::embed::XStorage > &xParentStorage, const css::uno::Reference< css::io::XOutputStream > &xStreamToWrap) |
| |
| virtual | ~OutputStream () override |
| |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) override |
| |
| virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
| |
| virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
| |
| virtual void SAL_CALL | writeBytes (const css::uno::Sequence< sal_Int8 > &aData) override |
| |
| virtual void SAL_CALL | flush () override |
| |
| virtual void SAL_CALL | closeOutput () override |
| |
| virtual void SAL_CALL | dispose () override |
| |
| virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
| |
| virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
| |
| | ParentStorageHolder (css::uno::Reference< css::embed::XStorage > xParentStorage, const OUString &rUri) |
| |
| bool | isParentARootStorage () const |
| |
| const css::uno::Reference< css::embed::XStorage > & | getParentStorage () const |
| |
| void | setParentStorage (const css::uno::Reference< css::embed::XStorage > &xStg) |
| |
Definition at line 188 of file tdoc_stgelems.hxx.
◆ OutputStream()
| tdoc_ucp::OutputStream::OutputStream |
( |
const css::uno::Reference< css::uno::XComponentContext > & |
rxContext, |
|
|
const OUString & |
rUri, |
|
|
const css::uno::Reference< css::embed::XStorage > & |
xParentStorage, |
|
|
const css::uno::Reference< css::io::XOutputStream > & |
xStreamToWrap |
|
) |
| |
◆ ~OutputStream()
| OutputStream::~OutputStream |
( |
| ) |
|
|
overridevirtual |
◆ addEventListener()
| void SAL_CALL OutputStream::addEventListener |
( |
const css::uno::Reference< css::lang::XEventListener > & |
xListener | ) |
|
|
overridevirtual |
◆ closeOutput()
| void SAL_CALL OutputStream::closeOutput |
( |
| ) |
|
|
overridevirtual |
◆ dispose()
| void SAL_CALL OutputStream::dispose |
( |
void |
| ) |
|
|
overridevirtual |
◆ flush()
| void SAL_CALL OutputStream::flush |
( |
| ) |
|
|
overridevirtual |
◆ getImplementationId()
| uno::Sequence< sal_Int8 > SAL_CALL OutputStream::getImplementationId |
( |
| ) |
|
|
overridevirtual |
◆ getTypes()
| uno::Sequence< uno::Type > SAL_CALL OutputStream::getTypes |
( |
| ) |
|
|
overridevirtual |
◆ queryInterface()
| virtual css::uno::Any SAL_CALL tdoc_ucp::OutputStream::queryInterface |
( |
const css::uno::Type & |
aType | ) |
|
|
overridevirtual |
◆ removeEventListener()
| void SAL_CALL OutputStream::removeEventListener |
( |
const css::uno::Reference< css::lang::XEventListener > & |
aListener | ) |
|
|
overridevirtual |
◆ writeBytes()
| virtual void SAL_CALL tdoc_ucp::OutputStream::writeBytes |
( |
const css::uno::Sequence< sal_Int8 > & |
aData | ) |
|
|
overridevirtual |
◆ m_xAggProxy
| css::uno::Reference< css::uno::XAggregation > tdoc_ucp::OutputStream::m_xAggProxy |
|
private |
◆ m_xWrappedComponent
| css::uno::Reference< css::lang::XComponent > tdoc_ucp::OutputStream::m_xWrappedComponent |
|
private |
◆ m_xWrappedStream
| css::uno::Reference< css::io::XOutputStream > tdoc_ucp::OutputStream::m_xWrappedStream |
|
private |
◆ m_xWrappedTypeProv
| css::uno::Reference< css::lang::XTypeProvider > tdoc_ucp::OutputStream::m_xWrappedTypeProv |
|
private |
The documentation for this class was generated from the following files: