LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/udkapi/com/sun/star/script - InvocationInfo.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 1 0.0 %
Date: 2012-12-27 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_SCRIPT_INVOCATIONINFO_HDL
       2             : #define INCLUDED_COM_SUN_STAR_SCRIPT_INVOCATIONINFO_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/script/MemberType.hdl"
       7             : #include "com/sun/star/reflection/ParamMode.hdl"
       8             : #include "com/sun/star/uno/Sequence.h"
       9             : #include "com/sun/star/uno/Type.h"
      10             : #include "cppu/macros.hxx"
      11             : #include "rtl/ustring.hxx"
      12             : #include "sal/types.h"
      13             : 
      14             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      15             : 
      16             : namespace com { namespace sun { namespace star { namespace script {
      17             : 
      18             : #ifdef SAL_W32
      19             : #   pragma pack(push, 8)
      20             : #endif
      21             : 
      22           0 : struct InvocationInfo {
      23             :     inline InvocationInfo() SAL_THROW(());
      24             : 
      25             :     inline InvocationInfo(const ::rtl::OUString& aName_, const css::script::MemberType& eMemberType_, const ::sal_Int16& PropertyAttribute_, const ::com::sun::star::uno::Type& aType_, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >& aParamTypes_, const ::com::sun::star::uno::Sequence< css::reflection::ParamMode >& aParamModes_) SAL_THROW(());
      26             : 
      27             :     ::rtl::OUString aName;
      28             :     css::script::MemberType eMemberType;
      29             :     ::sal_Int16 PropertyAttribute;
      30             :     ::com::sun::star::uno::Type aType;
      31             :     ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > aParamTypes;
      32             :     ::com::sun::star::uno::Sequence< css::reflection::ParamMode > aParamModes;
      33             : };
      34             : 
      35             : #ifdef SAL_W32
      36             : #   pragma pack(pop)
      37             : #endif
      38             : 
      39             : 
      40             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::script::InvocationInfo const *);
      41             : } } } }
      42             : 
      43             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const css::script::InvocationInfo *) SAL_THROW(());
      44             : 
      45             : #endif

Generated by: LCOV version 1.10