Lines Matching refs:index

141 	inline const ::rtl::OString 	getSuperTypeName(sal_uInt16 index) const  in getSuperTypeName()
142 { return inGlobalSet( m_pImpl->m_pReader->getSuperTypeName(index) ); } in getSuperTypeName()
149 inline const ::rtl::OString getFieldName( sal_uInt16 index ) const in getFieldName()
150 { return inGlobalSet( m_pImpl->m_pReader->getFieldName(index) ); } in getFieldName()
151 inline const ::rtl::OString getFieldType( sal_uInt16 index ) const in getFieldType()
152 { return inGlobalSet( m_pImpl->m_pReader->getFieldTypeName(index) ); } in getFieldType()
153 inline RTFieldAccess getFieldAccess( sal_uInt16 index ) const in getFieldAccess()
154 { return m_pImpl->m_pReader->getFieldFlags(index); } in getFieldAccess()
155 inline RTConstValue getFieldConstValue( sal_uInt16 index ) const in getFieldConstValue()
156 { return m_pImpl->m_pReader->getFieldValue(index); } in getFieldConstValue()
157 inline const ::rtl::OString getFieldDoku( sal_uInt16 index ) const in getFieldDoku()
158 { return inGlobalSet( m_pImpl->m_pReader->getFieldDocumentation(index) ); } in getFieldDoku()
159 inline const ::rtl::OString getFieldFileName( sal_uInt16 index ) const in getFieldFileName()
160 { return inGlobalSet( m_pImpl->m_pReader->getFieldFileName(index) ); } in getFieldFileName()
163 inline const ::rtl::OString getMethodName( sal_uInt16 index ) const in getMethodName()
164 { return inGlobalSet( m_pImpl->m_pReader->getMethodName(index) ); } in getMethodName()
165 inline sal_uInt32 getMethodParamCount( sal_uInt16 index ) const in getMethodParamCount()
166 { return m_pImpl->m_pReader->getMethodParameterCount(index); } in getMethodParamCount()
167 inline const ::rtl::OString getMethodParamType( sal_uInt16 index, sal_uInt16 paramIndex ) const in getMethodParamType() argument
168 { return inGlobalSet( m_pImpl->m_pReader->getMethodParameterTypeName(index,paramIndex) ); } in getMethodParamType()
169 inline const ::rtl::OString getMethodParamName( sal_uInt16 index, sal_uInt16 paramIndex ) const in getMethodParamName() argument
170 { return inGlobalSet( m_pImpl->m_pReader->getMethodParameterName(index,paramIndex) ); } in getMethodParamName()
171 inline RTParamMode getMethodParamMode( sal_uInt16 index, sal_uInt16 paramIndex ) const in getMethodParamMode() argument
172 { return m_pImpl->m_pReader->getMethodParameterFlags(index,paramIndex); } in getMethodParamMode()
173 inline sal_uInt32 getMethodExcCount( sal_uInt16 index ) const in getMethodExcCount()
174 { return m_pImpl->m_pReader->getMethodExceptionCount(index); } in getMethodExcCount()
175 inline const ::rtl::OString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const in getMethodExcType() argument
176 { return inGlobalSet( m_pImpl->m_pReader->getMethodExceptionTypeName(index,excIndex) ); } in getMethodExcType()
177 inline const ::rtl::OString getMethodReturnType( sal_uInt16 index ) const in getMethodReturnType()
178 { return inGlobalSet( m_pImpl->m_pReader->getMethodReturnTypeName(index) ); } in getMethodReturnType()
179 inline RTMethodMode getMethodMode( sal_uInt16 index ) const in getMethodMode()
180 { return m_pImpl->m_pReader->getMethodFlags(index); } in getMethodMode()
181 inline const ::rtl::OString getMethodDoku( sal_uInt16 index ) const in getMethodDoku()
182 { return inGlobalSet( m_pImpl->m_pReader->getMethodDocumentation(index) ); } in getMethodDoku()
186 inline const ::rtl::OString getReferenceName( sal_uInt16 index ) const in getReferenceName()
187 { return inGlobalSet( m_pImpl->m_pReader->getReferenceTypeName(index) ); } in getReferenceName()
188 inline RTReferenceType getReferenceType( sal_uInt16 index ) const in getReferenceType()
189 { return m_pImpl->m_pReader->getReferenceSort(index); } in getReferenceType()
190 inline const ::rtl::OString getReferenceDoku( sal_uInt16 index ) const in getReferenceDoku()
191 { return inGlobalSet( m_pImpl->m_pReader->getReferenceDocumentation(index) ); } in getReferenceDoku()