[framework-issues] [Issue 15381] Ability to convert a linke d image into an embedded image - keeping origi nal image format

2010-06-10 Thread syzygy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15381


User syzygy changed the following:

What|Old value |New value

 Assigned to|bh|requirements

  CC|'macias,mba'  |'macias,mba,syzygy'





--- Additional comments from b...@openoffice.org Fri May 21 13:53:14 + 
2010 ---
To grep the issues easier via requirements I put the issues currently lying on
my owner to the owner requirements. 

-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 15381] Ability to convert a linke d image into an embedded image - keeping origi nal image format

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


User mba changed the following:

What|Old value |New value

  CC|'macias'  |'macias,mba'





-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 15381] Ability to convert a linke d image into an embedded image - keeping origi nal image format

2008-11-18 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15381





--- Additional comments from [EMAIL PROTECTED] Wed Nov 19 01:15:25 + 
2008 ---
*** Issue 95947 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]



[framework-issues] [Issue 15381] Ability to convert a linke d image into an embedded image - keeping origi nal image format

2008-07-27 Thread macias
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15381


User macias changed the following:

What|Old value |New value

  CC|''|'macias'





-
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]



[framework-issues] [Issue 15381] Ability to convert a linke d image into an embedded image - keeping origi nal image format

2008-06-08 Thread tommy27
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15381





--- Additional comments from [EMAIL PROTECTED] Mon Jun  9 04:45:07 + 
2008 ---
you could use this macro and assign it to an hotkey or to a toolbar button

Sub EmbedGraphics() 
 oDPage = ThisComponent.DrawPage 
 oProvider = createUnoService(com.sun.star.graphic.GraphicProvider) 
 Dim oProps(0) as new com.sun.star.beans.PropertyValue 
 oProps(0).Name  = URL 
  If oDPage.hasElements() Then 
   For I = 0 To oDPage.Count - 1 
oGraph = oDPage.getByIndex(I) 
If oGraph.supportsService(com.sun.star.text.TextGraphicObject) Then 
 oProps(0).Value = oGraph.GraphicUrl 
 oGraph.Graphic = oProvider.queryGraphic(oProps()) 
End If 
   Next I 
 End If 
End Sub

credits to pablo from the Italian OOo Google Discussion Group:
http://groups.google.it/group/it-alt.comp.software.openoffice/browse_thread/
thread/6bec404f1345b1fd/c03a52b8074f73d2?hl=it#c03a52b8074f73d2

-
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]



[framework-issues] [Issue 15381] Ability to convert a linke d image into an embedded image - keeping origi nal image format

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





--- Additional comments from [EMAIL PROTECTED] Fri Feb  1 20:39:10 + 
2008 ---
*** Issue 83657 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]



[framework-issues] [Issue 15381] Ability to convert a linke d image into an embedded image - keeping origi nal image format

2007-03-14 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15381


User sba changed the following:

What|Old value |New value

   Component|ui|framework

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  OS/Version|Windows XP|All

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]

Platform|PC|All

Subcomponent|ui|code





--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 16:00:04 + 
2007 ---
SBA: Just for the record, clean-up of flags:
 - Confirming this issue, set to NEW
 - Set Platform and OS to All
 - Set Componenet to Framework (as this affects graphics in all applications)


-
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]