#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <limits>
#include <o3tl/any.hxx>
#include <typelib/typedescription.hxx>
#include <uno/data.h>
#include "base.hxx"
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/reflection/XIdlField2.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/typeprovider.hxx>
Go to the source code of this file.
◆ m_xExceptionTypes
std::optional<Sequence< Reference< XIdlClass > > > m_xExceptionTypes |
|
private |
◆ m_xParamInfos
std::optional<Sequence< ParamInfo > > m_xParamInfos |
|
private |
◆ m_xParamTypes
std::optional<Sequence< Reference< XIdlClass > > > m_xParamTypes |
|
private |