Home
last modified time | relevance | path

Searched refs:excIndex (Results 1 – 5 of 5) sorted by relevance

/trunk/main/registry/inc/registry/
H A Dreflwrit.hxx197 sal_uInt16 excIndex,
326 sal_uInt16 excIndex, in setExcData() argument
329 m_pApi->setExcData(m_hImpl, index, excIndex, type.pData); in setExcData()
H A Dreflread.hxx262 inline ::rtl::OUString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const;
469 inline ::rtl::OUString RegistryTypeReader::getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex in getMethodExcType()
472 m_pApi->getMethodExcType(m_hImpl, &sRet.pData, index, excIndex); in getMethodExcType()
/trunk/main/registry/source/
H A Dreflwrit.cxx564 void setExcName(sal_uInt16 excIndex, const OString& name);
607 void MethodEntry::setExcName(sal_uInt16 excIndex, const OString& name) in setExcName() argument
609 if (excIndex < m_excCount) in setExcName()
611 m_excNames[excIndex] = name; in setExcName()
1351 sal_uInt16 excIndex, in setExcData() argument
1354 typereg_writer_setMethodExceptionTypeName(hEntry, index, excIndex, type); in setExcData()
H A Dreflread.cxx885 const sal_Char* getMethodExcType(sal_uInt16 index, sal_uInt16 excIndex);
1019 const sal_Char* MethodList::getMethodExcType(sal_uInt16 index, sal_uInt16 excIndex) in getMethodExcType() argument
1027 if (excIndex <= readUINT16(excOffset)) in getMethodExcType()
1033 (excIndex * sizeof(sal_uInt16)))); in getMethodExcType()
1564 …eptionTypeName(void * hEntry, rtl_uString** pMethodExcpType, sal_uInt16 index, sal_uInt16 excIndex) in typereg_reader_getMethodExceptionTypeName() argument
1575 const sal_Char* pTmp = pEntry->m_pMethods->getMethodExcType(index, excIndex); in typereg_reader_getMethodExceptionTypeName()
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx175 inline const ::rtl::OString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const in getMethodExcType()
176 { return inGlobalSet( m_pImpl->m_pReader->getMethodExceptionTypeName(index,excIndex) ); } in getMethodExcType()

Completed in 44 milliseconds