Searched defs:ExceptionType (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/bridges/source/cpp_uno/msvc_win32_intel/ |
| H A D | except.cxx | 298 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 D | except.cxx | 365 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 D | idltype.hxx | 185 class ExceptionType : public IdlType class
|
| H A D | idltype.cxx | 1341 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.hxx | 233 class ExceptionType : public CorbaType class
|
| H A D | corbatype.cxx | 2305 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cpputype.hxx | 281 class ExceptionType : public CppuType class
|
| H A D | cpputype.cxx | 3058 ExceptionType::ExceptionType(typereg::Reader& typeReader, in ExceptionType() function in ExceptionType
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.hxx | 232 class ExceptionType : public CunoType class
|
| H A D | cunotype.cxx | 2921 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterAccessibility.cxx | 218 enum ExceptionType { ET_Runtime, ET_Disposed, ET_IndexOutOfBounds }; enum in sdext::presenter::PresenterAccessible::AccessibleObject
|