Searched refs:pExceptions (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/autodoc/source/ary/cpp/ |
H A D | c_funct.cxx | 102 pExceptions( i_bThrowExists ? new ExceptionTypeList(i_rExceptions) : 0 ) in Function() 128 ( ( NOT pExceptions AND NOT i_f.pExceptions ) in IsIdentical() 130 ( pExceptions AND i_f.pExceptions in IsIdentical() 131 ? *pExceptions == *i_f.pExceptions in IsIdentical()
|
/aoo4110/main/idlc/source/ |
H A D | astoperation.cxx | 36 void AstOperation::setExceptions(DeclList const * pExceptions) in setExceptions() argument 38 if (pExceptions != 0) { in setExceptions() 42 m_exceptions = *pExceptions; in setExceptions()
|
/aoo4110/main/autodoc/source/display/idl/ |
H A D | hfi_siservice.cxx | 159 pExceptions; in produce_MemberDetails() local 160 funcAttr::Get_Exceptions(pExceptions, i_ce); in produce_MemberDetails() 165 *pExceptions, in produce_MemberDetails()
|
H A D | hfi_interface.cxx | 237 pExceptions; in produce_MemberDetails() local 238 funcAttr::Get_Exceptions(pExceptions, i_ce); in produce_MemberDetails() 243 *pExceptions, in produce_MemberDetails()
|
/aoo4110/main/cppu/source/threadpool/ |
H A D | current.cxx | 92 rtl_uString * pExceptions[1]; in get_type_XCurrentContext() local 95 pExceptions[0] = sExceptionName0.pData; in get_type_XCurrentContext() 102 1, aParameters, 1, pExceptions ); in get_type_XCurrentContext()
|
/aoo4110/main/autodoc/inc/ary/cpp/ |
H A D | c_funct.hxx | 89 Exceptions() const { return pExceptions.Ptr(); } in Exceptions() 125 pExceptions; // if (NOT pExceptions) there is no throw, member in ary::cpp::Function
|
/aoo4110/main/cppu/source/typelib/ |
H A D | static_types.cxx | 262 rtl_uString * pExceptions[1]; in typelib_static_type_getByTypeClass() local 264 pExceptions[0] = sExceptionName0.pData; in typelib_static_type_getByTypeClass() 269 1, aParameters, 1, pExceptions ); in typelib_static_type_getByTypeClass()
|
/aoo4110/main/idlc/inc/idlc/ |
H A D | astoperation.hxx | 55 void setExceptions(DeclList const * pExceptions);
|
/aoo4110/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 377 const Reference< XTypeDescription > * pExceptions = rExceptions.getConstArray(); in createCTD() local 384 OUString aExceptionTypeName( pExceptions[nPos]->getName() ); in createCTD()
|
Completed in 39 milliseconds