LibreOffice Module stoc (master) 1
|
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <limits>
#include <map>
#include <memory>
#include <mutex>
#include <set>
#include <o3tl/any.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/weak.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/sequence.hxx>
#include <salhelper/simplereferenceobject.hxx>
#include <com/sun/star/lang/NoSuchMethodException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/reflection/XIdlReflection.hpp>
#include <com/sun/star/reflection/XIdlClass.hpp>
#include <com/sun/star/reflection/XIdlField2.hpp>
#include <com/sun/star/reflection/theCoreReflection.hpp>
#include <com/sun/star/beans/UnknownPropertyException.hpp>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/beans/XIntrospection.hpp>
#include <com/sun/star/beans/XIntrospectionAccess.hpp>
#include <com/sun/star/beans/XMaterialHolder.hpp>
#include <com/sun/star/beans/XExactName.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyConcept.hpp>
#include <com/sun/star/beans/MethodConcept.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
#include <unordered_map>
#include <utility>
Go to the source code of this file.
Macros | |
#define | MethodConcept_NORMAL_IMPL 0x80000000 |
#define | MAP_PROPERTY_SET 0 |
#define | MAP_FIELD 1 |
#define | MAP_GETSET 2 |
#define | MAP_SETONLY 3 |
#define | ARRAY_SIZE_STEP 20 |
Functions | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_stoc_Introspection_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &arguments) |
#define ARRAY_SIZE_STEP 20 |
Definition at line 118 of file introspection.cxx.
#define MAP_FIELD 1 |
Definition at line 110 of file introspection.cxx.
#define MAP_GETSET 2 |
Definition at line 112 of file introspection.cxx.
#define MAP_PROPERTY_SET 0 |
Definition at line 108 of file introspection.cxx.
#define MAP_SETONLY 3 |
Definition at line 114 of file introspection.cxx.
#define MethodConcept_NORMAL_IMPL 0x80000000 |
Definition at line 90 of file introspection.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_stoc_Introspection_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | arguments | ||
) |
Definition at line 2412 of file introspection.cxx.
References SAL_WARN_IF.