Re: [dev] Question regarding unused code removal

2005-03-16 Thread Stephan Bergmann
Matt Prazak wrote: At http://tools.openoffice.org/performance/index.html, there is a mention about unused code removal as a way of improving OO.org. Out of curiosity, I managed to generate a list of about 85,000 symbols from the program/ directory that have definitions but no corresponding UNDEF e

Re: [dev] Question regarding unused code removal

2005-03-16 Thread Martin Hollmichel
Hi Matt, I think you will be surprised how much less symbols you will get after including the .bin files, just because these are the starting points :) Martin Matt Prazak wrote: At http://tools.openoffice.org/performance/index.html, there is a mention about unused code removal as a way of improvi

Re: [dev] Opening SYLK from Java code

2005-03-16 Thread Chris
Niklas Nebel wrote: Chris wrote: I have Java code that opens OOo and Excel files in OOo. However it doesn't work with SYLK files. I set the convertor to be "Flat XML File (Calc)". Do I have to set it to something else for it to open SYLK files? Or is there some other trick? The filter name for

[dev] Question regarding unused code removal

2005-03-16 Thread Matt Prazak
At http://tools.openoffice.org/performance/index.html, there is a mention about unused code removal as a way of improving OO.org. Out of curiosity, I managed to generate a list of about 85,000 symbols from the program/ directory that have definitions but no corresponding UNDEF entries in the share

Re: [dev] Re: Google Desktop Search can now search OOo files

2005-03-16 Thread Tino Rachui - Sun Germany - Development - Software Engineer
Andrew Brown wrote: > Tino Rachui - Sun Germany - Development - Software Engineer > <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED] > news.germany.sun.com: > > >>Please note that OOo 2.0 now has a filter for the Microsoft >>Indexing service (which is installed by default on Win2000/XP), so

Re: [dev] UNO service development

2005-03-16 Thread Jürgen Schmidt
Hi John, John Sisson wrote: Hello, Maybe I am missing something, but I am having a hard time with UNO development of 'services' for Java. I can specify two IDLS - (stripped) code as follows: the interface #include module com { module nxps { module nxadv { module unotest { module inter

RE: [dev] UNO service development

2005-03-16 Thread Arindam Mukherjee
Hi, "- but there is nothing beyond some hierarchy placeholders for service JsTestOne" The abovesaid information about the "interfaces a service provides" is stored in the rdb file and is most probably useful in parsing of requests made to URE. Information about the implementation of a service is r

[dev] UNO service development

2005-03-16 Thread John Sisson
Hello, Maybe I am missing something, but I am having a hard time with UNO development of 'services' for Java. I can specify two IDLS - (stripped) code as follows: the interface #include module com { module nxps { module nxadv { module unotest { module interfaces { interface XJsTestO