Searched refs:excIndex (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/registry/inc/registry/ |
H A D | reflwrit.hxx | 196 sal_uInt16 excIndex, 325 sal_uInt16 excIndex, in setExcData() argument 328 m_pApi->setExcData(m_hImpl, index, excIndex, type.pData); in setExcData()
|
H A D | reflread.hxx | 261 inline ::rtl::OUString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const; 468 inline ::rtl::OUString RegistryTypeReader::getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex … in getMethodExcType() 471 m_pApi->getMethodExcType(m_hImpl, &sRet.pData, index, excIndex); in getMethodExcType()
|
/aoo41x/main/registry/source/ |
H A D | reflwrit.cxx | 564 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 D | reflread.cxx | 885 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()
|
/aoo41x/main/rdbmaker/inc/codemaker/ |
H A D | registry.hxx | 175 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 29 milliseconds