Home
last modified time | relevance | path

Searched refs:methodIndex (Results 1 – 13 of 13) sorted by relevance

/trunk/main/registry/inc/registry/
H A Dreader.hxx458 sal_uInt16 methodIndex, sal_uInt16 parameterIndex) const in getMethodParameterFlags() argument
461 m_handle, methodIndex, parameterIndex); in getMethodParameterFlags()
478 sal_uInt16 methodIndex, sal_uInt16 parameterIndex) const in getMethodParameterName() argument
482 m_handle, &s, methodIndex, parameterIndex); in getMethodParameterName()
503 sal_uInt16 methodIndex, sal_uInt16 parameterIndex) const in getMethodParameterTypeName() argument
507 m_handle, &s, methodIndex, parameterIndex); in getMethodParameterTypeName()
539 sal_uInt16 methodIndex, sal_uInt16 exceptionIndex) const in getMethodExceptionTypeName() argument
543 m_handle, &s, methodIndex, exceptionIndex); in getMethodExceptionTypeName()
H A Dwriter.hxx203 sal_uInt16 methodIndex, sal_uInt16 parameterIndex, in setMethodParameterData() argument
208 m_handle, methodIndex, parameterIndex, flags, name.pData, in setMethodParameterData()
229 sal_uInt16 methodIndex, sal_uInt16 exceptionIndex, in setMethodExceptionTypeName() argument
233 m_handle, methodIndex, exceptionIndex, typeName.pData)) in setMethodExceptionTypeName()
H A Dreader.h441 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex)
462 void * handle, rtl_uString ** result, sal_uInt16 methodIndex,
484 void * handle, rtl_uString ** result, sal_uInt16 methodIndex,
520 void * handle, rtl_uString ** result, sal_uInt16 methodIndex,
H A Dwriter.h194 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex,
217 void * handle, sal_uInt16 methodIndex, sal_uInt16 exceptionIndex,
/trunk/main/idlc/source/
H A Dastdump.cxx355 typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex) in dumpBlob() argument
406 methodIndex); in dumpBlob()
409 methodIndex); in dumpBlob()
416 DeclList const & exceptions, RTMethodMode flags, sal_uInt16 * methodIndex) in dumpExceptions() argument
419 OSL_ASSERT(methodIndex != 0); in dumpExceptions()
420 sal_uInt16 idx = (*methodIndex)++; in dumpExceptions()
H A Dastinterface.cxx231 sal_uInt16 methodIndex = 0; in dump() local
240 aBlob, attributeIndex++, &methodIndex); in dump()
245 ((AstOperation *)(*i))->dumpBlob(aBlob, methodIndex++); in dump()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx186 sal_uInt16 methodIndex = (sal_uInt16)(xMember->getPosition() - calculatedMemberOffset); in writeMethodData() local
190 rWriter.setMethodData(methodIndex, xMember->getMemberName(), in writeMethodData()
213 …rWriter.setParamData(methodIndex, (sal_uInt16)xParam->getPosition(), xParam->getType()->getName().… in writeMethodData()
219 rWriter.setExcData(methodIndex, i, exceptions[i]->getName().replace('.', '/')); in writeMethodData()
/trunk/main/idlc/inc/idlc/
H A Dastattribute.hxx100 typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex);
106 sal_uInt16 * methodIndex);
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx178 sal_uInt16 methodIndex = (sal_uInt16)(xMethod->getPosition() in writeMethodData() local
183 rWriter.setMethodData(methodIndex, OUString(), methodMode, in writeMethodData()
200 rWriter.setMethodParameterData(methodIndex, in writeMethodData()
209 methodIndex, i, exceptions[i]->getName().replace('.', '/')); in writeMethodData()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx2090 sal_uInt16 methodIndex, Dependencies * dependencies, in createExceptionsAttribute() argument
2094 sal_uInt16 n = reader.getMethodExceptionCount(methodIndex); in createExceptionsAttribute()
2098 reader.getMethodExceptionTypeName(methodIndex, i))); in createExceptionsAttribute()
2611 typereg::Reader const & reader, sal_uInt16 methodIndex, in addConstructor() argument
2661 sal_uInt16 parameters = reader.getMethodParameterCount(methodIndex); in addConstructor()
2663 && (reader.getMethodParameterFlags(methodIndex, 0) in addConstructor()
2665 && (reader.getMethodParameterTypeName(methodIndex, 0) in addConstructor()
2684 methodIndex, i); in addConstructor()
2687 reader.getMethodParameterTypeName(methodIndex, i))); in addConstructor()
2735 manager, reader, methodIndex, dependencies, &exc, &tree); in addConstructor()
/trunk/main/registry/source/
H A Dreflwrit.cxx1310 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex, in typereg_writer_setMethodParameterData() argument
1316 m_methods[methodIndex].m_params[parameterIndex].setData( in typereg_writer_setMethodParameterData()
1336 void * handle, sal_uInt16 methodIndex, sal_uInt16 exceptionIndex, in typereg_writer_setMethodExceptionTypeName() argument
1341 static_cast< TypeWriter * >(handle)->m_methods[methodIndex].setExcName( in typereg_writer_setMethodExceptionTypeName()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.hxx196 FileStream & out, sal_uInt32 methodIndex, bool runtimeException);
206 FileStream & out, char const * prefix, sal_uInt16 methodIndex,
H A Dcpputype.cxx2045 FileStream & out, sal_uInt32 methodIndex, bool runtimeException) in dumpExceptionSpecification() argument
2049 if (methodIndex <= SAL_MAX_UINT16) { in dumpExceptionSpecification()
2051 static_cast< sal_uInt16 >(methodIndex)); in dumpExceptionSpecification()
2055 static_cast< sal_uInt16 >(methodIndex), i)); in dumpExceptionSpecification()
2103 FileStream & out, char const * prefix, sal_uInt16 methodIndex, in dumpExceptionTypeNames() argument
2107 sal_uInt16 n = m_reader.getMethodExceptionCount(methodIndex); in dumpExceptionTypeNames()
2109 rtl::OUString name(m_reader.getMethodExceptionTypeName(methodIndex, i)); in dumpExceptionTypeNames()

Completed in 81 milliseconds