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.cxx289 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()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx297 struct ExceptionType struct
308 ExceptionType *e = (ExceptionType*)p; in initialize()
343 …OSL_ENSURE( sizeof(sal_Int32) == sizeof(ExceptionType *), "### pointer size differs from sal_Int32… in RaiseInfo()
356 bytesNeeded += align16( sizeof( ExceptionType ) ); in RaiseInfo()
394ExceptionType::initialize( p, typeInfoRVA, (typelib_TypeDescription *)pCompTypeDescr, copyConstruc… in RaiseInfo()
396 p += align16( sizeof(ExceptionType) ); in RaiseInfo()
589 ExceptionType * pType = reinterpret_cast< ExceptionType * >( in mscx_filterCppException()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx1349 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()
H A Didltype.hxx186 class ExceptionType : public IdlType class
189 ExceptionType(TypeReader& typeReader,
194 virtual ~ExceptionType();
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx238 class ExceptionType : public CorbaType class
241 ExceptionType(TypeReader& typeReader,
247 virtual ~ExceptionType();
H A Dcorbatype.cxx2317 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()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.hxx233 class ExceptionType : public CunoType class
236 ExceptionType(TypeReader& typeReader,
241 virtual ~ExceptionType();
H A Dcunotype.cxx2935 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()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx282 class ExceptionType : public CppuType class
285 ExceptionType(typereg::Reader& typeReader,
289 virtual ~ExceptionType();
H A Dcpputype.cxx3075 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()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx247 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()

Completed in 239 milliseconds