[dev] pb sending mails to the list

2010-08-21 Thread eric b

Hi,

Just a test : I tried to answer somebody recently, and my mail is  
seen as spam.




--
qɔᴉɹə
Education Project:
http://wiki.services.openoffice.org/wiki/Education_Project
Projet OOo4Kids : http://wiki.ooo4kids.org/index.php/Main_Page
L'association EducOOo : http://www.educoo.org
Blog : http://eric.bachard.free.fr/news







Re: [dev] pb sending mails to the list

2010-08-21 Thread Alexandro Colorado
not here... email went through just fine.

On Sat, Aug 21, 2010 at 2:40 AM, eric b eric.bach...@free.fr wrote:
 Hi,

 Just a test : I tried to answer somebody recently, and my mail is seen as
 spam.



 --
 qɔᴉɹə
 Education Project:
 http://wiki.services.openoffice.org/wiki/Education_Project
 Projet OOo4Kids : http://wiki.ooo4kids.org/index.php/Main_Page
 L'association EducOOo : http://www.educoo.org
 Blog : http://eric.bachard.free.fr/news









-- 
Alexandro Colorado
OpenOffice.org Español
http://es.openoffice.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] [OT] Re: [dev] pb sending mails to the list

2010-08-21 Thread eric b


Le 21 août 10 à 09:42, Alexandro Colorado a écrit :


not here... email went through just fine.



I don't know what contained the previous mail, but sure it is refused  
everywhere : even sending it directly to me does not work, because  
seen as spam everytime by my provider :-/


Regards,
Eric


--
qɔᴉɹə
Education Project:
http://wiki.services.openoffice.org/wiki/Education_Project
Projet OOo4Kids : http://wiki.ooo4kids.org/index.php/Main_Page
L'association EducOOo : http://www.educoo.org
Blog : http://eric.bachard.free.fr/news







Re: [dev] [OT] Re: [dev] pb sending mails to the list

2010-08-21 Thread Alexandro Colorado
On Sat, Aug 21, 2010 at 9:11 AM, eric b eric.bach...@free.fr wrote:

 Le 21 août 10 à 09:42, Alexandro Colorado a écrit :

 not here... email went through just fine.


 I don't know what contained the previous mail, but sure it is refused
 everywhere : even sending it directly to me does not work, because seen as
 spam everytime by my provider :-/


Maybe you want to word it differently or just link to a web post of it.

 Regards,
 Eric


 --
 qɔᴉɹə
 Education Project:
 http://wiki.services.openoffice.org/wiki/Education_Project
 Projet OOo4Kids : http://wiki.ooo4kids.org/index.php/Main_Page
 L'association EducOOo : http://www.educoo.org
 Blog : http://eric.bachard.free.fr/news









-- 
Alexandro Colorado
OpenOffice.org Español
http://es.openoffice.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[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 opens.

Also, data stored in the myComponent instance that was initialized gets
lost during my editing session to the document.

What am I doing wrong? How can I tie the myComponent instance to the
lifetime (the time it is opened) of the document? There is no data in
myComponent that needs to survive document closing/re-opening, but it
would be nice to be able to keep data for the editing session of the
document!

Thanks for any hints
Jan



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org