[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2009-05-19 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079





--- Additional comments from brinz...@openoffice.org Tue May 19 09:57:13 
+ 2009 ---
verified in oo 3.1 - workaround macro seems to work 

-
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 47079] copying autotext from one group to another looses textables

2008-10-24 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User jsk changed the following:

What|Old value |New value

 Assigned to|requirements  |bh

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Oct 24 06:42:46 + 
2008 ---
@bh: This issue is somewhat oldish now.
My suggestion is to add the workaround sample to the API documentation, can you
please take care of that?

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2006-12-20 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079





--- Additional comments from [EMAIL PROTECTED] Wed Dec 20 00:50:03 -0800 
2006 ---
Hi,

i noticed that is seems to be possible to avoid the above mentioned 
problem by using the following code snippet.

Can someone please verify/confirm this ? 
Is this maybe a solution for all kind of possible autotexts ?
How does the gui drag  drop handle this case (cause moving via 
drag  drop always works ...)

I will create a new attachment ...

Oliver

OPTION EXPLICIT

Sub CopyAutotext()

Dim oATContainer as Object
Dim oSrcGroup as Object ' contains autotext with a text table
Dim oDestGroup as Object' empty container ...
Dim oText as Object 
Dim oCursor as Object 
Dim i as Integer

oATContainer = CreateUnoService( com.sun.star.text.AutoTextContainer)
oSrcGroup = oATContainer.getByName(src)
oDestGroup = oATContainer.getByName(dst)

For i = 0 To oSrcGroup.getCount()-1
oText = oSrcGroup.getByIndex(i).getText()
oCursor = oText.createTextCursor()
oCursor.gotoStart(False)
oCursor.gotoEnd(True)
oDestGroup.insertNewByName(CStr(i), Copy   CStr(i), oCursor)
Next i

End Sub

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2006-12-20 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User brinzing changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41582)
autotext test case 
|  |...






--- Additional comments from [EMAIL PROTECTED] Wed Dec 20 00:51:23 -0800 
2006 ---
Created an attachment (id=41582)
autotext test case ...


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-07-28 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079





--- Additional comments from [EMAIL PROTECTED] Thu Jul 28 05:22:10 -0700 
2005 ---
*** Issue 52347 has been marked as a duplicate of this issue. ***

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-07-28 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User sw changed the following:

  What|Old value |New value

   Assigned to|brinzing  |requirements

Issue type|DEFECT|ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Thu Jul 28 05:24:01 -0700 
2005 ---
setting owner to 'requirements' and changing type to enhancement

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-06-29 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User tl changed the following:

  What|Old value |New value

   Assigned to|tl|brinzing





--- Additional comments from [EMAIL PROTECTED] Wed Jun 29 01:53:16 -0700 
2005 ---
Well that's because of oSrcGroup and oDestGroup are both AutoTextContainer that
are basically implementing the XAutoTextGroup interface (among some other,
usually container interfaces). Especially they do not implement the XTextRange
interface which is the required third argument type for the call to
XAutoTextGroup::insertNewByName.

That kind of use was originally never planned.

If you feel this one should be implemented you may assign this one to
'requirements' as a request for enhancement.


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-06-24 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User jsk changed the following:

  What|Old value |New value

   Assigned to|jsk   |ab

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Fri Jun 24 03:20:06 -0700 
2005 ---
jsk-ab: What is our current policy regarding new basic functionality?

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-06-24 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User ab changed the following:

  What|Old value |New value

   Assigned to|ab|tl





--- Additional comments from [EMAIL PROTECTED] Fri Jun 24 03:49:02 -0700 
2005 ---
ab-jsk: I don't know about such a policy, but this doesn't matter, as I
see no connection between this problem and new Basic functionality,
not even to Basic in general. This probably is an API problem and you
should be able to see this, because there's no hint that this small pro-
gramms fails because of any Basic core bug. Here obviously the imple-
mentation of a service has to be checked.

ab-tl: Please have a look


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-06-23 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User jsk changed the following:

  What|Old value |New value

   Assigned to|jsk   |hi





--- Additional comments from [EMAIL PROTECTED] Wed Jun 22 23:00:12 -0700 
2005 ---
jsk-hi: I'm on vacation from next week and won't be able to take care of this
task. Can you please take 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-06-23 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User hi changed the following:

  What|Old value |New value

   Assigned to|hi|sba





--- Additional comments from [EMAIL PROTECTED] Thu Jun 23 01:02:01 -0700 
2005 ---
It's SBA's area.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-06-23 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User es changed the following:

  What|Old value |New value

   Assigned to|sba   |jsk





--- Additional comments from [EMAIL PROTECTED] Thu Jun 23 02:19:11 -0700 
2005 ---
ES-JSK: do you park all your tasks elsewhere when you go on vacation??? ;)
Sending back to you because it's not reproducible over the UI and it is probably
a scripting problem.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-06-22 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User es changed the following:

  What|Old value |New value

   Assigned to|sba   |jsk





--- Additional comments from [EMAIL PROTECTED] Wed Jun 22 01:41:49 -0700 
2005 ---
ES-JSK: please evaluate if it is a Basic problem or a Writer problem. Thanx!

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-04-11 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |sba





--- Additional comments from [EMAIL PROTECTED] Sun Apr 10 23:30:55 -0700 
2005 ---
Reassigned to SBA.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 47079] copying autotext from one group to another looses textables

2005-04-09 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47079


User brinzing changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=24857) dest autotext
  |  |file





--- Additional comments from [EMAIL PROTECTED] Sat Apr  9 02:20:50 -0700 
2005 ---
Created an attachment (id=24857)
dest autotext file


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]