Re: [dev] XInitialization

2010-08-23 Thread Jan private
Hello Ariel, > I guess you are implementing a css.frame.ProtocolHandler. aren't you? I suppose you are right. I started out by copying from some SDK example. Now I looked and found in iMath.cxx: #define SERVICE_NAME "de.gmx.rheinlaender.jan.imath.ProtocolHandler" > how, when, why, ..., your com

Re: [dev] XInitialization

2010-08-23 Thread Ariel Constenla-Haile
Hello Jan, On Monday 23 August 2010, 02:12, Jan private wrote: > Hello Ariel, > > > > I have written a C++ component, which works fine. But just recently I > > > noticed that > > > > > > void SAL_CALL myComponent::initialize( const Sequence< Any >& > > > aArguments ) throw ( Exception, RuntimeEx

Re: [dev] XInitialization

2010-08-22 Thread Jan private
Hello Ariel, > > I have written a C++ component, which works fine. But just recently I > > noticed that > > > > void SAL_CALL myComponent::initialize( const Sequence< Any >& > > aArguments ) throw ( Exception, RuntimeException) > > > > is called four times after running openoffice.org -writer be

Re: [dev] XInitialization

2010-08-22 Thread Ariel Constenla-Haile
Hello Jan, On Sunday 22 August 2010, 02:53, Jan private wrote: > hello, > > I have written a C++ component, which works fine. But just recently I > noticed that > > void SAL_CALL myComponent::initialize( const Sequence< Any >& > aArguments ) throw ( Exception, RuntimeException) > > is called fo

[dev] XInitialization

2010-08-21 Thread Jan private
hello, I have written a C++ component, which works fine. But just recently I noticed that void SAL_CALL myComponent::initialize( const Sequence< Any >& aArguments ) throw ( Exception, RuntimeException) is called four times after running openoffice.org -writer before the empty writer document op