Hi Stephan, I have had a look at the link below. Maybe I missed some basics when I started programming 27 years ago, but I am sorry, I do not understand the pseudo code notation at all. Is there some link where there is more information on how to read that pseudo-code notation. (I had found already that description before I wrote my question) Thanks, Arnulf
Am Donnerstag, 30. Juni 2005 13:43 schrieb Stephan Bergmann: > Arnulf Wiedemann wrote: > > Hello, > > I am looking for the place in the ooo source code where the conversion > > from the method name to the internal method id is done, i.e. XIdlMethod > > getParameterInfos has the internal method id 7. > > > > I had the idea that the rule is use the method number from the types.rdb > > file and add 3 to it because of the reserved methods queryInterface, > > acquire and release with the method ids 0, 1 and 2, but for the example > > above that is not true, because in types.rdb > > getParameterInfos has method#2 and would become method id 5, but the sent > > value is 7. > > > > Any help or link to docu is appreciated. > > Thanks, > > Arnulf > > See section "Function Indices" of > <http://udk.openoffice.org/common/man/typesystem.html>. > > -Stephan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
