Home
last modified time | relevance | path

Searched defs:ExceptionType (Results 1 – 11 of 11) sorted by relevance

/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx298 struct ExceptionType struct
300 sal_Int32 _n0;
301 type_info * _pTypeInfo;
302 sal_Int32 _n1, _n2, _n3, _n4;
303 ObjectFunction * _pCopyCtor;
304 sal_Int32 _n5;
306 inline ExceptionType( typelib_TypeDescription * pTypeDescr ) throw () in ExceptionType() function
315 inline ~ExceptionType() throw () in ~ExceptionType()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx365 struct ExceptionType struct
367 sal_Int32 _n0;
368 sal_uInt32 _pTypeInfo; // type_info *, RVA on Win64
369 sal_Int32 _n1, _n2, _n3; // pointer to member descriptor, 12 bytes.
370 sal_uInt32 _n4;
371 sal_uInt32 _pCopyCtor; // RVA on Win64
372 sal_Int32 _n5;
374 …_uInt32 typeInfoRVA, typelib_TypeDescription * pTypeDescr, sal_uInt32 copyConstructorRVA ) throw () in initialize()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.hxx185 class ExceptionType : public IdlType class
H A Didltype.cxx1341 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx233 class ExceptionType : public CorbaType class
H A Dcorbatype.cxx2305 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx281 class ExceptionType : public CppuType class
H A Dcpputype.cxx3058 ExceptionType::ExceptionType(typereg::Reader& typeReader, in ExceptionType() function in ExceptionType
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.hxx232 class ExceptionType : public CunoType class
H A Dcunotype.cxx2921 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx218 enum ExceptionType { ET_Runtime, ET_Disposed, ET_IndexOutOfBounds }; enum in sdext::presenter::PresenterAccessible::AccessibleObject