[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-10-12 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111641 --- Additional comments from gur...@openoffice.org Wed Oct 13 04:17:50 + 2010 --- jbu: I am curious . . . did the dump I posted on Sep. 21 give you what you we

[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-09-20 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111641 --- Additional comments from gur...@openoffice.org Tue Sep 21 05:11:11 + 2010 --- Anyway, using a hung soffice process (from the posted sample code), here's the

[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-09-20 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111641 --- Additional comments from gur...@openoffice.org Tue Sep 21 02:14:06 + 2010 --- I would be glad to, but as I am very new to this kind of work, please confirm

[udk-issues] [Issue 113302] pyuno: Apparent typo in u nhelper.py

2010-07-21 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113302 --- Additional comments from gur...@openoffice.org Thu Jul 22 01:51:57 + 2010 --- The questionable code at that link is line 72/73 if PROP_ATTR_TRANSIENT &

[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-07-21 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111641 --- Additional comments from gur...@openoffice.org Wed Jul 21 17:06:23 + 2010 --- Indded, that fix to Adapter::setValue should be much more solid. Is there any

[udk-issues] [Issue 113302] pyuno: Apparent typo in u nhelper.py

2010-07-20 Thread gurfle
Reported by|gurfle --- Additional comments from gur...@openoffice.org Wed Jul 21 03:39:17 + 2010 --- Line 76/77 if PROP_ATTR_TRANSIENT & mode: ret = ret + "tranient " I think should be if PROP_ATTR_TRANSIENT & mode: ret = ret + &qu

[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-07-19 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111641 --- Additional comments from gur...@openoffice.org Tue Jul 20 06:06:28 + 2010 --- Great discovery hanya! So here is my attempt - as a complete noob - at a fix

[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-06-01 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111641 --- Additional comments from gur...@openoffice.org Wed Jun 2 05:15:34 + 2010 --- I have just attached a little package that hopefully should make some initial

[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-06-01 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111641 --- Additional comments from gur...@openoffice.org Wed Jun 2 05:10:28 + 2010 --- Created an attachment (id=69757) Package to easily compare faulty Python Intef

[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-05-20 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111641 User gurfle changed the following: What|Old value |New value

[udk-issues] [Issue 111642] pyuno: Python-implemented Interface attribute is not writeable

2010-05-16 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111642 User gurfle changed the following: What|Old value |New value

[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-05-16 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111641 User gurfle changed the following: What|Old value |New value

[udk-issues] [Issue 111642] pyuno: Python-implemented Interface attribute is not writeable

2010-05-16 Thread gurfle
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111642 User gurfle changed the following: What|Old value |New value

[udk-issues] [Issue 111642] pyuno: Python-implemented Interface attribute is not writeable

2010-05-16 Thread gurfle
iteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|jbu Reported by|gurfle --- Additional comments from gur...@openoffice.org Mon May 17 00:42:30 +0

[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-05-16 Thread gurfle
Subcomponent|code Assigned to|jbu Reported by|gurfle --- Additional comments from gur...@openoffice.org Mon May 17 00:38:07 + 2010 --- Confirmed on Debian Linux 5.03 and Windows XP, sos supect it crosses all OS platforms - URL is to a - so far inconclusive