LibreOffice Module sw (master) 1
|
#include <retrievedinputstreamdata.hxx>
#include <retrieveinputstreamconsumer.hxx>
#include <vcl/svapp.hxx>
Go to the source code of this file.
Functions | |
IMPL_STATIC_LINK (SwRetrievedInputStreamDataManager, LinkedInputStreamReady, void *, p, void) | |
callback function, which is triggered by input stream data manager on filling of the data container to provide retrieved input stream to the thread Consumer using <Application::PostUserEvent(..)> More... | |
IMPL_STATIC_LINK | ( | SwRetrievedInputStreamDataManager | , |
LinkedInputStreamReady | , | ||
void * | , | ||
p | , | ||
void | |||
) |
callback function, which is triggered by input stream data manager on filling of the data container to provide retrieved input stream to the thread Consumer using <Application::PostUserEvent(..)>
#i73788# Note: This method has to be run in the main thread.
Definition at line 118 of file retrievedinputstreamdata.cxx.
References SwRetrievedInputStreamDataManager::GetManager(), SwRetrievedInputStreamDataManager::tData::mbIsStreamReadOnly, SwRetrievedInputStreamDataManager::tData::mpThreadConsumer, SwRetrievedInputStreamDataManager::tData::mxInputStream, p, and SwRetrievedInputStreamDataManager::PopData().