Searched refs:getMethodParamMode (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/registry/inc/registry/ |
H A D | reflread.hxx | 73 RTParamMode (TYPEREG_CALLTYPE *getMethodParamMode) (TypeReaderImpl, sal_uInt16, sal_uInt16); 248 inline RTParamMode getMethodParamMode( sal_uInt16 index, sal_uInt16 paramIndex ) const; 462 inline RTParamMode RegistryTypeReader::getMethodParamMode( sal_uInt16 index, sal_uInt16 paramIndex … in getMethodParamMode() function in RegistryTypeReader 463 { return m_pApi->getMethodParamMode(m_hImpl, index, paramIndex); } in getMethodParamMode()
|
/aoo41x/main/registry/source/ |
H A D | reflread.cxx | 883 RTParamMode getMethodParamMode(sal_uInt16 index, sal_uInt16 paramIndex); 990 RTParamMode MethodList::getMethodParamMode(sal_uInt16 index, sal_uInt16 paramIndex) in getMethodParamMode() function in MethodList 1546 return pEntry->m_pMethods->getMethodParamMode(index, paramIndex); in typereg_reader_getMethodParameterFlags() 1750 aApi.getMethodParamMode = &typereg_reader_getMethodParameterFlags; in initRegistryTypeReader_Api()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 1252 paramMode = m_reader.getMethodParamMode(i, j); in dumpUnoMethods() 1358 paramMode = m_reader.getMethodParamMode(i, j); in dumpUnoMethods() 1532 paramMode = m_reader.getMethodParamMode(i, j); in dumpCorbaMethods() 1606 paramMode = m_reader.getMethodParamMode(i, j); in dumpCorbaMethods()
|
/aoo41x/main/rdbmaker/inc/codemaker/ |
H A D | registry.hxx | 171 inline RTParamMode getMethodParamMode( sal_uInt16 index, sal_uInt16 paramIndex ) const in getMethodParamMode() function in TypeReader
|
/aoo41x/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 184 paramMode = reader.getMethodParamMode(i, j); in checkMethodDependencies()
|
/aoo41x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 1846 paramMode = reader.getMethodParamMode(i, j); in dumpMethods() 2351 paramMode = m_reader.getMethodParamMode(i, j); in dumpCUnoMethods()
|
/aoo41x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 883 paramMode = m_reader.getMethodParamMode(i, j); in dumpMethods()
|
Completed in 59 milliseconds