LibreOffice Module sw (master) 1
|
#include <retrievedinputstreamdata.hxx>
Public Member Functions | |
tData () | |
tData (std::weak_ptr< SwAsyncRetrieveInputStreamThreadConsumer > pThreadConsumer) | |
Public Attributes | |
std::weak_ptr< SwAsyncRetrieveInputStreamThreadConsumer > | mpThreadConsumer |
css::uno::Reference< css::io::XInputStream > | mxInputStream |
bool | mbIsStreamReadOnly |
Definition at line 50 of file retrievedinputstreamdata.hxx.
|
inline |
Definition at line 56 of file retrievedinputstreamdata.hxx.
|
inline |
Definition at line 61 of file retrievedinputstreamdata.hxx.
bool SwRetrievedInputStreamDataManager::tData::mbIsStreamReadOnly |
Definition at line 54 of file retrievedinputstreamdata.hxx.
Referenced by IMPL_STATIC_LINK(), and SwRetrievedInputStreamDataManager::PopData().
std::weak_ptr< SwAsyncRetrieveInputStreamThreadConsumer > SwRetrievedInputStreamDataManager::tData::mpThreadConsumer |
Definition at line 52 of file retrievedinputstreamdata.hxx.
Referenced by IMPL_STATIC_LINK(), and SwRetrievedInputStreamDataManager::PopData().
css::uno::Reference<css::io::XInputStream> SwRetrievedInputStreamDataManager::tData::mxInputStream |
Definition at line 53 of file retrievedinputstreamdata.hxx.
Referenced by IMPL_STATIC_LINK(), and SwRetrievedInputStreamDataManager::PopData().