/aoo41x/main/bridges/source/cpp_uno/msvc_win32_intel/ |
H A D | except.cxx | 289 struct ExceptionType struct 297 inline ExceptionType( typelib_TypeDescription * pTypeDescr ) throw () in ExceptionType() function 306 inline ~ExceptionType() throw () in ~ExceptionType() argument 330 …OSL_ENSURE( sizeof(sal_Int32) == sizeof(ExceptionType *), "### pointer size differs from sal_Int32… in RaiseInfo() 343 _types = ::rtl_allocateMemory( sizeof(sal_Int32) + (sizeof(ExceptionType *) * nLen) ); in RaiseInfo() 346 ExceptionType ** ppTypes = (ExceptionType **)((sal_Int32 *)_types + 1); in RaiseInfo() 352 ppTypes[nPos++] = new ExceptionType( (typelib_TypeDescription *)pCompTypeDescr ); in RaiseInfo() 358 ExceptionType ** ppTypes = (ExceptionType **)((sal_Int32 *)_types + 1); in ~RaiseInfo() 553 ExceptionType * pType = *reinterpret_cast< ExceptionType ** >( in msci_filterCppException()
|
/aoo41x/main/codemaker/source/idlmaker/ |
H A D | idltype.hxx | 186 class ExceptionType : public IdlType class 189 ExceptionType(TypeReader& typeReader, 194 virtual ~ExceptionType();
|
H A D | idltype.cxx | 1349 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType 1357 ExceptionType::~ExceptionType() in ~ExceptionType() 1362 sal_Bool ExceptionType::dumpHFile(FileStream& o) in dumpHFile() 1428 void ExceptionType::dumpSuperMember(FileStream& o, const OString& superType) in dumpSuperMember() 1654 ExceptionType eType(reader, typeName, typeMgr, typeDependencies); in produceType()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.hxx | 238 class ExceptionType : public CorbaType class 241 ExceptionType(TypeReader& typeReader, 247 virtual ~ExceptionType();
|
H A D | corbatype.cxx | 2317 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType 2326 ExceptionType::~ExceptionType() in ~ExceptionType() 2331 void ExceptionType::dumpFunctions(FileStream& o) in dumpFunctions() 2462 sal_Bool ExceptionType::dumpSuperMember(FileStream& o, const OString& superType, sal_Bool bWithType) in dumpSuperMember() 2676 ExceptionType eType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType()
|
/aoo41x/main/codemaker/source/cunomaker/ |
H A D | cunotype.hxx | 233 class ExceptionType : public CunoType class 236 ExceptionType(TypeReader& typeReader, 241 virtual ~ExceptionType();
|
H A D | cunotype.cxx | 2935 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType 2943 ExceptionType::~ExceptionType() in ~ExceptionType() 2948 sal_Bool ExceptionType::dumpHFile(FileStream& o) in dumpHFile() 2977 sal_Bool ExceptionType::dumpDeclaration(FileStream& o) in dumpDeclaration() 3027 sal_Bool ExceptionType::dumpCFile(FileStream& o) in dumpCFile() 3431 ExceptionType eType(reader, typeName, typeMgr, typeDependencies); in produceType()
|
/aoo41x/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 282 class ExceptionType : public CppuType class 285 ExceptionType(typereg::Reader& typeReader, 289 virtual ~ExceptionType();
|
H A D | cpputype.cxx | 3075 ExceptionType::ExceptionType(typereg::Reader& typeReader, in ExceptionType() function in ExceptionType 3082 ExceptionType::~ExceptionType() in ~ExceptionType() 3087 sal_Bool ExceptionType::dumpHFile( in dumpHFile() 3120 sal_Bool ExceptionType::dumpDeclaration(FileStream& o) in dumpDeclaration() 3209 sal_Bool ExceptionType::dumpHxxFile( in dumpHxxFile() 3398 sal_Bool ExceptionType::dumpSuperMember(FileStream& o, const OString& superType, sal_Bool bWithType) in dumpSuperMember() 4271 ExceptionType eType(reader, typeName, typeMgr); in produceType() 4406 ExceptionType eType(reader, typeName, typeMgr); in produceType()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterAccessibility.cxx | 247 enum ExceptionType { ET_Runtime, ET_Disposed, ET_IndexOutOfBounds }; enum in sdext::presenter::PresenterAccessible::AccessibleObject 248 void ThrowException (const sal_Char* pMessage, const ExceptionType eExceptionType) const; 1608 const ExceptionType eExceptionType) const in ThrowException()
|