#include <string.h>
#include <unordered_map>
#include <vector>
#include <cppuhelper/weak.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <osl/endian.h>
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/XObjectInputStream.hpp>
#include <com/sun/star/io/XObjectOutputStream.hpp>
#include <com/sun/star/io/XActiveDataSource.hpp>
#include <com/sun/star/io/XActiveDataSink.hpp>
#include <com/sun/star/io/XMarkableStream.hpp>
#include <com/sun/star/io/XConnectable.hpp>
#include <com/sun/star/io/UnexpectedEOFException.hpp>
#include <com/sun/star/io/WrongFormatException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
Go to the source code of this file.
◆ m_aPersistVector
std::vector< Reference< XPersistObject > > m_aPersistVector |
|
private |
◆ m_bValidMarkable
◆ m_bValidStream
◆ m_input
Reference< XInputStream > m_input |
|
protected |
◆ m_mapObject
ObjectContainer_Impl m_mapObject |
|
private |
◆ m_nMaxId
◆ m_output
Reference< XOutputStream > m_output |
|
protected |
◆ m_pred
Reference< XConnectable > m_pred |
|
protected |
◆ m_rCxt
Reference< XComponentContext > m_rCxt |
|
private |
◆ m_rMarkable
Reference< XMarkableStream > m_rMarkable |
|
private |
◆ m_rSMgr
Reference< XMultiComponentFactory > m_rSMgr |
|
private |
◆ m_succ
Reference< XConnectable > m_succ |
|
protected |