rick cameron wrote: > Hi, Ariel > > Thanks again for the examples. I'll try them once I get the basics in place. > > Can you tell me whether it's possible for a C++ client app to create OOo > objects (such as a spreadsheet) in the same process as the calling code?
That isn't possible ATM, but you can do it the other way around: create your own code as an OOo extension that is loaded by OOo on startup. Just out of curiosity: why do you want to do it in-process? Do you have some performance critical calls with a high call frequency? Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
