Lines Matching refs:index

189 	inline ::rtl::OUString 	getFieldName( sal_uInt16 index ) const;
193 inline ::rtl::OUString getFieldType( sal_uInt16 index ) const;
197 inline RTFieldAccess getFieldAccess( sal_uInt16 index ) const;
203 inline RTConstValue getFieldConstValue( sal_uInt16 index ) const;
209 inline ::rtl::OUString getFieldDoku( sal_uInt16 index ) const;
216 inline ::rtl::OUString getFieldFileName( sal_uInt16 index ) const;
224 inline ::rtl::OUString getMethodName( sal_uInt16 index ) const;
228 inline sal_uInt32 getMethodParamCount( sal_uInt16 index ) const;
235 inline ::rtl::OUString getMethodParamType( sal_uInt16 index, sal_uInt16 paramIndex ) const;
242 inline ::rtl::OUString getMethodParamName( sal_uInt16 index, sal_uInt16 paramIndex ) const;
249 inline RTParamMode getMethodParamMode( sal_uInt16 index, sal_uInt16 paramIndex ) const;
255 inline sal_uInt32 getMethodExcCount( sal_uInt16 index ) const;
262 inline ::rtl::OUString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const;
266 inline ::rtl::OUString getMethodReturnType( sal_uInt16 index ) const;
273 inline RTMethodMode getMethodMode( sal_uInt16 index ) const;
279 inline ::rtl::OUString getMethodDoku( sal_uInt16 index ) const;
289 inline ::rtl::OUString getReferenceName( sal_uInt16 index ) const;
295 inline RTReferenceType getReferenceType( sal_uInt16 index ) const;
301 inline ::rtl::OUString getReferenceDoku( sal_uInt16 index ) const;
309 inline RTFieldAccess getReferenceAccess( sal_uInt16 index ) const;
398 inline ::rtl::OUString RegistryTypeReader::getFieldName( sal_uInt16 index ) const in getFieldName()
401 m_pApi->getFieldName(m_hImpl, &sRet.pData, index); in getFieldName()
405 inline ::rtl::OUString RegistryTypeReader::getFieldType( sal_uInt16 index ) const in getFieldType()
408 m_pApi->getFieldType(m_hImpl, &sRet.pData, index); in getFieldType()
412 inline RTFieldAccess RegistryTypeReader::getFieldAccess( sal_uInt16 index ) const in getFieldAccess()
413 { return m_pApi->getFieldAccess(m_hImpl, index); } in getFieldAccess()
415 inline RTConstValue RegistryTypeReader::getFieldConstValue( sal_uInt16 index ) const in getFieldConstValue()
418 ret.m_type = m_pApi->getFieldConstValue(m_hImpl, index, &ret.m_value); in getFieldConstValue()
422 inline ::rtl::OUString RegistryTypeReader::getFieldDoku( sal_uInt16 index ) const in getFieldDoku()
425 m_pApi->getFieldDoku(m_hImpl, &sRet.pData, index); in getFieldDoku()
429 inline ::rtl::OUString RegistryTypeReader::getFieldFileName( sal_uInt16 index ) const in getFieldFileName()
432 m_pApi->getFieldFileName(m_hImpl, &sRet.pData, index); in getFieldFileName()
439 inline ::rtl::OUString RegistryTypeReader::getMethodName( sal_uInt16 index ) const in getMethodName()
442 m_pApi->getMethodName(m_hImpl, &sRet.pData, index); in getMethodName()
446 inline sal_uInt32 RegistryTypeReader::getMethodParamCount( sal_uInt16 index ) const in getMethodParamCount()
447 { return m_pApi->getMethodParamCount(m_hImpl, index); } in getMethodParamCount()
449 inline ::rtl::OUString RegistryTypeReader::getMethodParamType( sal_uInt16 index, sal_uInt16 paramIn… in getMethodParamType() argument
452 m_pApi->getMethodParamType(m_hImpl, &sRet.pData, index, paramIndex); in getMethodParamType()
456 inline ::rtl::OUString RegistryTypeReader::getMethodParamName( sal_uInt16 index, sal_uInt16 paramIn… in getMethodParamName() argument
459 m_pApi->getMethodParamName(m_hImpl, &sRet.pData, index, paramIndex); in getMethodParamName()
463 inline RTParamMode RegistryTypeReader::getMethodParamMode( sal_uInt16 index, sal_uInt16 paramIndex … in getMethodParamMode() argument
464 { return m_pApi->getMethodParamMode(m_hImpl, index, paramIndex); } in getMethodParamMode()
466 inline sal_uInt32 RegistryTypeReader::getMethodExcCount( sal_uInt16 index ) const in getMethodExcCount()
467 { return m_pApi->getMethodExcCount(m_hImpl, index); } in getMethodExcCount()
469 inline ::rtl::OUString RegistryTypeReader::getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex … in getMethodExcType() argument
472 m_pApi->getMethodExcType(m_hImpl, &sRet.pData, index, excIndex); in getMethodExcType()
476 inline ::rtl::OUString RegistryTypeReader::getMethodReturnType( sal_uInt16 index ) const in getMethodReturnType()
479 m_pApi->getMethodReturnType(m_hImpl, &sRet.pData, index); in getMethodReturnType()
483 inline RTMethodMode RegistryTypeReader::getMethodMode( sal_uInt16 index ) const in getMethodMode()
484 { return m_pApi->getMethodMode(m_hImpl, index); } in getMethodMode()
486 inline ::rtl::OUString RegistryTypeReader::getMethodDoku( sal_uInt16 index ) const in getMethodDoku()
489 m_pApi->getMethodDoku(m_hImpl, &sRet.pData, index); in getMethodDoku()
496 inline ::rtl::OUString RegistryTypeReader::getReferenceName( sal_uInt16 index ) const in getReferenceName()
499 m_pApi->getReferenceName(m_hImpl, &sRet.pData, index); in getReferenceName()
503 inline RTReferenceType RegistryTypeReader::getReferenceType( sal_uInt16 index ) const in getReferenceType()
504 { return m_pApi->getReferenceType(m_hImpl, index); } in getReferenceType()
506 inline ::rtl::OUString RegistryTypeReader::getReferenceDoku( sal_uInt16 index ) const in getReferenceDoku()
509 m_pApi->getReferenceDoku(m_hImpl, &sRet.pData, index); in getReferenceDoku()
513 inline RTFieldAccess RegistryTypeReader::getReferenceAccess( sal_uInt16 index ) const in getReferenceAccess()
514 { return m_pApi->getReferenceAccess(m_hImpl, index); } in getReferenceAccess()