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 | 289 struct ExceptionType struct 291 sal_Int32 _n0; 292 type_info * _pTypeInfo; 293 sal_Int32 _n1, _n2, _n3, _n4; 294 ObjectFunction * _pCopyCtor; 295 sal_Int32 _n5; 297 inline ExceptionType( typelib_TypeDescription * pTypeDescr ) throw () in ExceptionType() function 306 inline ~ExceptionType() throw () in ~ExceptionType()
|
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/ |
H A D | except.cxx | 297 struct ExceptionType struct 299 sal_Int32 _n0; 300 sal_uInt32 _pTypeInfo; // type_info *, RVA on Win64 301 sal_Int32 _n1, _n2, _n3; // pointer to member descriptor, 12 bytes. 302 sal_uInt32 _n4; 303 sal_uInt32 _pCopyCtor; // RVA on Win64 304 sal_Int32 _n5; 306 …static void initialize( unsigned char *p, sal_uInt32 typeInfoRVA, typelib_TypeDescription * pTypeD… in initialize()
|
/trunk/main/codemaker/source/idlmaker/ |
H A D | idltype.hxx | 186 class ExceptionType : public IdlType class
|
H A D | idltype.cxx | 1349 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
|
/trunk/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.hxx | 238 class ExceptionType : public CorbaType class
|
H A D | corbatype.cxx | 2317 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
|
/trunk/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 282 class ExceptionType : public CppuType class
|
H A D | cpputype.cxx | 3075 ExceptionType::ExceptionType(typereg::Reader& typeReader, in ExceptionType() function in ExceptionType
|
/trunk/main/codemaker/source/cunomaker/ |
H A D | cunotype.hxx | 233 class ExceptionType : public CunoType class
|
H A D | cunotype.cxx | 2935 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterAccessibility.cxx | 247 enum ExceptionType { ET_Runtime, ET_Disposed, ET_IndexOutOfBounds }; enum in sdext::presenter::PresenterAccessible::AccessibleObject
|
Completed in 258 milliseconds