Re: [Libreoffice] in-lining more UNO foo ...

2011-05-26 Thread Michael Meeks
Hi Matus, On Thu, 2011-05-26 at 17:47 +0200, Matúš Kukan wrote: > >_copyConstructAny( pDest, pSource, pType, 0, acquire, 0 ); > > So _copyConstructAny is called 180 205 times mostly from > uno_type_any_construct. I think inside the function itself are > executed 0.26% instructions of all.

Re: [Libreoffice] in-lining more UNO foo ...

2011-05-26 Thread Matúš Kukan
Hello, On 23 May 2011 15:55, Michael Meeks wrote: >        The basic problem we have here is this, code like: > >    PropertyValue aPath; >    aPath.Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("nodepath")); >    aPath.Value <<= rtl::OUString::createFromAscii( "foo" ); >    pArgs[0] <<= aPath