Home
last modified time | relevance | path

Searched refs:nSetExceptions (Results 1 – 3 of 3) sorted by relevance

/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx735 pTmp->nSetExceptions = 0; in typelib_typedescription_newEmpty()
1356 sal_Int32 nSetExceptions, rtl_uString ** ppSetExceptionNames ) in typelib_typedescription_newExtendedInterfaceAttribute() argument
1403 (*ppRet)->nSetExceptions = nSetExceptions; in typelib_typedescription_newExtendedInterfaceAttribute()
1405 nSetExceptions, ppSetExceptionNames); in typelib_typedescription_newExtendedInterfaceAttribute()
1540 deleteExceptions(pIATD->nSetExceptions, pIATD->ppSetExceptions); in typelib_typedescription_destructExtendedMembers()
2043 newAttribute->nSetExceptions = baseAttribute->nSetExceptions; in createDerivedInterfaceMemberDescription()
2045 baseAttribute->nSetExceptions, in createDerivedInterfaceMemberDescription()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h399 sal_Int32 nSetExceptions; member
782 sal_Int32 nSetExceptions, rtl_uString ** ppSetExceptionNames )
/trunk/main/binaryurp/source/
H A Dreader.cxx435 n = req.setter ? atd->nSetExceptions : atd->nGetExceptions; in readReplyMessage()