29 #ifndef _REGISTRY_REFLREAD_HXX_
30 #define _REGISTRY_REFLREAD_HXX_
123 sal_uInt32 bufferLen,
180 inline ::rtl::OUString
getDoku()
const;
194 inline ::rtl::OUString
getFieldName( sal_uInt16 index )
const;
198 inline ::rtl::OUString
getFieldType( sal_uInt16 index )
const;
214 inline ::rtl::OUString
getFieldDoku( sal_uInt16 index )
const;
229 inline ::rtl::OUString
getMethodName( sal_uInt16 index )
const;
240 inline ::rtl::OUString
getMethodParamType( sal_uInt16 index, sal_uInt16 paramIndex )
const;
247 inline ::rtl::OUString
getMethodParamName( sal_uInt16 index, sal_uInt16 paramIndex )
const;
267 inline ::rtl::OUString
getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex )
const;
283 inline ::rtl::OUString
getMethodDoku( sal_uInt16 index )
const;
326 sal_uInt32 bufferLen,
336 : m_pApi(toCopy.m_pApi)
337 , m_hImpl(toCopy.m_hImpl)
456 m_pApi->getMethodParamType(
m_hImpl, &sRet.pData, index, paramIndex);
463 m_pApi->getMethodParamName(
m_hImpl, &sRet.pData, index, paramIndex);
468 {
return m_pApi->getMethodParamMode(
m_hImpl, index, paramIndex); }
476 m_pApi->getMethodExcType(
m_hImpl, &sRet.pData, index, excIndex);