Home
last modified time | relevance | path

Searched refs: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
306 inline ExceptionType( typelib_TypeDescription * pTypeDescr ) throw () in ExceptionType() argument
315 inline ~ExceptionType() throw () in ~ExceptionType() argument
339 …OSL_ENSURE( sizeof(sal_Int32) == sizeof(ExceptionType *), "### pointer size differs from sal_Int32… in RaiseInfo()
352 _types = ::rtl_allocateMemory( sizeof(sal_Int32) + (sizeof(ExceptionType *) * nLen) ); in RaiseInfo()
355 ExceptionType ** ppTypes = (ExceptionType **)((sal_Int32 *)_types + 1); in RaiseInfo()
361 ppTypes[nPos++] = new ExceptionType( (typelib_TypeDescription *)pCompTypeDescr ); in RaiseInfo()
367 ExceptionType ** ppTypes = (ExceptionType **)((sal_Int32 *)_types + 1); in ~RaiseInfo()
582 ExceptionType * pType = *reinterpret_cast< ExceptionType ** >( in msci_filterCppException()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx365 struct ExceptionType struct
376 ExceptionType *e = (ExceptionType*)p; in initialize()
411 …OSL_ENSURE( sizeof(sal_Int64) == sizeof(ExceptionType *), "### pointer size differs from sal_Int64… in RaiseInfo()
424 bytesNeeded += align16( sizeof( ExceptionType ) ); in RaiseInfo()
462ExceptionType::initialize( p, typeInfoRVA, (typelib_TypeDescription *)pCompTypeDescr, copyConstruc… in RaiseInfo()
464 p += align16( sizeof(ExceptionType) ); in RaiseInfo()
670 ExceptionType * pType = reinterpret_cast< ExceptionType * >( in mscx_filterCppException()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.hxx185 class ExceptionType : public IdlType class
188 ExceptionType(TypeReader& typeReader,
193 virtual ~ExceptionType();
H A Didltype.cxx1341 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
1349 ExceptionType::~ExceptionType() in ~ExceptionType()
1354 sal_Bool ExceptionType::dumpHFile(FileStream& o) in dumpHFile()
1419 void ExceptionType::dumpSuperMember(FileStream& o, const OString& superType) in dumpSuperMember()
1642 ExceptionType eType(reader, typeName, typeMgr, typeDependencies); in produceType()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx233 class ExceptionType : public CorbaType class
236 ExceptionType(TypeReader& typeReader,
242 virtual ~ExceptionType();
H A Dcorbatype.cxx2305 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
2314 ExceptionType::~ExceptionType() in ~ExceptionType()
2319 void ExceptionType::dumpFunctions(FileStream& o) in dumpFunctions()
2450 sal_Bool ExceptionType::dumpSuperMember(FileStream& o, const OString& superType, sal_Bool bWithType) in dumpSuperMember()
2663ExceptionType eType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.hxx232 class ExceptionType : public CunoType class
235 ExceptionType(TypeReader& typeReader,
240 virtual ~ExceptionType();
H A Dcunotype.cxx2921 ExceptionType::ExceptionType(TypeReader& typeReader, in ExceptionType() function in ExceptionType
2929 ExceptionType::~ExceptionType() in ~ExceptionType()
2934 sal_Bool ExceptionType::dumpHFile(FileStream& o) in dumpHFile()
2962 sal_Bool ExceptionType::dumpDeclaration(FileStream& o) in dumpDeclaration()
3011 sal_Bool ExceptionType::dumpCFile(FileStream& o) in dumpCFile()
3407 ExceptionType eType(reader, typeName, typeMgr, typeDependencies); in produceType()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx281 class ExceptionType : public CppuType class
284 ExceptionType(typereg::Reader& typeReader,
288 virtual ~ExceptionType();
H A Dcpputype.cxx3058 ExceptionType::ExceptionType(typereg::Reader& typeReader, in ExceptionType() function in ExceptionType
3065 ExceptionType::~ExceptionType() in ~ExceptionType()
3070 sal_Bool ExceptionType::dumpHFile( in dumpHFile()
3102 sal_Bool ExceptionType::dumpDeclaration(FileStream& o) in dumpDeclaration()
3190 sal_Bool ExceptionType::dumpHxxFile( in dumpHxxFile()
3378 sal_Bool ExceptionType::dumpSuperMember(FileStream& o, const OString& superType, sal_Bool bWithType) in dumpSuperMember()
4242 ExceptionType eType(reader, typeName, typeMgr); in produceType()
4376 ExceptionType eType(reader, typeName, typeMgr); in produceType()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx218 enum ExceptionType { ET_Runtime, ET_Disposed, ET_IndexOutOfBounds }; enum in sdext::presenter::PresenterAccessible::AccessibleObject
219 void ThrowException (const sal_Char* pMessage, const ExceptionType eExceptionType) const;
1513 const ExceptionType eExceptionType) const in ThrowException()