[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-02-01 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from akusmi...@openoffice.org Mon Feb  1 14:05:48 
+ 2010 ---
Could someone tell me, how work is going on? Is it bug? Who and when repair it?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[api-issues] [Issue 108148] Async query to api regard less of documentation

2010-01-08 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from akusmi...@openoffice.org Fri Jan  8 09:41:51 
+ 2010 ---
My mistake in description. Of course not insertByIndex() returns false, but 
cursor.goDown((short) 1, false) as in attached example above.

jsc, thanks for advice.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-01-08 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from akusmi...@openoffice.org Fri Jan  8 14:35:24 
+ 2010 ---
OK, mea culpa. Wrong example, it was to simple. I've attached new one. Change 
path in SaveDocument(document, /tmp/test.pdf); if you wish and run it.

What happens? OOo replaces 1st row (but formatting is wrong!), next adds 10 new 
(empty!) rows, and replaces last row whith another content (which shuoldn't!)

What _should_ happens? OOo should replace first row for 10 rows filled with 
test1, test2, test3 and test4 everyone (if you are using test.rtf 
attached above). Last row should be untouched.

Weird, if I uncomment Thread.Sleep() (line 135), it everething works fine. Why?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-01-08 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from akusmi...@openoffice.org Fri Jan  8 14:37:04 
+ 2010 ---
Created an attachment (id=67081)
Java App - example of bug


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[api-issues] [Issue 108148] Async query to api regard less of documentation

2010-01-07 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148
 Issue #|108148
 Summary|Async query to api regardless of documentation
   Component|api
 Version|OOo 3.1.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|akusmierz





--- Additional comments from akusmi...@openoffice.org Fri Jan  8 07:44:18 
+ 2010 ---
I've noticed some api queries are executed in wrong order. In most cases it 
seems to be ok, but in some - not.

For example if I tried to add new row and next immediately move table cursor 
down on it, insertByIndex() function returns false, because there isn't a row 
this time. But after a few ms I can move cursor and I have this row inserted.

Tested on Ubuntu with OOo 3.1.1 and on Windows XP with OOo 2.4.6 also. OOo 
service started as '/usr/bin/openoffice.org -
accept=socket,tcpNoDelay=1,host=localhost,port=8100;urp,Negotiate=1,ForceSynchronous=1;StarOffice.ServiceManager
 
-nologo -headless -nofirststartwizard'

I've attached sample code with sample doc file. It returns something like:
Rows: 2
added #0/3
crap! #1/4
crap! #2/5
crap! #3/6
crap! #4/7
crap! #5/8
crap! #6/9
crap! #7/10
crap! #8/11
crap! #9/12
Rows: 12
added
added
added
added
added
added
added
added
added
added
Rows: 12

But should only added.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[api-issues] [Issue 108148] Async query to api regard less of documentation

2010-01-07 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from akusmi...@openoffice.org Fri Jan  8 07:45:44 
+ 2010 ---
Created an attachment (id=67067)
Sample code to reproduce this error


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[api-issues] [Issue 108148] Async query to api regard less of documentation

2010-01-07 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from akusmi...@openoffice.org Fri Jan  8 07:46:16 
+ 2010 ---
Created an attachment (id=67068)
Sample rtf file to use with code attached above


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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