20 #ifndef _REGISTRY_REFLREAD_HXX_
21 #define _REGISTRY_REFLREAD_HXX_
114 sal_uInt32 bufferLen,
171 inline ::rtl::OUString
getDoku()
const;
185 inline ::rtl::OUString
getFieldName( sal_uInt16 index )
const;
189 inline ::rtl::OUString
getFieldType( sal_uInt16 index )
const;
205 inline ::rtl::OUString
getFieldDoku( sal_uInt16 index )
const;
220 inline ::rtl::OUString
getMethodName( sal_uInt16 index )
const;
231 inline ::rtl::OUString
getMethodParamType( sal_uInt16 index, sal_uInt16 paramIndex )
const;
238 inline ::rtl::OUString
getMethodParamName( sal_uInt16 index, sal_uInt16 paramIndex )
const;
258 inline ::rtl::OUString
getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex )
const;
274 inline ::rtl::OUString
getMethodDoku( sal_uInt16 index )
const;
317 sal_uInt32 bufferLen,
327 : m_pApi(toCopy.m_pApi)
328 , m_hImpl(toCopy.m_hImpl)
447 m_pApi->getMethodParamType(
m_hImpl, &sRet.pData, index, paramIndex);
454 m_pApi->getMethodParamName(
m_hImpl, &sRet.pData, index, paramIndex);
459 {
return m_pApi->getMethodParamMode(
m_hImpl, index, paramIndex); }
467 m_pApi->getMethodExcType(
m_hImpl, &sRet.pData, index, excIndex);