/aoo4110/main/registry/inc/registry/ |
H A D | reader.hxx | 458 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 D | writer.hxx | 203 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 D | reader.h | 440 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex) 461 void * handle, rtl_uString ** result, sal_uInt16 methodIndex, 483 void * handle, rtl_uString ** result, sal_uInt16 methodIndex, 519 void * handle, rtl_uString ** result, sal_uInt16 methodIndex,
|
H A D | writer.h | 193 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex, 216 void * handle, sal_uInt16 methodIndex, sal_uInt16 exceptionIndex,
|
/aoo4110/main/idlc/source/ |
H A D | astdump.cxx | 355 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 D | astinterface.cxx | 231 sal_uInt16 methodIndex = 0; in dump() local 240 aBlob, attributeIndex++, &methodIndex); in dump() 245 ((AstOperation *)(*i))->dumpBlob(aBlob, methodIndex++); in dump()
|
/aoo4110/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 186 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()
|
/aoo4110/main/idlc/inc/idlc/ |
H A D | astattribute.hxx | 100 typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex); 106 sal_uInt16 * methodIndex);
|
/aoo4110/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 178 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()
|
/aoo4110/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 2090 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()
|
/aoo4110/main/registry/source/ |
H A D | reflwrit.cxx | 1310 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()
|
/aoo4110/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 196 FileStream & out, sal_uInt32 methodIndex, bool runtimeException); 206 FileStream & out, char const * prefix, sal_uInt16 methodIndex,
|
H A D | cpputype.cxx | 2045 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()
|